From e78a6d964b1c76d67af6986db61570adb2de751c Mon Sep 17 00:00:00 2001 From: Carlos Caruncho Date: Sun, 30 Jul 2023 07:58:43 +0200 Subject: [PATCH] Kingroon profiles improves (#1599) * Update OrcaSlicer_es.po * Update OrcaSlicer_es.po More strings! * Update OrcaSlicer_es.po * modified: bbl/i18n/es/OrcaSlicer_es.po * Update Orcaslicer spanish * Merge * Corregidos duplicados * modified: bbl/i18n/es/OrcaSlicer_es.po * modified: bbl/i18n/es/OrcaSlicer_es.po * modified: bbl/i18n/es/OrcaSlicer_es.po * modified: bbl/i18n/es/OrcaSlicer_es.po * modified: bbl/i18n/es/OrcaSlicer_es.po modified: bbl/i18n/es/OrcaSlicer_es.mo * modified: bbl/i18n/es/OrcaSlicer_es.mo * Update Orca es * FIX:orcaslicer_es.po some strings * modified: bbl/i18n/es/OrcaSlicer_es.po * modified: bbl/i18n/es/OrcaSlicer_es.po * modified: bbl/i18n/es/OrcaSlicer_es.po modified: resources/i18n/es/OrcaSlicer.mo * Update text.js Added es_ES to text.js (spanish strings) * Kingroon profiles added Added Kp3s and kp5l printers * Update OrcaSlicer_es.po CAMBIOS EN CUARTEL * Update OrcaSlicer_es.po * [FIX] Fixed some spanish strings Improved translation * More spanish string fixes More fixes * Fix More Spanish Strings * add kingoon profiles * Last mo update * Fix KP3S PRO S1 profile * Kingroon printers fixes * Update OrcaSlicer.mo * Added plate bed * [FIX] Some Kingroon profiles fixes * Kingroon profile improves Brong start gcode * Kingroon profile improves Deleted some profiles * Some fixes * More fixes --- resources/profiles/Kingroon.json | 10 +- .../Kingroon/filament/I3D TESTED PLA.json | 23 +++ .../filament/Kingroon Generic PA.json | 36 ++-- .../filament/Kingroon Generic PC.json | 32 ++- .../filament/Kingroon Generic PETG.json | 70 +++---- .../filament/Kingroon Generic PLA-CF.json | 36 ++-- .../filament/Kingroon Generic PLA.json | 5 + .../filament/Kingroon Generic PVA.json | 38 ++-- .../Polymaker Polyterra PLA Mint.json | 24 +++ .../filament/Printalot PLA ARTDUE.json | 23 +++ .../Kingroon/filament/SMART3D PLA.json | 24 +++ .../filament/fdm_filament_common.json | 180 +++++------------ .../Kingroon/filament/fdm_filament_pa.json | 106 +++------- .../Kingroon/filament/fdm_filament_pc.json | 110 +++------- .../Kingroon/filament/fdm_filament_pva.json | 126 ++++-------- .../Kingroon/filament/fdm_filament_tpu.json | 110 +++------- .../Kingroon KP3S PRO V2 0.4 nozzle.json | 49 ++--- .../kingroon kp3s pro s1 0.4 nozzle.json | 6 +- ...0.08mm Standard @Kingroon KP3S PRO S1.json | 190 ------------------ ...0.12mm Standard @Kingroon KP3S PRO S1.json | 190 ------------------ ...m @Kingroon KP3S PRO S1 (0.4 nozzle).json} | 10 +- ...m @Kingroon KP3S PRO V2 (0.4 nozzle).json} | 104 +++++----- .../Kingroon/process/fdm_process_common.json | 5 +- 23 files changed, 440 insertions(+), 1067 deletions(-) create mode 100644 resources/profiles/Kingroon/filament/I3D TESTED PLA.json create mode 100644 resources/profiles/Kingroon/filament/Polymaker Polyterra PLA Mint.json create mode 100644 resources/profiles/Kingroon/filament/Printalot PLA ARTDUE.json create mode 100644 resources/profiles/Kingroon/filament/SMART3D PLA.json delete mode 100644 resources/profiles/Kingroon/process/0.08mm Standard @Kingroon KP3S PRO S1.json delete mode 100644 resources/profiles/Kingroon/process/0.12mm Standard @Kingroon KP3S PRO S1.json rename resources/profiles/Kingroon/process/{0.20mm Standard @Kingroon KP3S PRO S1.json => 0.20mm @Kingroon KP3S PRO S1 (0.4 nozzle).json} (97%) rename resources/profiles/Kingroon/process/{0.20mm Standard @Kingroon KP3S PRO V2.json => 0.20mm @Kingroon KP3S PRO V2 (0.4 nozzle).json} (72%) diff --git a/resources/profiles/Kingroon.json b/resources/profiles/Kingroon.json index 68f0d47a9a..fceacae4e7 100644 --- a/resources/profiles/Kingroon.json +++ b/resources/profiles/Kingroon.json @@ -1,7 +1,7 @@ { "name": "Kingroon", "url": "https://kingroon.com/", - "version": "00.02.00.00", + "version": "00.02.01.00", "force_update": "0", "description": "Kingroon configuration files", "machine_model_list": [ @@ -20,12 +20,12 @@ "sub_path": "process/fdm_process_common.json" }, { - "name": "0.20mm Standard @Kingroon KP3S PRO S1", - "sub_path": "process/0.20mm Standard @Kingroon KP3S PRO S1.json" + "name": "0.20mm @Kingroon KP3S PRO S1 (0.4 nozzle)", + "sub_path": "process/0.20mm @Kingroon KP3S PRO S1 (0.4 nozzle).json" }, { - "name": "0.20mm Standard @Kingroon KP3S PRO V2", - "sub_path": "process/0.20mm Standard @Kingroon KP3S PRO V2.json" + "name": "0.20mm @Kingroon KP3S PRO V2 (0.4 nozzle)", + "sub_path": "process/0.20mm @Kingroon KP3S PRO V2 (0.4 nozzle).json" } ], "filament_list": [ diff --git a/resources/profiles/Kingroon/filament/I3D TESTED PLA.json b/resources/profiles/Kingroon/filament/I3D TESTED PLA.json new file mode 100644 index 0000000000..c82d4923b6 --- /dev/null +++ b/resources/profiles/Kingroon/filament/I3D TESTED PLA.json @@ -0,0 +1,23 @@ +{ + "additional_cooling_fan_speed": ["100"], + "default_filament_colour": ["#FF090F"], + "enable_overhang_bridge_fan": ["0"], + "enable_pressure_advance": ["0"], + "filament_flow_ratio": ["0.95"], + "filament_max_volumetric_speed": ["37"], + "filament_retraction_length": ["0.8"], + "filament_retraction_speed": ["45"], + "filament_z_hop": ["nil"], + "from": "System", + "inherits": "fdm_filament_pla", + "name": "I3D TESTED PLA", + "nozzle_temperature": ["215"], + "nozzle_temperature_initial_layer": ["215"], + "nozzle_temperature_range_high": ["215"], + "nozzle_temperature_range_low": ["215"], + "slow_down_layer_time": ["3"], + "slow_down_min_speed": ["15"], + "version": "1.6.6.0", + "compatible_printers": [ + ] +} diff --git a/resources/profiles/Kingroon/filament/Kingroon Generic PA.json b/resources/profiles/Kingroon/filament/Kingroon Generic PA.json index eeeeda9ebf..328e202566 100644 --- a/resources/profiles/Kingroon/filament/Kingroon Generic PA.json +++ b/resources/profiles/Kingroon/filament/Kingroon Generic PA.json @@ -1,22 +1,16 @@ { - "type": "filament", - "filament_id": "GFN99", - "setting_id": "GFSA04", - "name": "Kingroon Generic PA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pa", - "nozzle_temperature_initial_layer": [ - "280" - ], - "nozzle_temperature": [ - "280" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "compatible_printers": [ - "Kingroon KP3S PRO S1 0.4 nozzle", - "Kingroon KP3S PRO V2 0.4 nozzle" - ] -} \ No newline at end of file + "type": "filament", + "filament_id": "GFN99", + "setting_id": "GFSA04", + "name": "Kingroon Generic PA", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pa", + "nozzle_temperature_initial_layer": ["280"], + "nozzle_temperature": ["280"], + "filament_max_volumetric_speed": ["12"], + "compatible_printers": [ + "Kingroon KP3S PRO S1 0.4 nozzle", + "Kingroon KP3S PRO V2 0.4 nozzle" + ] +} diff --git a/resources/profiles/Kingroon/filament/Kingroon Generic PC.json b/resources/profiles/Kingroon/filament/Kingroon Generic PC.json index 1508159289..27fcb660f9 100644 --- a/resources/profiles/Kingroon/filament/Kingroon Generic PC.json +++ b/resources/profiles/Kingroon/filament/Kingroon Generic PC.json @@ -1,19 +1,15 @@ { - "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSA04", - "name": "Kingroon Generic PC", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pc", - "filament_max_volumetric_speed": [ - "12" - ], - "filament_flow_ratio": [ - "0.94" - ], - "compatible_printers": [ - "Kingroon KP3S PRO S1 0.4 nozzle", - "Kingroon KP3S PRO V2 0.4 nozzle" - ] -} \ No newline at end of file + "type": "filament", + "filament_id": "GFC99", + "setting_id": "GFSA04", + "name": "Kingroon Generic PC", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pc", + "filament_max_volumetric_speed": ["12"], + "filament_flow_ratio": ["0.94"], + "compatible_printers": [ + "Kingroon KP3S PRO S1 0.4 nozzle", + "Kingroon KP3S PRO V2 0.4 nozzle" + ] +} diff --git a/resources/profiles/Kingroon/filament/Kingroon Generic PETG.json b/resources/profiles/Kingroon/filament/Kingroon Generic PETG.json index a89100b1ec..eb37c35dbc 100644 --- a/resources/profiles/Kingroon/filament/Kingroon Generic PETG.json +++ b/resources/profiles/Kingroon/filament/Kingroon Generic PETG.json @@ -1,49 +1,25 @@ { - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "name": "Kingroon Generic PETG", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet", - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_cooling_layer_time": [ - "30" - ], - "overhang_fan_speed": [ - "90" - ], - "overhang_fan_threshold": [ - "25%" - ], - "fan_max_speed": [ - "90" - ], - "fan_min_speed": [ - "40" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "8" - ], - "filament_flow_ratio": [ - "0.95" - ], - "filament_max_volumetric_speed": [ - "10" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "compatible_printers": [ - "Kingroon KP3S PRO S1 0.4 nozzle", - "Kingroon KP3S PRO V2 0.4 nozzle" - ] + "type": "filament", + "filament_id": "GFG99", + "setting_id": "GFSA04", + "name": "Kingroon Generic PETG", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pet", + "reduce_fan_stop_start_freq": ["1"], + "slow_down_for_layer_cooling": ["1"], + "fan_cooling_layer_time": ["30"], + "overhang_fan_speed": ["90"], + "overhang_fan_threshold": ["25%"], + "fan_max_speed": ["90"], + "fan_min_speed": ["40"], + "slow_down_min_speed": ["10"], + "slow_down_layer_time": ["8"], + "filament_flow_ratio": ["0.95"], + "filament_max_volumetric_speed": ["10"], + "filament_start_gcode": ["; filament start gcode\n"], + "compatible_printers": [ + "Kingroon KP3S PRO S1 0.4 nozzle", + "Kingroon KP3S PRO V2 0.4 nozzle" + ] } diff --git a/resources/profiles/Kingroon/filament/Kingroon Generic PLA-CF.json b/resources/profiles/Kingroon/filament/Kingroon Generic PLA-CF.json index 6a6c8d92ff..5fce99db48 100644 --- a/resources/profiles/Kingroon/filament/Kingroon Generic PLA-CF.json +++ b/resources/profiles/Kingroon/filament/Kingroon Generic PLA-CF.json @@ -1,25 +1,13 @@ { - "type": "filament", - "filament_id": "GFL98", - "setting_id": "GFSA04", - "name": "Kingroon Generic PLA-CF", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ - "0.95" - ], - "filament_type": [ - "PLA-CF" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "slow_down_layer_time": [ - "7" - ], - "compatible_printers": [ - "Kingroon KP3S PRO S1 0.4 nozzle", - "Kingroon KP3S PRO V2 0.4 nozzle" - ] -} \ No newline at end of file + "type": "filament", + "filament_id": "GFL98", + "setting_id": "GFSA04", + "name": "Kingroon Generic PLA-CF", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pla", + "compatible_printers": [ + "Kingroon KP3S PRO S1 0.4 nozzle", + "Kingroon KP3S PRO V2 0.4 nozzle" + ] +} diff --git a/resources/profiles/Kingroon/filament/Kingroon Generic PLA.json b/resources/profiles/Kingroon/filament/Kingroon Generic PLA.json index 2ae13dd846..93f3678fe4 100644 --- a/resources/profiles/Kingroon/filament/Kingroon Generic PLA.json +++ b/resources/profiles/Kingroon/filament/Kingroon Generic PLA.json @@ -6,6 +6,11 @@ "from": "system", "instantiation": "true", "inherits": "fdm_filament_pla", + "filament_flow_ratio": ["0.95"], + "filament_type": ["PLA"], + "filament_max_volumetric_speed": ["12"], + "filament_retraction_speed": ["20"], + "slow_down_layer_time": ["7"], "compatible_printers": [ "Kingroon KP3S PRO S1 0.4 nozzle", "Kingroon KP3S PRO V2 0.4 nozzle" diff --git a/resources/profiles/Kingroon/filament/Kingroon Generic PVA.json b/resources/profiles/Kingroon/filament/Kingroon Generic PVA.json index ea4ac2a1c1..1623837639 100644 --- a/resources/profiles/Kingroon/filament/Kingroon Generic PVA.json +++ b/resources/profiles/Kingroon/filament/Kingroon Generic PVA.json @@ -1,25 +1,17 @@ { - "type": "filament", - "filament_id": "GFS99", - "setting_id": "GFSA04", - "name": "Kingroon Generic PVA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pva", - "filament_flow_ratio": [ - "0.95" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "slow_down_layer_time": [ - "7" - ], - "slow_down_min_speed": [ - "10" - ], - "compatible_printers": [ - "Kingroon KP3S PRO S1 0.4 nozzle", - "Kingroon KP3S PRO V2 0.4 nozzle" - ] + "type": "filament", + "filament_id": "GFS99", + "setting_id": "GFSA04", + "name": "Kingroon Generic PVA", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pva", + "filament_flow_ratio": ["0.95"], + "filament_max_volumetric_speed": ["12"], + "slow_down_layer_time": ["7"], + "slow_down_min_speed": ["10"], + "compatible_printers": [ + "Kingroon KP3S PRO S1 0.4 nozzle", + "Kingroon KP3S PRO V2 0.4 nozzle" + ] } diff --git a/resources/profiles/Kingroon/filament/Polymaker Polyterra PLA Mint.json b/resources/profiles/Kingroon/filament/Polymaker Polyterra PLA Mint.json new file mode 100644 index 0000000000..3a273149f2 --- /dev/null +++ b/resources/profiles/Kingroon/filament/Polymaker Polyterra PLA Mint.json @@ -0,0 +1,24 @@ +{ + "additional_cooling_fan_speed": ["100"], + "default_filament_colour": ["#3AFCB4"], + "enable_overhang_bridge_fan": ["0"], + "enable_pressure_advance": ["0"], + "filament_flow_ratio": ["0.89"], + "filament_max_volumetric_speed": ["25"], + "filament_retraction_length": ["0.8"], + "filament_retraction_speed": ["45"], + "filament_z_hop": ["nil"], + "from": "System", + "inherits": "fdm_filament_pla", + "is_custom_defined": "0", + "name": "Polymaker Polyterra PLA Mint", + "nozzle_temperature": ["215"], + "nozzle_temperature_initial_layer": ["215"], + "nozzle_temperature_range_high": ["215"], + "nozzle_temperature_range_low": ["215"], + "slow_down_layer_time": ["3"], + "slow_down_min_speed": ["15"], + "version": "1.6.6.0", + "compatible_printers": [ + ] +} diff --git a/resources/profiles/Kingroon/filament/Printalot PLA ARTDUE.json b/resources/profiles/Kingroon/filament/Printalot PLA ARTDUE.json new file mode 100644 index 0000000000..36eeddb5e3 --- /dev/null +++ b/resources/profiles/Kingroon/filament/Printalot PLA ARTDUE.json @@ -0,0 +1,23 @@ +{ + "additional_cooling_fan_speed": ["100"], + "default_filament_colour": ["#F0FC0C"], + "enable_overhang_bridge_fan": ["0"], + "enable_pressure_advance": ["0"], + "filament_flow_ratio": ["0.9"], + "filament_max_volumetric_speed": ["37"], + "filament_retraction_length": ["0.8"], + "filament_retraction_speed": ["45"], + "filament_z_hop": ["nil"], + "from": "User", + "inherits": "fdm_filament_pla", + "name": "Printalot PLA ARTDUE", + "nozzle_temperature": ["215"], + "nozzle_temperature_initial_layer": ["215"], + "nozzle_temperature_range_high": ["215"], + "nozzle_temperature_range_low": ["215"], + "slow_down_layer_time": ["3"], + "slow_down_min_speed": ["15"], + "version": "1.6.6.0", + "compatible_printers": [ + ] +} diff --git a/resources/profiles/Kingroon/filament/SMART3D PLA.json b/resources/profiles/Kingroon/filament/SMART3D PLA.json new file mode 100644 index 0000000000..57d2710035 --- /dev/null +++ b/resources/profiles/Kingroon/filament/SMART3D PLA.json @@ -0,0 +1,24 @@ +{ + "additional_cooling_fan_speed": ["100"], + "default_filament_colour": ["#3792FF"], + "enable_overhang_bridge_fan": ["0"], + "enable_pressure_advance": ["0"], + "filament_flow_ratio": ["0.94"], + "filament_max_volumetric_speed": ["25"], + "filament_retraction_length": ["0.8"], + "filament_retraction_speed": ["45"], + "filament_z_hop": ["nil"], + "from": "System", + "inherits": "fdm_filament_pla", + "is_custom_defined": "0", + "name": "SMART3D PLA", + "nozzle_temperature": ["215"], + "nozzle_temperature_initial_layer": ["215"], + "nozzle_temperature_range_high": ["215"], + "nozzle_temperature_range_low": ["215"], + "slow_down_layer_time": ["3"], + "slow_down_min_speed": ["15"], + "version": "1.6.6.0", + "compatible_printers": [ + ] +} diff --git a/resources/profiles/Kingroon/filament/fdm_filament_common.json b/resources/profiles/Kingroon/filament/fdm_filament_common.json index 5212d445a5..8157543772 100644 --- a/resources/profiles/Kingroon/filament/fdm_filament_common.json +++ b/resources/profiles/Kingroon/filament/fdm_filament_common.json @@ -1,135 +1,49 @@ { - "type": "filament", - "name": "fdm_filament_common", - "from": "system", - "instantiation": "false", - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "60" - ], - "overhang_fan_threshold": [ - "95%" - ], - "overhang_fan_speed": [ - "100" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_flow_ratio": [ - "1" - ], - "reduce_fan_stop_start_freq": [ - "0" - ], - "fan_cooling_layer_time": [ - "60" - ], - "filament_cost": [ - "0" - ], - "filament_density": [ - "0" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_max_volumetric_speed": [ - "0" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_settings_id": [ - "" - ], - "filament_soluble": [ - "0" - ], - "filament_type": [ - "PLA" - ], - "filament_vendor": [ - "Generic" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "bed_type": [ - "Cool Plate" - ], - "nozzle_temperature_initial_layer": [ - "200" - ], - "full_fan_speed_layer": [ - "0" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "35" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "8" - ], - "filament_start_gcode": [ - "; Filament gcode\n" - ], - "nozzle_temperature": [ - "200" - ], - "temperature_vitrification": [ - "100" - ] + "type": "filament", + "name": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": ["60"], + "eng_plate_temp": ["60"], + "hot_plate_temp": ["60"], + "cool_plate_temp_initial_layer": ["60"], + "eng_plate_temp_initial_layer": ["60"], + "hot_plate_temp_initial_layer": ["60"], + "overhang_fan_threshold": ["95%"], + "overhang_fan_speed": ["100"], + "slow_down_for_layer_cooling": ["1"], + "close_fan_the_first_x_layers": ["3"], + "filament_end_gcode": ["; filament end gcode \n"], + "filament_flow_ratio": ["1"], + "reduce_fan_stop_start_freq": ["0"], + "fan_cooling_layer_time": ["60"], + "filament_cost": ["0"], + "filament_density": ["0"], + "filament_deretraction_speed": ["nil"], + "filament_diameter": ["1.75"], + "filament_max_volumetric_speed": ["0"], + "filament_minimal_purge_on_wipe_tower": ["15"], + "filament_retraction_minimum_travel": ["nil"], + "filament_retract_before_wipe": ["nil"], + "filament_retract_when_changing_layer": ["nil"], + "filament_retraction_length": ["nil"], + "filament_z_hop": ["nil"], + "filament_retract_restart_extra": ["nil"], + "filament_retraction_speed": ["nil"], + "filament_settings_id": [""], + "filament_soluble": ["0"], + "filament_type": ["PLA"], + "filament_vendor": ["Generic"], + "filament_wipe": ["nil"], + "filament_wipe_distance": ["nil"], + "bed_type": ["Cool Plate"], + "nozzle_temperature_initial_layer": ["200"], + "full_fan_speed_layer": ["0"], + "fan_max_speed": ["100"], + "fan_min_speed": ["35"], + "slow_down_min_speed": ["10"], + "slow_down_layer_time": ["8"], + "filament_start_gcode": ["; Filament gcode\n"], + "nozzle_temperature": ["200"], + "temperature_vitrification": ["100"] } diff --git a/resources/profiles/Kingroon/filament/fdm_filament_pa.json b/resources/profiles/Kingroon/filament/fdm_filament_pa.json index e75e2e9f6c..2c338bfafa 100644 --- a/resources/profiles/Kingroon/filament/fdm_filament_pa.json +++ b/resources/profiles/Kingroon/filament/fdm_filament_pa.json @@ -1,79 +1,31 @@ { - "type": "filament", - "name": "fdm_filament_pa", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ - "0" - ], - "eng_plate_temp" : [ - "100" - ], - "hot_plate_temp" : [ - "100" - ], - "cool_plate_temp_initial_layer" : [ - "0" - ], - "eng_plate_temp_initial_layer" : [ - "100" - ], - "hot_plate_temp_initial_layer" : [ - "100" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "4" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "filament_type": [ - "PA" - ], - "filament_density": [ - "1.04" - ], - "filament_cost": [ - "20" - ], - "nozzle_temperature_initial_layer": [ - "290" - ], - "reduce_fan_stop_start_freq": [ - "0" - ], - "fan_max_speed": [ - "60" - ], - "fan_min_speed": [ - "0" - ], - "overhang_fan_speed": [ - "30" - ], - "nozzle_temperature": [ - "290" - ], - "temperature_vitrification": [ - "108" - ], - "nozzle_temperature_range_low": [ - "270" - ], - "nozzle_temperature_range_high": [ - "300" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "2" - ] + "type": "filament", + "name": "fdm_filament_pa", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "cool_plate_temp": ["0"], + "eng_plate_temp": ["100"], + "hot_plate_temp": ["100"], + "cool_plate_temp_initial_layer": ["0"], + "eng_plate_temp_initial_layer": ["100"], + "hot_plate_temp_initial_layer": ["100"], + "slow_down_for_layer_cooling": ["1"], + "close_fan_the_first_x_layers": ["3"], + "fan_cooling_layer_time": ["4"], + "filament_max_volumetric_speed": ["8"], + "filament_type": ["PA"], + "filament_density": ["1.04"], + "filament_cost": ["20"], + "nozzle_temperature_initial_layer": ["290"], + "reduce_fan_stop_start_freq": ["0"], + "fan_max_speed": ["60"], + "fan_min_speed": ["0"], + "overhang_fan_speed": ["30"], + "nozzle_temperature": ["290"], + "temperature_vitrification": ["108"], + "nozzle_temperature_range_low": ["270"], + "nozzle_temperature_range_high": ["300"], + "slow_down_min_speed": ["10"], + "slow_down_layer_time": ["2"] } diff --git a/resources/profiles/Kingroon/filament/fdm_filament_pc.json b/resources/profiles/Kingroon/filament/fdm_filament_pc.json index 89f770017e..faa8eec35c 100644 --- a/resources/profiles/Kingroon/filament/fdm_filament_pc.json +++ b/resources/profiles/Kingroon/filament/fdm_filament_pc.json @@ -1,82 +1,32 @@ { - "type": "filament", - "name": "fdm_filament_pc", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ - "0" - ], - "eng_plate_temp" : [ - "110" - ], - "hot_plate_temp" : [ - "110" - ], - "cool_plate_temp_initial_layer" : [ - "0" - ], - "eng_plate_temp_initial_layer" : [ - "110" - ], - "hot_plate_temp_initial_layer" : [ - "110" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_max_volumetric_speed": [ - "23.2" - ], - "filament_type": [ - "PC" - ], - "filament_density": [ - "1.04" - ], - "filament_cost": [ - "20" - ], - "nozzle_temperature_initial_layer": [ - "270" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_max_speed": [ - "60" - ], - "fan_min_speed": [ - "10" - ], - "overhang_fan_threshold": [ - "25%" - ], - "overhang_fan_speed": [ - "60" - ], - "nozzle_temperature": [ - "280" - ], - "temperature_vitrification": [ - "140" - ], - "nozzle_temperature_range_low": [ - "260" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "2" - ] + "type": "filament", + "name": "fdm_filament_pc", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "cool_plate_temp": ["0"], + "eng_plate_temp": ["110"], + "hot_plate_temp": ["110"], + "cool_plate_temp_initial_layer": ["0"], + "eng_plate_temp_initial_layer": ["110"], + "hot_plate_temp_initial_layer": ["110"], + "slow_down_for_layer_cooling": ["1"], + "close_fan_the_first_x_layers": ["3"], + "fan_cooling_layer_time": ["30"], + "filament_max_volumetric_speed": ["23.2"], + "filament_type": ["PC"], + "filament_density": ["1.04"], + "filament_cost": ["20"], + "nozzle_temperature_initial_layer": ["270"], + "reduce_fan_stop_start_freq": ["1"], + "fan_max_speed": ["60"], + "fan_min_speed": ["10"], + "overhang_fan_threshold": ["25%"], + "overhang_fan_speed": ["60"], + "nozzle_temperature": ["280"], + "temperature_vitrification": ["140"], + "nozzle_temperature_range_low": ["260"], + "nozzle_temperature_range_high": ["280"], + "slow_down_min_speed": ["10"], + "slow_down_layer_time": ["2"] } diff --git a/resources/profiles/Kingroon/filament/fdm_filament_pva.json b/resources/profiles/Kingroon/filament/fdm_filament_pva.json index f529bb39af..4a955f7b85 100644 --- a/resources/profiles/Kingroon/filament/fdm_filament_pva.json +++ b/resources/profiles/Kingroon/filament/fdm_filament_pva.json @@ -1,94 +1,36 @@ { - "type": "filament", - "name": "fdm_filament_pva", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ - "35" - ], - "eng_plate_temp" : [ - "0" - ], - "hot_plate_temp" : [ - "45" - ], - "cool_plate_temp_initial_layer" : [ - "35" - ], - "eng_plate_temp_initial_layer" : [ - "0" - ], - "hot_plate_temp_initial_layer" : [ - "45" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "15" - ], - "filament_soluble": [ - "1" - ], - "filament_is_support": [ - "1" - ], - "filament_type": [ - "PVA" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "50" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "250" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "4" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] + "type": "filament", + "name": "fdm_filament_pva", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "cool_plate_temp": ["35"], + "eng_plate_temp": ["0"], + "hot_plate_temp": ["45"], + "cool_plate_temp_initial_layer": ["35"], + "eng_plate_temp_initial_layer": ["0"], + "hot_plate_temp_initial_layer": ["45"], + "fan_cooling_layer_time": ["100"], + "filament_max_volumetric_speed": ["15"], + "filament_soluble": ["1"], + "filament_is_support": ["1"], + "filament_type": ["PVA"], + "filament_density": ["1.24"], + "filament_cost": ["20"], + "nozzle_temperature_initial_layer": ["220"], + "reduce_fan_stop_start_freq": ["1"], + "slow_down_for_layer_cooling": ["1"], + "fan_max_speed": ["100"], + "fan_min_speed": ["100"], + "overhang_fan_speed": ["100"], + "overhang_fan_threshold": ["50%"], + "close_fan_the_first_x_layers": ["1"], + "nozzle_temperature": ["220"], + "temperature_vitrification": ["50"], + "nozzle_temperature_range_low": ["190"], + "nozzle_temperature_range_high": ["250"], + "slow_down_min_speed": ["10"], + "slow_down_layer_time": ["4"], + "additional_cooling_fan_speed": ["70"], + "filament_start_gcode": ["; filament start gcode\n"] } diff --git a/resources/profiles/Kingroon/filament/fdm_filament_tpu.json b/resources/profiles/Kingroon/filament/fdm_filament_tpu.json index d5cc57fbcc..7507a519c4 100644 --- a/resources/profiles/Kingroon/filament/fdm_filament_tpu.json +++ b/resources/profiles/Kingroon/filament/fdm_filament_tpu.json @@ -1,82 +1,32 @@ { - "type": "filament", - "name": "fdm_filament_tpu", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ - "30" - ], - "eng_plate_temp" : [ - "30" - ], - "hot_plate_temp" : [ - "35" - ], - "cool_plate_temp_initial_layer" : [ - "30" - ], - "eng_plate_temp_initial_layer" : [ - "30" - ], - "hot_plate_temp_initial_layer" : [ - "35" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "15" - ], - "filament_type": [ - "TPU" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "filament_retraction_length": [ - "0.4" - ], - "nozzle_temperature_initial_layer": [ - "240" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "240" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "200" - ], - "nozzle_temperature_range_high": [ - "250" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] + "type": "filament", + "name": "fdm_filament_tpu", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "cool_plate_temp": ["30"], + "eng_plate_temp": ["30"], + "hot_plate_temp": ["35"], + "cool_plate_temp_initial_layer": ["30"], + "eng_plate_temp_initial_layer": ["30"], + "hot_plate_temp_initial_layer": ["35"], + "fan_cooling_layer_time": ["100"], + "filament_max_volumetric_speed": ["15"], + "filament_type": ["TPU"], + "filament_density": ["1.24"], + "filament_cost": ["20"], + "filament_retraction_length": ["0.4"], + "nozzle_temperature_initial_layer": ["240"], + "reduce_fan_stop_start_freq": ["1"], + "slow_down_for_layer_cooling": ["1"], + "fan_max_speed": ["100"], + "fan_min_speed": ["100"], + "overhang_fan_speed": ["100"], + "additional_cooling_fan_speed": ["70"], + "close_fan_the_first_x_layers": ["1"], + "nozzle_temperature": ["240"], + "temperature_vitrification": ["60"], + "nozzle_temperature_range_low": ["200"], + "nozzle_temperature_range_high": ["250"], + "filament_start_gcode": ["; filament start gcode\n"] } 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..160125bb56 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 @@ -7,12 +7,12 @@ "inherits": "fdm_machine_common", "printer_model": "Kingroon KP3S PRO V2", "default_filament_profile": "Kingroon Generic PLA", - "default_print_profile": "0.20mm Standard @Kingroon KP3S PRO V2", + "default_print_profile": "0.20mm @Kingroon KP3S PRO V2 (0.4 nozzle)", "bed_exclude_area": ["0x0"], "auxiliary_fan": "0", "bbl_calib_mark_logo": "1", "change_filament_gcode": "M600", - "deretraction_speed": ["30"], + "deretraction_speed": ["45"], "extruder_clearance_height_to_lid": "140", "extruder_clearance_height_to_rod": "36", "extruder_clearance_radius": "65", @@ -21,22 +21,12 @@ "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "gcode_flavor": "marlin", + "gcode_flavor": "klipper", "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"], @@ -45,18 +35,13 @@ "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": "", @@ -71,20 +56,36 @@ "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"], + "retraction_speed": ["45"], "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_firmware_retraction": "1", "use_relative_e_distances": "1", - "version": "1.6.0.0", "wipe": ["0"], "wipe_distance": ["2"], - "z_hop": ["0.5"], - "z_hop_types": ["Auto Lift"] + "z_hop_types": ["Auto Lift"], + "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"], + "print_host": "", + "printable_area": ["0x0", "205x0", "205x205", "0x205"], + "printable_height": "200", + "printer_settings_id": "Kingroon KP3S PRO V2 0.4 nozzle", + "retraction_length": ["0.8"], + "version": "1.6.6.0", + "z_hop": ["0"] } 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..20e40581cc 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 @@ -6,7 +6,7 @@ "instantiation": "true", "inherits": "fdm_machine_common", "printer_model": "Kingroon KP3S PRO S1", - "default_print_profile": "0.20mm Standard @Kingroon KP3S PRO S1", + "default_print_profile": "0.20mm @Kingroon KP3S PRO S1 (0.4 nozzle)", "default_filament_profile": "Kingroon Generic PLA", "change_filament_gcode": "M600", "deretraction_speed": ["30"], @@ -22,7 +22,7 @@ "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_end_gcode": "G91; relative positioning G1 Z1.0 F3000 ; move z up little to prevent scratching of print G90; absolute positioning M104 S0; turn off extruder M140 S0 ; turn off bed G1 X0 Y175 F1000 ; prepare for part removal M84 ; disable motors M106 S0 ; turn off fan", "machine_load_filament_time": "0", "machine_max_acceleration_e": ["5000", "5000"], "machine_max_acceleration_extruding": ["1250", "20000"], @@ -42,7 +42,7 @@ "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_start_gcode": "M117 Purge extruder G92 E0 ; reset extruder G1 Z1.0 F3000 ; move z up little to prevent scratching of surface G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position G1 X2 Y175.0 Z0.3 F1500.0 E15 ; draw 1st line G1 X2 Y175.0 Z0.4 F5000.0 ; move to side a little G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line G92 E0 ; reset extruder G1 Z1.0 F3000 ; move z up little to prevent scratching of surface", "machine_unload_filament_time": "0", "max_layer_height": ["0.3"], "min_layer_height": ["0.08"], 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 deleted file mode 100644 index 542c9e7895..0000000000 --- a/resources/profiles/Kingroon/process/0.08mm Standard @Kingroon KP3S PRO S1.json +++ /dev/null @@ -1,190 +0,0 @@ -{ - "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", - "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" -} \ 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 deleted file mode 100644 index 6eb5088329..0000000000 --- a/resources/profiles/Kingroon/process/0.12mm Standard @Kingroon KP3S PRO S1.json +++ /dev/null @@ -1,190 +0,0 @@ -{ - "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" -} \ 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 @Kingroon KP3S PRO S1 (0.4 nozzle).json similarity index 97% rename from resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO S1.json rename to resources/profiles/Kingroon/process/0.20mm @Kingroon KP3S PRO S1 (0.4 nozzle).json index f4bd908cb5..88eea27040 100644 --- a/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO S1.json +++ b/resources/profiles/Kingroon/process/0.20mm @Kingroon KP3S PRO S1 (0.4 nozzle).json @@ -14,9 +14,7 @@ "brim_object_gap": "0.1", "brim_type": "auto_brim", "brim_width": "5", - "compatible_printers": [ - "Kingroon KP3S PRO S1 0.4 nozzle" - ], + "compatible_printers": "Kingroon KP3S PRO S1 0.4 nozzle", "compatible_printers_condition": "", "default_acceleration": "3000", "default_jerk": "0", @@ -37,7 +35,7 @@ "flush_into_infill": "0", "flush_into_objects": "0", "flush_into_support": "1", - "from": "", + "from": "system", "fuzzy_skin": "none", "fuzzy_skin_point_distance": "0.8", "fuzzy_skin_thickness": "0.3", @@ -80,7 +78,7 @@ "min_bead_width": "85%", "min_feature_size": "25%", "minimum_sparse_infill_area": "15", - "name": "0.20mm Standard @Kingroon KP3S PRO S1", + "name": "0.20mm @Kingroon KP3S PRO S1 (0.4 nozzle)", "only_one_wall_first_layer": "0", "only_one_wall_top": "0", "ooze_prevention": "0", @@ -187,4 +185,4 @@ "wipe_tower_no_sparse_layers": "0", "xy_contour_compensation": "0", "xy_hole_compensation": "0" -} \ 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 @Kingroon KP3S PRO V2 (0.4 nozzle).json similarity index 72% rename from resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO V2.json rename to resources/profiles/Kingroon/process/0.20mm @Kingroon KP3S PRO V2 (0.4 nozzle).json index fde48bf37e..1af49c0048 100644 --- a/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO V2.json +++ b/resources/profiles/Kingroon/process/0.20mm @Kingroon KP3S PRO V2 (0.4 nozzle).json @@ -1,25 +1,23 @@ { - "accel_to_decel_enable": "0", + "accel_to_decel_enable": "1", "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_acceleration": "6000", "bridge_angle": "0", "bridge_density": "100%", "bridge_flow": "0.95", "bridge_no_support": "0", - "bridge_speed": "50", + "bridge_speed": "80", "brim_object_gap": "0.1", - "brim_type": "auto_brim", + "brim_type": "no_brim", "brim_width": "5", - "compatible_printers": [ - "Kingroon KP3S PRO V2 0.4 nozzle" - ], + "compatible_printers": "Kingroon KP3S PRO S1 0.4 nozzle", "compatible_printers_condition": "", - "default_acceleration": "3000", - "default_jerk": "0", + "default_acceleration": "10000", + "default_jerk": "5", "detect_narrow_internal_solid_infill": "1", "detect_overhang_wall": "1", "detect_thin_wall": "0", @@ -31,17 +29,17 @@ "enable_support": "1", "enforce_support_layers": "0", "ensure_vertical_shell_thickness": "1", - "exclude_object": "1", + "exclude_object": "0", "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": "", + "from": "system", "fuzzy_skin": "none", "fuzzy_skin_point_distance": "0.8", "fuzzy_skin_thickness": "0.3", - "gap_infill_speed": "100", + "gap_infill_speed": "60", "gcode_add_line_number": "0", "gcode_comments": "0", "gcode_label_objects": "1", @@ -50,48 +48,47 @@ "infill_anchor_max": "20", "infill_combination": "0", "infill_direction": "45", - "infill_jerk": "9", + "infill_jerk": "12", "infill_wall_overlap": "25%", "inherits": "fdm_process_common", - "initial_layer_acceleration": "700", - "initial_layer_infill_speed": "105", - "initial_layer_jerk": "9", + "initial_layer_acceleration": "6000", + "initial_layer_infill_speed": "80", + "initial_layer_jerk": "5", "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "50", + "initial_layer_print_height": "0.24", + "initial_layer_speed": "80", "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "300", - "inner_wall_jerk": "9", + "inner_wall_acceleration": "10000", + "inner_wall_jerk": "10", "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", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "150", "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", + "name": "0.20mm @Kingroon KP3S PRO V2 (0.4 nozzle)", "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", + "outer_wall_acceleration": "3500", + "outer_wall_jerk": "5", + "outer_wall_line_width": "0.45", + "outer_wall_speed": "150", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "15", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "30", "overhang_speed_classic": "0", "post_process": [], "precise_outer_wall": "0", @@ -100,7 +97,7 @@ "prime_volume": "45", "print_flow_ratio": "1", "print_sequence": "by layer", - "print_settings_id": "0.20mm Standard @Kingroon KP3S PRO V2", + "print_settings_id": "0.20mm @Kingroon KP3S PRO V2 (0.4 nozzle)", "raft_contact_distance": "0.1", "raft_expansion": "1.5", "raft_first_layer_density": "90%", @@ -109,7 +106,7 @@ "reduce_crossing_wall": "0", "reduce_infill_retraction": "1", "resolution": "0.012", - "role_based_wipe_speed": "1", + "role_based_wipe_speed": "0", "seam_gap": "15%", "seam_position": "aligned", "skirt_distance": "2", @@ -118,23 +115,23 @@ "slice_closing_radius": "0.049", "slicing_mode": "regular", "slow_down_layers": "0", - "small_perimeter_speed": "50%", + "small_perimeter_speed": "62%", "small_perimeter_threshold": "0", "solid_infill_filament": "1", "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", + "sparse_infill_density": "10%", "sparse_infill_filament": "1", "sparse_infill_line_width": "0.45", "sparse_infill_pattern": "gyroid", - "sparse_infill_speed": "100", + "sparse_infill_speed": "250", "spiral_mode": "0", "standby_temperature_delta": "-5", "support_angle": "0", - "support_base_pattern": "rectilinear", + "support_base_pattern": "hollow", "support_base_pattern_spacing": "2.5", "support_bottom_interface_spacing": "0.5", "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", + "support_critical_regions_only": "1", "support_expansion": "0", "support_filament": "0", "support_interface_bottom_layers": "2", @@ -143,28 +140,28 @@ "support_interface_pattern": "rectilinear", "support_interface_spacing": "0.5", "support_interface_speed": "80", - "support_interface_top_layers": "2", + "support_interface_top_layers": "0", "support_line_width": "0.42", "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "0", + "support_on_build_plate_only": "1", "support_speed": "150", - "support_style": "default", + "support_style": "tree_slim", "support_threshold_angle": "30", - "support_top_z_distance": "0.2", + "support_top_z_distance": "0", "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_acceleration": "6000", + "top_surface_jerk": "5", "top_surface_line_width": "0.42", "top_surface_pattern": "monotonic", - "top_surface_speed": "60", - "travel_acceleration": "3000", - "travel_jerk": "12", - "travel_speed": "150", + "top_surface_speed": "130", + "travel_acceleration": "10000", + "travel_jerk": "15", + "travel_speed": "300", "travel_speed_z": "0", "tree_support_adaptive_layer_height": "1", "tree_support_auto_brim": "1", @@ -172,7 +169,7 @@ "tree_support_branch_diameter": "5", "tree_support_branch_distance": "5", "tree_support_brim_width": "3", - "tree_support_wall_count": "0", + "tree_support_wall_count": "2", "version": "1.6.0.0", "wall_distribution_count": "1", "wall_filament": "1", @@ -182,9 +179,10 @@ "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" -} \ No newline at end of file + "xy_hole_compensation": "0", + "line_width": "0.45", + "wipe_on_loops": "0" +} diff --git a/resources/profiles/Kingroon/process/fdm_process_common.json b/resources/profiles/Kingroon/process/fdm_process_common.json index 168dc44e7c..2e1cc80918 100644 --- a/resources/profiles/Kingroon/process/fdm_process_common.json +++ b/resources/profiles/Kingroon/process/fdm_process_common.json @@ -10,7 +10,10 @@ "bridge_speed": "50", "brim_width": "5", "brim_object_gap": "0.1", - "compatible_printers": [], + "compatible_printers": [ + "Kingroon KP3S PRO S1 0.4 nozzle", + "Kingroon KP3S PRO V2 0.4 nozzle" + ], "compatible_printers_condition": "", "default_acceleration": "1000", "bridge_no_support": "0",