2024-02-04 17:23:57 +00:00
|
|
|
{
|
|
|
|
"type": "filament",
|
|
|
|
"name": "fdm_filament_petg",
|
|
|
|
"inherits": "fdm_filament_common",
|
|
|
|
"from": "system",
|
|
|
|
"instantiation": "false",
|
|
|
|
"eng_plate_temp": [
|
|
|
|
"0"
|
|
|
|
],
|
|
|
|
"eng_plate_temp_initial_layer": [
|
|
|
|
"0"
|
|
|
|
],
|
|
|
|
"fan_cooling_layer_time": [
|
|
|
|
"20"
|
|
|
|
],
|
|
|
|
"fan_min_speed": [
|
|
|
|
"20"
|
|
|
|
],
|
|
|
|
"filament_cost": [
|
|
|
|
"30"
|
|
|
|
],
|
|
|
|
"filament_density": [
|
|
|
|
"1.27"
|
|
|
|
],
|
|
|
|
"filament_max_volumetric_speed": [
|
2024-06-05 14:14:06 +00:00
|
|
|
"18"
|
2024-02-04 17:23:57 +00:00
|
|
|
],
|
|
|
|
"filament_type": [
|
|
|
|
"PETG"
|
|
|
|
],
|
|
|
|
"hot_plate_temp": [
|
|
|
|
"70"
|
|
|
|
],
|
|
|
|
"hot_plate_temp_initial_layer": [
|
|
|
|
"70"
|
|
|
|
],
|
|
|
|
"nozzle_temperature": [
|
2024-06-05 14:14:06 +00:00
|
|
|
"260"
|
2024-02-04 17:23:57 +00:00
|
|
|
],
|
|
|
|
"nozzle_temperature_initial_layer": [
|
2024-06-05 14:14:06 +00:00
|
|
|
"270"
|
2024-02-04 17:23:57 +00:00
|
|
|
],
|
|
|
|
"nozzle_temperature_range_high": [
|
2024-06-05 14:14:06 +00:00
|
|
|
"280"
|
2024-02-04 17:23:57 +00:00
|
|
|
],
|
|
|
|
"nozzle_temperature_range_low": [
|
|
|
|
"220"
|
|
|
|
],
|
|
|
|
"reduce_fan_stop_start_freq": [
|
|
|
|
"1"
|
|
|
|
],
|
|
|
|
"temperature_vitrification": [
|
|
|
|
"70"
|
|
|
|
],
|
|
|
|
"textured_plate_temp": [
|
|
|
|
"80"
|
|
|
|
],
|
|
|
|
"textured_plate_temp_initial_layer": [
|
|
|
|
"80"
|
|
|
|
],
|
|
|
|
"filament_start_gcode": [
|
|
|
|
"; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{elsif (bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S255\n{endif};Prevent PLA from jamming\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}"
|
|
|
|
]
|
|
|
|
}
|