Initial release

This commit is contained in:
Jake
2026-05-11 19:29:55 +01:00
commit d4d1215874
16967 changed files with 4075897 additions and 0 deletions

View File

@@ -0,0 +1,125 @@
{
"type": "machine",
"name": "Kingroon KLP1 0.4 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"printer_model": "Kingroon KLP1",
"default_filament_profile": "Generic PLA @System",
"default_print_profile": "0.20mm Standard @Kingroon KLP1",
"thumbnails": [
"100x100"
],
"change_filament_gcode": "",
"deretraction_speed": [
"90"
],
"enable_filament_ramming": "1",
"extra_loading_move": "-2",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_radius": "65",
"high_current_on_filament_swap": "0",
"machine_unload_filament_time": "0",
"min_layer_height": "0.08",
"parking_pos_retraction": "92",
"purge_in_prime_tower": "1",
"retract_lift_above": [
"0"
],
"retract_lift_below": [
"0"
],
"retract_lift_enforce": [
"All Surfaces"
],
"bed_exclude_area": [
"0x0"
],
"extruder_colour": [
"#FCE94F"
],
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
"machine_end_gcode": "G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y200 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n G1 X0 Y200 F1000 ; prepare for part removal\n M84 ; disable motors\n M106 S0 ; turn off fan",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"5000",
"20000"
],
"machine_max_acceleration_retracting": [
"5000",
"5000"
],
"machine_max_acceleration_travel": [
"9000",
"9000"
],
"machine_max_acceleration_x": [
"10000",
"20000"
],
"machine_max_acceleration_y": [
"10000",
"20000"
],
"machine_max_acceleration_z": [
"500",
"200"
],
"machine_max_jerk_e": [
"2.5",
"2.5"
],
"machine_max_jerk_x": [
"20",
"9"
],
"machine_max_jerk_y": [
"20",
"9"
],
"machine_max_jerk_z": [
"0.2",
"0.4"
],
"machine_max_speed_e": [
"100",
"25"
],
"machine_max_speed_z": [
"50",
"12"
],
"machine_pause_gcode": "PAUSE",
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nG28 ; h1ome all axes\n M117 ;Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y175.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y175.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface",
"max_layer_height": [
"0.32"
],
"retraction_length": [
"1"
],
"retraction_speed": [
"90"
],
"use_firmware_retraction": "0",
"wipe": [
"1"
],
"z_hop": [
"0"
],
"printable_area": [
"0x0",
"230x0",
"230x230",
"0x230"
],
"printable_height": "210",
"nozzle_diameter": [
"0.4"
]
}

View File

@@ -0,0 +1,10 @@
{
"type": "machine_model",
"name": "Kingroon KLP1",
"model_id": "Kingroon KLP1",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Kingroon",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}

View File

@@ -0,0 +1,98 @@
{
"type": "machine",
"name": "Kingroon KP3S 3.0 0.4 nozzle",
"inherits": "fdm_machine_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"printer_model": "Kingroon KP3S 3.0",
"default_print_profile": "0.30mm Standard @Kingroon KP3S 3.0",
"machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1{if max_layer_z < max_print_height} Z{z_offset+min(max_layer_z+30, max_print_height)}{endif} E-34.0 F720 ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F3000 ; park print head\nM84 ; disable motors",
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F1000 ; move print head up\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG92 E0.0\n; initial load\n M117 Purge extruder\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y175.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y175.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface",
"nozzle_diameter": [
"0.4"
],
"cooling_tube_length": "0",
"cooling_tube_retraction": "0",
"enable_filament_ramming": "0",
"extra_loading_move": "0",
"fan_speedup_overhangs": "0",
"fan_speedup_time": "1",
"machine_max_acceleration_e": [
"10000",
"5000"
],
"machine_max_acceleration_extruding": [
"10000",
"9000"
],
"machine_max_acceleration_retracting": [
"10000",
"9000"
],
"machine_max_acceleration_x": [
"4000",
"9000"
],
"machine_max_acceleration_y": [
"4000",
"9000"
],
"machine_max_acceleration_z": [
"1100",
"100"
],
"machine_max_speed_e": [
"50",
"60"
],
"machine_max_speed_x": [
"300",
"200"
],
"machine_max_speed_y": [
"300",
"200"
],
"machine_max_speed_z": [
"30",
"12"
],
"manual_filament_change": "1",
"min_layer_height": [
"0.1"
],
"nozzle_type": "brass",
"parking_pos_retraction": "0",
"printable_area": [
"0x0",
"180x0",
"180x180",
"0x180"
],
"printable_height": "180",
"purge_in_prime_tower": "0",
"retract_length_toolchange": [
"0.5"
],
"retract_when_changing_layer": [
"1"
],
"retraction_length": [
"0.3"
],
"retraction_minimum_travel": [
"3"
],
"retraction_speed": [
"30"
],
"support_air_filtration": "0",
"support_chamber_temp_control": "0",
"wipe": [
"1"
],
"z_hop": [
"0.2"
]
}

View File

@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Kingroon KP3S 3.0",
"model_id": "Kingroon KP3S 3.0",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Kingroon",
"bed_model": "kp3s_bed.stl",
"bed_texture": "Kingroon_buildplate.png",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}

