From 6f3045b3e5d713d05bc2934ae849e41b70f5947f Mon Sep 17 00:00:00 2001 From: Carlos Caruncho Date: Tue, 5 Sep 2023 14:00:16 +0200 Subject: [PATCH] Updated Kingroon profiles (#1867) * Update Kingroon profiles --- .../Custom/machine/fdm_klipper_common.json | 145 +++----------- resources/profiles/Kingroon.json | 4 + .../Kingroon KP3S PRO V2 0.4 nozzle.json | 100 +++------- .../Kingroon/machine/fdm_klipper_common.json | 41 ++++ .../Kingroon/machine/fdm_machine_common.json | 78 +++++--- .../kingroon kp3s pro s1 0.4 nozzle.json | 81 +------- ...0.08mm Standard @Kingroon KP3S PRO S1.json | 186 +----------------- ...0.12mm Standard @Kingroon KP3S PRO S1.json | 182 +---------------- ...0.20mm Standard @Kingroon KP3S PRO S1.json | 185 +---------------- ...0.20mm Standard @Kingroon KP3S PRO V2.json | 185 +---------------- .../Kingroon/process/fdm_process_common.json | 45 ++--- .../Ratrig/machine/fdm_klipper_common.json | 145 +++----------- 12 files changed, 220 insertions(+), 1157 deletions(-) create mode 100644 resources/profiles/Kingroon/machine/fdm_klipper_common.json diff --git a/resources/profiles/Custom/machine/fdm_klipper_common.json b/resources/profiles/Custom/machine/fdm_klipper_common.json index 610d1e9268..cbc6f7052f 100644 --- a/resources/profiles/Custom/machine/fdm_klipper_common.json +++ b/resources/profiles/Custom/machine/fdm_klipper_common.json @@ -5,80 +5,25 @@ "instantiation": "false", "inherits": "fdm_machine_common", "gcode_flavor": "klipper", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "9000", - "9000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "25", - "25" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "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_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], + "machine_max_acceleration_e": ["5000", "5000"], + "machine_max_acceleration_extruding": ["20000", "20000"], + "machine_max_acceleration_retracting": ["5000", "5000"], + "machine_max_acceleration_travel": ["9000", "9000"], + "machine_max_acceleration_x": ["20000", "20000"], + "machine_max_acceleration_y": ["20000", "20000"], + "machine_max_acceleration_z": ["500", "200"], + "machine_max_speed_e": ["25", "25"], + "machine_max_speed_x": ["500", "200"], + "machine_max_speed_y": ["500", "200"], + "machine_max_speed_z": ["12", "12"], + "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_min_extruding_rate": ["0", "0"], + "machine_min_travel_rate": ["0", "0"], + "max_layer_height": ["0.32"], + "min_layer_height": ["0.08"], "printable_height": "250", "extruder_clearance_radius": "65", "extruder_clearance_height_to_rod": "36", @@ -86,50 +31,24 @@ "printer_settings_id": "", "printer_technology": "FFF", "printer_variant": "0.4", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "0.8" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "30" - ], + "retraction_minimum_travel": ["1"], + "retract_before_wipe": ["70%"], + "retract_when_changing_layer": ["1"], + "retraction_length": ["0.8"], + "retract_length_toolchange": ["2"], + "z_hop": ["0.4"], + "retract_restart_extra": ["0"], + "retract_restart_extra_toolchange": ["0"], + "retraction_speed": ["30"], + "deretraction_speed": ["30"], "z_hop_types": "Normal Lift", "silent_mode": "0", "single_extruder_multi_material": "1", "change_filament_gcode": "", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "My Generic ABS" - ], + "wipe": ["1"], + "default_filament_profile": ["My Generic ABS"], "default_print_profile": "0.20mm Standard @MyKlipper", - "bed_exclude_area": [ - "0x0" - ], + "bed_exclude_area": ["0x0"], "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n", "machine_end_gcode": "PRINT_END", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", diff --git a/resources/profiles/Kingroon.json b/resources/profiles/Kingroon.json index 7425dbab23..b83a778881 100644 --- a/resources/profiles/Kingroon.json +++ b/resources/profiles/Kingroon.json @@ -119,6 +119,10 @@ "name": "fdm_machine_common", "sub_path": "machine/fdm_machine_common.json" }, + { + "name": "fdm_klipper_common", + "sub_path": "machine/fdm_klipper_common.json" + }, { "name": "Kingroon KP3S PRO S1 0.4 nozzle", "sub_path": "machine/Kingroon KP3S PRO S1 0.4 nozzle.json" diff --git a/resources/profiles/Kingroon/machine/Kingroon KP3S PRO V2 0.4 nozzle.json b/resources/profiles/Kingroon/machine/Kingroon KP3S PRO V2 0.4 nozzle.json index 90bc8c0089..4701bf624d 100644 --- a/resources/profiles/Kingroon/machine/Kingroon KP3S PRO V2 0.4 nozzle.json +++ b/resources/profiles/Kingroon/machine/Kingroon KP3S PRO V2 0.4 nozzle.json @@ -4,87 +4,37 @@ "name": "Kingroon KP3S PRO V2 0.4 nozzle", "from": "system", "instantiation": "true", - "inherits": "fdm_machine_common", + "inherits": "fdm_klipper_common", "printer_model": "Kingroon KP3S PRO V2", "default_filament_profile": "Kingroon Generic PLA", "default_print_profile": "0.20mm Standard @Kingroon KP3S PRO V2", "bed_exclude_area": ["0x0"], - "auxiliary_fan": "0", - "bbl_calib_mark_logo": "1", - "change_filament_gcode": "M600", - "deretraction_speed": ["30"], - "extruder_clearance_height_to_lid": "140", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_radius": "65", "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "gcode_flavor": "marlin", - "host_type": "octoprint", "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": "{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 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; 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\nG1 X0 Y170 F1000 ; prepare for part removal\nM84; disable motors\n", - "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": ["9000", "9000"], - "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"], - "machine_pause_gcode": "PAUSE", - "machine_start_gcode": "M190 S0 ; Prevents prusaslicer engine from prepending m190 to the gcode ruining our macro\nM109 S0 ; Prevents prusaslicer engine from prepending m109 to the gcode ruining our macro\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count] ; Provide layer information\nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[first_layer_bed_temperature] CHAMBER=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]}", - "machine_unload_filament_time": "0", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.08"], - "nozzle_diameter": ["0.4"], - "nozzle_hrc": "0", - "nozzle_type": "undefine", - "nozzle_volume": "0", - "print_host": "", - "print_host_webui": "", - "printable_area": ["0x0", "200x0", "200x200", "0x200"], - "printable_height": "200", - "printer_technology": "FFF", - "printer_variant": "0.4", - "printhost_apikey": "", - "printhost_authorization_type": "key", - "printhost_cafile": "", - "printhost_password": "", - "printhost_port": "", - "printhost_ssl_ignore_revoke": "0", - "printhost_user": "", - "retract_before_wipe": ["70%"], - "retract_length_toolchange": ["2"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retract_when_changing_layer": ["0"], - "retraction_length": ["1.4"], - "retraction_minimum_travel": ["1"], - "retraction_speed": ["35"], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "template_custom_gcode": "", - "thumbnails": ["300x300"], - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "version": "1.6.0.0", + "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"], - "wipe_distance": ["2"], - "z_hop": ["0.5"], - "z_hop_types": ["Auto Lift"] + "z_hop": ["0"], + "printable_area": [ + "0x0", + "205x0", + "205x205", + "0x205" +], +"printable_height": "200" } diff --git a/resources/profiles/Kingroon/machine/fdm_klipper_common.json b/resources/profiles/Kingroon/machine/fdm_klipper_common.json new file mode 100644 index 0000000000..1f5f8bee7a --- /dev/null +++ b/resources/profiles/Kingroon/machine/fdm_klipper_common.json @@ -0,0 +1,41 @@ +{ + "type": "machine", + "name": "fdm_klipper_common", + "from": "system", + "instantiation": "false", + "inherits": "fdm_machine_common", + "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" +} diff --git a/resources/profiles/Kingroon/machine/fdm_machine_common.json b/resources/profiles/Kingroon/machine/fdm_machine_common.json index 008266b8b7..0ff7eb5a0c 100644 --- a/resources/profiles/Kingroon/machine/fdm_machine_common.json +++ b/resources/profiles/Kingroon/machine/fdm_machine_common.json @@ -1,55 +1,81 @@ { "type": "machine", + "bbl_calib_mark_logo": "1", "name": "fdm_machine_common", + "auxiliary_fan": "0", + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", "from": "system", "instantiation": "false", "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_start_gcode": "", + "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": ["2000", "2000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["3000", "3000"], - "machine_max_acceleration_x": ["2000", "2000"], - "machine_max_acceleration_y": ["2000", "2000"], - "machine_max_acceleration_z": ["300", "200"], - "machine_max_speed_e": ["25", "25"], - "machine_max_speed_x": ["300", "200"], - "machine_max_speed_y": ["300", "200"], + "machine_max_acceleration_extruding": ["1250", "20000"], + "machine_max_acceleration_retracting": ["1250", "5000"], + "machine_max_acceleration_travel": ["9000", "9000"], + "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_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_min_extruding_rate": ["0", "0"], "machine_min_travel_rate": ["0", "0"], "max_layer_height": ["0.3"], "min_layer_height": ["0.08"], - "printable_height": "250", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", + "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_when_changing_layer": ["1"], - "retraction_length": ["0.8"], "retract_length_toolchange": ["2"], - "z_hop": ["0.4"], + "nozzle_hrc": "0", + "nozzle_type": "undefine", + "nozzle_volume": "0", + "print_host": "", + "print_host_webui": "", "retract_restart_extra": ["0"], "retract_restart_extra_toolchange": ["0"], - "retraction_speed": ["30"], + "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": "", - "layer_change_gcode": "", - "machine_pause_gcode": "M400 U1\n", - "wipe": ["1"] + "change_filament_gcode": "M600", + "wipe": ["0"], + "wipe_distance": ["2"], + "z_hop": ["0.3"], + "z_hop_types": ["Auto Lift"] } diff --git a/resources/profiles/Kingroon/machine/kingroon kp3s pro s1 0.4 nozzle.json b/resources/profiles/Kingroon/machine/kingroon kp3s pro s1 0.4 nozzle.json index e8328a58aa..e6258abf7f 100644 --- a/resources/profiles/Kingroon/machine/kingroon kp3s pro s1 0.4 nozzle.json +++ b/resources/profiles/Kingroon/machine/kingroon kp3s pro s1 0.4 nozzle.json @@ -1,87 +1,12 @@ { "bbl_calib_mark_logo": "1", - "type": "machine", "setting_id": "GM003", "name": "Kingroon KP3S PRO S1 0.4 nozzle", "instantiation": "true", "inherits": "fdm_machine_common", "printer_model": "Kingroon KP3S PRO S1", "default_print_profile": "0.20mm Standard @Kingroon KP3S PRO S1", - "default_filament_profile": "Kingroon Generic PLA", - "change_filament_gcode": "M600", - "deretraction_speed": ["30"], - "extruder_clearance_height_to_lid": "140", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_radius": "65", - "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "from": "system", - "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_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 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; 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\nG1 X0 Y170 F1000 ; prepare for part removal\nM84; disable motors\n", - "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": ["9000", "9000"], - "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"], - "machine_pause_gcode": "PAUSE", - "machine_start_gcode": "M190 S0 ; Prevents prusaslicer engine from prepending m190 to the gcode ruining our macro\nM109 S0 ; Prevents prusaslicer engine from prepending m109 to the gcode ruining our macro\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count] ; Provide layer information\nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[first_layer_bed_temperature] CHAMBER=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]}", - "machine_unload_filament_time": "0", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.08"], - "nozzle_diameter": ["0.4"], - "nozzle_hrc": "0", - "nozzle_type": "undefine", - "nozzle_volume": "0", - "print_host": "", - "print_host_webui": "", - "printable_area": ["0x0", "200x0", "200x200", "0x200"], - "printable_height": "200", - "printer_technology": "FFF", - "printer_variant": "0.4", - "printhost_apikey": "", - "printhost_authorization_type": "key", - "printhost_cafile": "", - "printhost_password": "", - "printhost_port": "", - "printhost_ssl_ignore_revoke": "0", - "printhost_user": "", - "retract_before_wipe": ["70%"], - "retract_length_toolchange": ["2"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retract_when_changing_layer": ["0"], - "retraction_length": ["1.4"], - "retraction_minimum_travel": ["1"], - "retraction_speed": ["35"], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "template_custom_gcode": "", - "thumbnails": ["300x300"], - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "version": "1.6.0.0", - "wipe": ["0"], - "wipe_distance": ["2"], - "z_hop": ["0.5"], - "z_hop_types": ["Auto Lift"] + "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", + "type": "machine" } diff --git a/resources/profiles/Kingroon/process/0.08mm Standard @Kingroon KP3S PRO S1.json b/resources/profiles/Kingroon/process/0.08mm Standard @Kingroon KP3S PRO S1.json index 542c9e7895..db9e201fcc 100644 --- a/resources/profiles/Kingroon/process/0.08mm Standard @Kingroon KP3S PRO S1.json +++ b/resources/profiles/Kingroon/process/0.08mm Standard @Kingroon KP3S PRO S1.json @@ -1,190 +1,10 @@ { - "accel_to_decel_enable": "0", - "accel_to_decel_factor": "50%", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.95", - "bridge_no_support": "0", - "bridge_speed": "50", - "brim_object_gap": "0.1", - "brim_type": "auto_brim", - "brim_width": "5", "compatible_printers": [ "Kingroon KP3S PRO S1 0.4 nozzle" ], - "compatible_printers_condition": "", - "default_acceleration": "3000", - "default_jerk": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "enable_overhang_speed": "1", - "enable_prime_tower": "0", - "enable_support": "1", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "1", - "exclude_object": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "from": "", - "fuzzy_skin": "none", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_infill_speed": "100", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "25%", - "inherits": "fdm_process_common", - "initial_layer_acceleration": "700", - "initial_layer_infill_speed": "105", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "50", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "300", - "inner_wall_jerk": "9", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "100", - "interface_shells": "0", - "internal_bridge_support_thickness": "0", - "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "100", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", "layer_height": "0.08", - "line_width": "0.42", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "min_bead_width": "85%", - "min_feature_size": "25%", - "minimum_sparse_infill_area": "15", + "line_width": "0.4", + "inherits": "fdm_process_common", "name": "0.08mm Standard @Kingroon KP3S PRO S1", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "0", - "ooze_prevention": "0", - "outer_wall_acceleration": "3000", - "outer_wall_jerk": "9", - "outer_wall_line_width": "0.4", - "outer_wall_speed": "80", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "overhang_speed_classic": "0", - "post_process": [], - "precise_outer_wall": "0", - "prime_tower_brim_width": "3", - "prime_tower_width": "35", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_sequence": "by layer", - "print_settings_id": "0.08mm Standard @Kingroon KP3S PRO S1", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "seam_gap": "15%", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "0", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "gyroid", - "sparse_infill_speed": "100", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_pattern": "rectilinear", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "2", - "support_line_width": "0.42", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "0", - "support_speed": "150", - "support_style": "default", - "support_threshold_angle": "30", - "support_top_z_distance": "0.2", - "support_type": "tree(auto)", - "thick_bridges": "0", - "timelapse_type": "0", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "3000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonic", - "top_surface_speed": "60", - "travel_acceleration": "3000", - "travel_jerk": "12", - "travel_speed": "150", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "45", - "tree_support_branch_diameter": "1", - "tree_support_branch_distance": "1", - "tree_support_brim_width": "3", - "tree_support_wall_count": "1", - "version": "1.6.0.0", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "arachne", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "3", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_on_loops": "1", - "wipe_speed": "80%", - "wipe_tower_no_sparse_layers": "0", - "xy_contour_compensation": "0", - "xy_hole_compensation": "0" + "print_settings_id": "0.08mm Standard @Kingroon KP3S PRO S1" } \ No newline at end of file diff --git a/resources/profiles/Kingroon/process/0.12mm Standard @Kingroon KP3S PRO S1.json b/resources/profiles/Kingroon/process/0.12mm Standard @Kingroon KP3S PRO S1.json index 6eb5088329..a94340bb96 100644 --- a/resources/profiles/Kingroon/process/0.12mm Standard @Kingroon KP3S PRO S1.json +++ b/resources/profiles/Kingroon/process/0.12mm Standard @Kingroon KP3S PRO S1.json @@ -1,190 +1,10 @@ { - "accel_to_decel_enable": "0", - "accel_to_decel_factor": "50%", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.95", - "bridge_no_support": "0", - "bridge_speed": "50", - "brim_object_gap": "0.1", - "brim_type": "auto_brim", - "brim_width": "5", "compatible_printers": [ "Kingroon KP3S PRO S1 0.4 nozzle" ], - "compatible_printers_condition": "", - "default_acceleration": "3000", - "default_jerk": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "enable_overhang_speed": "1", - "enable_prime_tower": "0", - "enable_support": "1", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "1", - "exclude_object": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "from": "", - "fuzzy_skin": "none", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_infill_speed": "100", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "25%", "inherits": "fdm_process_common", - "initial_layer_acceleration": "700", - "initial_layer_infill_speed": "105", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "50", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "300", - "inner_wall_jerk": "9", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "100", - "interface_shells": "0", - "internal_bridge_support_thickness": "0", - "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "100", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", "layer_height": "0.12", "line_width": "0.4", - "max_bridge_length": "30", - "max_travel_detour_distance": "0", - "min_bead_width": "85%", - "min_feature_size": "25%", - "minimum_sparse_infill_area": "15", "name": "0.12mm Standard @Kingroon KP3S PRO S1", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "0", - "ooze_prevention": "0", - "outer_wall_acceleration": "3000", - "outer_wall_jerk": "9", - "outer_wall_line_width": "0.4", - "outer_wall_speed": "80", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "overhang_speed_classic": "0", - "post_process": [], - "precise_outer_wall": "0", - "prime_tower_brim_width": "3", - "prime_tower_width": "35", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_sequence": "by layer", - "print_settings_id": "0.12mm Standard @Kingroon KP3S PRO S1", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "seam_gap": "15%", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "0", - "skirt_loops": "2", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "0", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "gyroid", - "sparse_infill_speed": "100", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_pattern": "rectilinear", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "2", - "support_line_width": "0.42", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "0", - "support_speed": "150", - "support_style": "tree_slim", - "support_threshold_angle": "45", - "support_top_z_distance": "0.3", - "support_type": "tree(auto)", - "thick_bridges": "0", - "timelapse_type": "0", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "3000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.4", - "top_surface_pattern": "monotonic", - "top_surface_speed": "60", - "travel_acceleration": "3000", - "travel_jerk": "12", - "travel_speed": "150", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "45", - "tree_support_branch_diameter": "1", - "tree_support_branch_distance": "1", - "tree_support_brim_width": "3", - "tree_support_wall_count": "0", - "version": "1.6.0.0", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "arachne", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "3", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_on_loops": "1", - "wipe_speed": "80%", - "wipe_tower_no_sparse_layers": "0", - "xy_contour_compensation": "0", - "xy_hole_compensation": "0" + "print_settings_id": "0.12mm Standard @Kingroon KP3S PRO S1" } \ No newline at end of file diff --git a/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO S1.json b/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO S1.json index f4bd908cb5..2ba0f60d05 100644 --- a/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO S1.json +++ b/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO S1.json @@ -1,190 +1,11 @@ { - "accel_to_decel_enable": "0", - "accel_to_decel_factor": "50%", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.95", - "bridge_no_support": "0", - "bridge_speed": "50", - "brim_object_gap": "0.1", - "brim_type": "auto_brim", - "brim_width": "5", "compatible_printers": [ "Kingroon KP3S PRO S1 0.4 nozzle" ], "compatible_printers_condition": "", - "default_acceleration": "3000", - "default_jerk": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "enable_overhang_speed": "1", - "enable_prime_tower": "0", - "enable_support": "1", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "1", - "exclude_object": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "from": "", - "fuzzy_skin": "none", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_infill_speed": "100", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "25%", "inherits": "fdm_process_common", - "initial_layer_acceleration": "700", - "initial_layer_infill_speed": "105", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "50", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "300", - "inner_wall_jerk": "9", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "100", - "interface_shells": "0", - "internal_bridge_support_thickness": "0", - "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "100", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "layer_height": "0.2", - "line_width": "0.42", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "min_bead_width": "85%", - "min_feature_size": "25%", - "minimum_sparse_infill_area": "15", "name": "0.20mm Standard @Kingroon KP3S PRO S1", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "0", - "ooze_prevention": "0", - "outer_wall_acceleration": "3000", - "outer_wall_jerk": "9", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "80", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "overhang_speed_classic": "0", - "post_process": [], - "precise_outer_wall": "0", - "prime_tower_brim_width": "3", - "prime_tower_width": "35", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_sequence": "by layer", - "print_settings_id": "", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "seam_gap": "15%", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "0", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "gyroid", - "sparse_infill_speed": "100", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_pattern": "rectilinear", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "2", - "support_line_width": "0.42", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "0", - "support_speed": "150", - "support_style": "default", - "support_threshold_angle": "30", - "support_top_z_distance": "0.2", - "support_type": "tree(auto)", - "thick_bridges": "0", - "timelapse_type": "0", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "3000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonic", - "top_surface_speed": "60", - "travel_acceleration": "3000", - "travel_jerk": "12", - "travel_speed": "150", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "45", - "tree_support_branch_diameter": "5", - "tree_support_branch_distance": "5", - "tree_support_brim_width": "3", - "tree_support_wall_count": "0", - "version": "1.6.0.0", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "arachne", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "3", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_on_loops": "1", - "wipe_speed": "80%", - "wipe_tower_no_sparse_layers": "0", - "xy_contour_compensation": "0", - "xy_hole_compensation": "0" + "initial_layer_print_height": "0.2", + "layer_height": "0.2", + "line_width": "0.42" } \ No newline at end of file diff --git a/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO V2.json b/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO V2.json index fde48bf37e..bcfacc147e 100644 --- a/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO V2.json +++ b/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO V2.json @@ -1,190 +1,11 @@ { - "accel_to_decel_enable": "0", - "accel_to_decel_factor": "50%", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.95", - "bridge_no_support": "0", - "bridge_speed": "50", - "brim_object_gap": "0.1", - "brim_type": "auto_brim", - "brim_width": "5", "compatible_printers": [ "Kingroon KP3S PRO V2 0.4 nozzle" ], - "compatible_printers_condition": "", - "default_acceleration": "3000", - "default_jerk": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "enable_overhang_speed": "1", - "enable_prime_tower": "0", - "enable_support": "1", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "1", - "exclude_object": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "from": "", - "fuzzy_skin": "none", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_infill_speed": "100", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "25%", "inherits": "fdm_process_common", - "initial_layer_acceleration": "700", - "initial_layer_infill_speed": "105", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "50", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "300", - "inner_wall_jerk": "9", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "100", - "interface_shells": "0", - "internal_bridge_support_thickness": "0", - "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "100", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "layer_height": "0.2", - "line_width": "0.42", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "min_bead_width": "85%", - "min_feature_size": "25%", - "minimum_sparse_infill_area": "15", "name": "0.20mm Standard @Kingroon KP3S PRO V2", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "0", - "ooze_prevention": "0", - "outer_wall_acceleration": "3000", - "outer_wall_jerk": "9", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "80", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "overhang_speed_classic": "0", - "post_process": [], - "precise_outer_wall": "0", - "prime_tower_brim_width": "3", - "prime_tower_width": "35", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_sequence": "by layer", "print_settings_id": "0.20mm Standard @Kingroon KP3S PRO V2", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "seam_gap": "15%", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "0", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "gyroid", - "sparse_infill_speed": "100", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_pattern": "rectilinear", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "2", - "support_line_width": "0.42", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "0", - "support_speed": "150", - "support_style": "default", - "support_threshold_angle": "30", - "support_top_z_distance": "0.2", - "support_type": "tree(auto)", - "thick_bridges": "0", - "timelapse_type": "0", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "3000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonic", - "top_surface_speed": "60", - "travel_acceleration": "3000", - "travel_jerk": "12", - "travel_speed": "150", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "45", - "tree_support_branch_diameter": "5", - "tree_support_branch_distance": "5", - "tree_support_brim_width": "3", - "tree_support_wall_count": "0", - "version": "1.6.0.0", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "arachne", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "3", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_on_loops": "1", - "wipe_speed": "80%", - "wipe_tower_no_sparse_layers": "0", - "xy_contour_compensation": "0", - "xy_hole_compensation": "0" + "initial_layer_print_height": "0.2", + "layer_height": "0.2", + "line_width": "0.42" } \ No newline at end of file diff --git a/resources/profiles/Kingroon/process/fdm_process_common.json b/resources/profiles/Kingroon/process/fdm_process_common.json index 168dc44e7c..919b751d28 100644 --- a/resources/profiles/Kingroon/process/fdm_process_common.json +++ b/resources/profiles/Kingroon/process/fdm_process_common.json @@ -3,27 +3,24 @@ "name": "fdm_process_common", "from": "system", "instantiation": "false", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_thickness": "0", - "bridge_speed": "50", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers": [], - "compatible_printers_condition": "", - "default_acceleration": "1000", - "bridge_no_support": "0", - "tree_support_with_infill": "0", - "bottom_shell_layers": "3", "accel_to_decel_enable": "0", "accel_to_decel_factor": "50%", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", "bridge_acceleration": "50%", + "adaptive_layer_height": "0", + "bridge_flow": "0.9", + "brim_object_gap": "0.1", + "brim_type": "auto_brim", + "brim_width": "5", + "bridge_no_support": "0", + "bridge_speed": "50", "bridge_angle": "0", "bridge_density": "100%", - "bridge_flow": "0.95", - "brim_type": "auto_brim", + "compatible_printers_condition": "", + "default_acceleration": "3000", "default_jerk": "0", "detect_narrow_internal_solid_infill": "1", "detect_overhang_wall": "1", @@ -34,6 +31,7 @@ "enable_overhang_speed": "1", "enable_prime_tower": "0", "enable_support": "1", + "compatible_printers": [], "enforce_support_layers": "0", "ensure_vertical_shell_thickness": "1", "exclude_object": "1", @@ -46,6 +44,11 @@ "fuzzy_skin_point_distance": "0.8", "fuzzy_skin_thickness": "0.3", "gap_infill_speed": "100", + "tree_support_with_infill": "0", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "40", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "10", "gcode_add_line_number": "0", "gcode_comments": "0", "gcode_label_objects": "1", @@ -60,7 +63,6 @@ "initial_layer_infill_speed": "105", "initial_layer_jerk": "9", "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", "initial_layer_speed": "50", "initial_layer_travel_speed": "100%", "inner_wall_acceleration": "300", @@ -76,9 +78,7 @@ "ironing_spacing": "0.15", "ironing_speed": "30", "ironing_type": "no ironing", - "layer_height": "0.2", - "line_width": "0.42", - "max_bridge_length": "10", + "max_bridge_length": "30", "max_travel_detour_distance": "0", "min_bead_width": "85%", "min_feature_size": "25%", @@ -90,10 +90,6 @@ "outer_wall_jerk": "9", "outer_wall_line_width": "0.42", "outer_wall_speed": "80", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", "overhang_speed_classic": "0", "post_process": [], "precise_outer_wall": "0", @@ -111,6 +107,7 @@ "reduce_infill_retraction": "1", "resolution": "0.012", "role_based_wipe_speed": "1", + "reduce_crossing_wall": "0", "seam_gap": "15%", "seam_position": "aligned", "skirt_distance": "2", @@ -174,7 +171,7 @@ "tree_support_branch_distance": "5", "tree_support_brim_width": "3", "tree_support_wall_count": "0", - "version": "1.6.0.0", + "version": "1.6.4.0", "wall_distribution_count": "1", "wall_filament": "1", "wall_generator": "arachne", diff --git a/resources/profiles/Ratrig/machine/fdm_klipper_common.json b/resources/profiles/Ratrig/machine/fdm_klipper_common.json index 6e3272ba72..71f5d18948 100644 --- a/resources/profiles/Ratrig/machine/fdm_klipper_common.json +++ b/resources/profiles/Ratrig/machine/fdm_klipper_common.json @@ -5,80 +5,25 @@ "instantiation": "false", "inherits": "fdm_machine_common", "gcode_flavor": "klipper", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "9000", - "9000" - ], - "machine_max_acceleration_retracting": [ - "9000", - "9000" - ], - "machine_max_acceleration_travel": [ - "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" - ], - "max_layer_height": [ - "0.3" - ], - "min_layer_height": [ - "0.05" - ], + "machine_max_acceleration_e": ["5000", "5000"], + "machine_max_acceleration_extruding": ["9000", "9000"], + "machine_max_acceleration_retracting": ["9000", "9000"], + "machine_max_acceleration_travel": ["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"], + "max_layer_height": ["0.3"], + "min_layer_height": ["0.05"], "printable_height": "500", "extruder_clearance_radius": "45", "extruder_clearance_height_to_rod": "25", @@ -86,51 +31,25 @@ "printer_settings_id": "", "printer_technology": "FFF", "printer_variant": "0.4", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "1.0" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "40" - ], - "deretraction_speed": [ - "30" - ], + "retraction_minimum_travel": ["1"], + "retract_before_wipe": ["70%"], + "retract_when_changing_layer": ["1"], + "retraction_length": ["1.0"], + "retract_length_toolchange": ["2"], + "z_hop": ["0.4"], + "retract_restart_extra": ["0"], + "retract_restart_extra_toolchange": ["0"], + "retraction_speed": ["40"], + "deretraction_speed": ["30"], "z_hop_types": "Normal Lift", "silent_mode": "0", "single_extruder_multi_material": "1", "change_filament_gcode": "M600", "machine_pause_gcode": "M601", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "RatRig Generic ABS" - ], + "wipe": ["1"], + "default_filament_profile": ["RatRig Generic ABS"], "default_print_profile": "0.20mm Standard @RatRig", - "bed_exclude_area": [ - "0x0" - ], + "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]",