View File

@@ -0,0 +1,14 @@
{
"type": "machine",
"name": "Kingroon KP3S PRO S1 0.4 nozzle",
"inherits": "fdm_machine_common",
"setting_id": "GM003",
"instantiation": "true",
"printer_model": "Kingroon KP3S PRO S1",
"default_print_profile": "0.20mm Standard @Kingroon KP3S PRO S1",
"machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1{if max_layer_z < max_print_height} Z{z_offset+min(max_layer_z+30, max_print_height)}{endif} E-34.0 F720 ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F3000 ; park print head\nM84 ; disable motors",
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F1000 ; move print head up\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG92 E0.0\n; initial load\n M117 Purge extruder\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y175.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y175.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface",
"nozzle_diameter": [
"0.4"
]
}

View File

@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Kingroon KP3S PRO S1",
"model_id": "Kingroon-KP3S-PRO-S1",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Kingroon",
"bed_model": "kp3s_bed.stl",
"bed_texture": "Kingroon_buildplate.png",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}

View File

@@ -0,0 +1,86 @@
{
"type": "machine",
"name": "Kingroon KP3S PRO V2 0.4 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"printer_model": "Kingroon KP3S PRO V2",
"default_filament_profile": "Generic PLA @System",
"default_print_profile": "0.20mm Standard @Kingroon KP3S PRO V2",
"bed_exclude_area": [
"0x0"
],
"extruder_colour": [
"#FCE94F"
],
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
"deretraction_speed": [
"45"
],
"machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F600 ; Move print head up{endif}\nG1 X5 Y200 F6000 ; present print\n{if max_layer_z < max_print_height-10}G1 Z{z_offset+min(max_layer_z+20, max_print_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{max_print_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors\nEND_PRINT",
"machine_max_acceleration_e": [
"10000",
"5000"
],
"machine_max_acceleration_extruding": [
"10000",
"9000"
],
"machine_max_acceleration_retracting": [
"10000",
"9000"
],
"machine_max_acceleration_x": [
"10000",
"9000"
],
"machine_max_acceleration_y": [
"10000",
"9000"
],
"machine_max_acceleration_z": [
"10000",
"100"
],
"machine_max_jerk_e": [
"20",
"5"
],
"machine_max_jerk_x": [
"20",
"7"
],
"machine_max_jerk_y": [
"20",
"7"
],
"machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature]\nCANCEL_POWEROFF\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nG92 E0",
"max_layer_height": [
"0.32"
],
"retraction_length": [
"0.8"
],
"retraction_speed": [
"45"
],
"use_firmware_retraction": "1",
"wipe": [
"0"
],
"z_hop": [
"0"
],
"printable_area": [
"0x0",
"205x0",
"205x205",
"0x205"
],
"printable_height": "200",
"nozzle_diameter": [
"0.4"
]
}

View File

@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Kingroon KP3S PRO V2",
"model_id": "Kingroon-KP3S-PRO-V2",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Kingroon",
"bed_model": "kp3s_bed.stl",
"bed_texture": "Kingroon_buildplate.png",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}

View File

@@ -0,0 +1,151 @@
{
"type": "machine",
"name": "Kingroon KP3S V1 0.4 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"printer_model": "Kingroon KP3S V1",
"default_filament_profile": "Generic PLA @System",
"default_print_profile": "0.20mm Standard @Kingroon KP3S V1",
"thumbnails": [
"100x100"
],
"change_filament_gcode": "",
"best_object_pos": "0.5,0.5",
"change_extrusion_role_gcode": "",
"cooling_tube_length": "0",
"cooling_tube_retraction": "0",
"deretraction_speed": [
"30"
],
"disable_m73": "0",
"emit_machine_limits_to_gcode": "1",
"enable_filament_ramming": "0",
"head_wrap_detect_zone": [],
"enable_long_retraction_when_cut": "0",
"long_retractions_when_cut": [
"0"
],
"retract_before_wipe": [
"0%"
],
"retraction_distances_when_cut": [
"18"
],
"extra_loading_move": "0",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_radius": "65",
"high_current_on_filament_swap": "0",
"machine_unload_filament_time": "0",
"min_layer_height": "0.08",
"parking_pos_retraction": "0",
"preferred_orientation": "0",
"printing_by_object_gcode": "",
"purge_in_prime_tower": "0",
"retract_lift_above": [
"0"
],
"retract_lift_below": [
"0"
],
"retract_lift_enforce": [
"All Surfaces"
],
"bed_exclude_area": [
"0x0"
],
"extruder_colour": [
"#FCE94F"
],
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
"machine_end_gcode": "G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y180 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n G1 X0 Y180 F1000 ; prepare for part removal\n M84 ; disable motors\n M106 S0 ; turn off fan",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"10000",
"20000"
],
"machine_max_acceleration_retracting": [
"5000",
"5000"
],
"machine_max_acceleration_travel": [
"20000",
"20000"
],
"machine_max_acceleration_x": [
"10000",
"20000"
],
"machine_max_acceleration_y": [
"10000",
"20000"
],
"machine_max_acceleration_z": [
"500",
"200"
],
"machine_max_jerk_e": [
"2.5",
"2.5"
],
"machine_max_jerk_x": [
"9",
"9"
],
"machine_max_jerk_y": [
"9",
"9"
],
"machine_max_jerk_z": [
"0.2",
"0.4"
],
"machine_max_speed_e": [
"100",
"25"
],
"machine_max_speed_z": [
"12",
"12"
],
"machine_pause_gcode": "PAUSE",
"machine_start_gcode": "M104 S{first_layer_temperature[0]} ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nM83\nG28 ; h1ome all axes\nG1 Z0.2 ; lift nozzle a bit \nG92 E0 \nG1 Y-3 F2400 \nG1 X50 F2400 ; zero the extruded length \nG1 X115 E40 F500 ; Extrude 25mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-0.2 F3000 ; Retract a little \nG1 X180 F4000 ; Quickly wipe away from the filament line\nM117",
"manual_filament_change": "0",
"nozzle_height": "4",
"nozzle_type": "brass",
"max_layer_height": [
"0.32"
],
"retraction_length": [
"0.8"
],
"retraction_speed": [
"30"
],
"support_air_filtration": "1",
"support_chamber_temp_control": "1",
"support_multi_bed_types": "0",
"use_firmware_retraction": "0",
"wipe": [
"1"
],
"z_hop": [
"0"
],
"z_offset": "0",
"printable_area": [
"0x0",
"180x0",
"180x180",
"0x180"
],
"printable_height": "180",
"nozzle_diameter": [
"0.4"
]
}

View File

@@ -0,0 +1,10 @@
{
"type": "machine_model",
"name": "Kingroon KP3S V1",
"model_id": "Kingroon KP3S V1",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Kingroon",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}

View File

@@ -0,0 +1,106 @@
{
"type": "machine",
"name": "fdm_klipper_common",
"inherits": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"gcode_flavor": "klipper",
"machine_max_acceleration_extruding": [
"9000",
"9000"
],
"machine_max_acceleration_retracting": [
"9000",
"9000"
],
"machine_max_acceleration_x": [
"9000",
"9000"
],
"machine_max_acceleration_y": [
"9000",
"9000"
],
"machine_max_acceleration_z": [
"100",
"100"
],
"machine_max_speed_e": [
"60",
"60"
],
"machine_max_speed_x": [
"500",
"200"
],
"machine_max_speed_y": [
"500",
"200"
],
"machine_max_speed_z": [
"12",
"12"
],
"machine_max_jerk_e": [
"5",
"5"
],
"machine_max_jerk_x": [
"7",
"7"
],
"machine_max_jerk_y": [
"7",
"7"
],
"machine_max_jerk_z": [
"0.4",
"0.4"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"min_layer_height": [
"0.05"
],
"extruder_clearance_radius": "45",
"extruder_clearance_height_to_rod": "25",
"retraction_minimum_travel": [
"1"
],
"retract_before_wipe": [
"70%"
],
"retract_when_changing_layer": [
"1"
],
"retraction_length": [
"1.0"
],
"z_hop": [
"0.4"
],
"retract_restart_extra": [
"0"
],
"retract_restart_extra_toolchange": [
"0"
],
"z_hop_types": "Normal Lift",
"machine_pause_gcode": "M601",
"wipe": [
"1"
],
"bed_exclude_area": [
"0x0"
],
"machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "END_PRINT",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n"
}

View File

@@ -0,0 +1,174 @@
{
"type": "machine",
"name": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"auxiliary_fan": "0",
"fan_kickstart": "0",
"fan_speedup_overhangs": "1",
"fan_speedup_time": "0",
"gcode_flavor": "marlin",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
"machine_pause_gcode": "M601",
"machine_end_gcode": "",
"extruder_colour": [
"#018001"
],
"extruder_offset": [
"0x0"
],
"extruder_clearance_radius": "65",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_height_to_lid": "140",
"template_custom_gcode": "",
"thumbnails": [
"300x300"
],
"upward_compatible_machine": [],
"use_firmware_retraction": "0",
"use_relative_e_distances": "1",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"1250",
"20000"
],
"machine_max_acceleration_retracting": [
"1250",
"5000"
],
"machine_max_acceleration_travel": [
"20000",
"20000"
],
"machine_max_acceleration_x": [
"3000",
"20000"
],
"machine_max_acceleration_y": [
"3000",
"20000"
],
"machine_max_acceleration_z": [
"200",
"200"
],
"machine_max_jerk_e": [
"4.5",
"2.5"
],
"machine_max_jerk_x": [
"12",
"9"
],
"machine_max_jerk_y": [
"12",
"9"
],
"machine_max_jerk_z": [
"0.4",
"0.4"
],
"machine_max_speed_e": [
"120",
"25"
],
"machine_max_speed_x": [
"200",
"200"
],
"machine_max_speed_y": [
"200",
"200"
],
"machine_max_speed_z": [
"12",
"12"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"max_layer_height": [
"0.3"
],
"min_layer_height": [
"0.08"
],
"printhost_apikey": "",
"printhost_authorization_type": "key",
"printhost_cafile": "",
"printhost_password": "",
"printhost_port": "",
"printhost_ssl_ignore_revoke": "0",
"printhost_user": "",
"printable_height": "200",
"nozzle_diameter": [
"0.4"
],
"printer_settings_id": "",
"printer_technology": "FFF",
"printer_variant": "0.4",
"printable_area": [
"0x0",
"200x0",
"200x200",
"0x200"
],
"retraction_minimum_travel": [
"1"
],
"retract_before_wipe": [
"70%"
],
"retract_length_toolchange": [
"2"
],
"nozzle_hrc": "0",
"nozzle_type": "undefine",
"nozzle_volume": "0",
"print_host": "",
"print_host_webui": "",
"retract_restart_extra": [
"0"
],
"retract_restart_extra_toolchange": [
"0"
],
"retract_when_changing_layer": [
"0"
],
"retraction_length": [
"1.4"
],
"retraction_speed": [
"35"
],
"scan_first_layer": "0",
"deretraction_speed": [
"30"
],
"silent_mode": "0",
"single_extruder_multi_material": "1",
"change_filament_gcode": "M600",
"wipe": [
"0"
],
"wipe_distance": [
"2"
],
"z_hop": [
"0.3"
],
"z_hop_types": [
"Auto Lift"
]
}