mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Revert "Kingroon profiles improves (#1599)"
This reverts commit e78a6d964b.
			
			
This commit is contained in:
		
							parent
							
								
									2903942403
								
							
						
					
					
						commit
						58e24dd270
					
				
					 23 changed files with 1067 additions and 440 deletions
				
			
		|  | @ -1,7 +1,7 @@ | ||||||
| { | { | ||||||
|   "name": "Kingroon", |   "name": "Kingroon", | ||||||
|   "url": "https://kingroon.com/", |   "url": "https://kingroon.com/", | ||||||
|   "version": "00.02.01.00", |   "version": "00.02.00.00", | ||||||
|   "force_update": "0", |   "force_update": "0", | ||||||
|   "description": "Kingroon configuration files", |   "description": "Kingroon configuration files", | ||||||
|   "machine_model_list": [ |   "machine_model_list": [ | ||||||
|  | @ -20,12 +20,12 @@ | ||||||
|       "sub_path": "process/fdm_process_common.json" |       "sub_path": "process/fdm_process_common.json" | ||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|       "name": "0.20mm @Kingroon KP3S PRO S1 (0.4 nozzle)", |       "name": "0.20mm Standard @Kingroon KP3S PRO S1", | ||||||
|       "sub_path": "process/0.20mm @Kingroon KP3S PRO S1 (0.4 nozzle).json" |       "sub_path": "process/0.20mm Standard @Kingroon KP3S PRO S1.json" | ||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|       "name": "0.20mm @Kingroon KP3S PRO V2 (0.4 nozzle)", |       "name": "0.20mm Standard @Kingroon KP3S PRO V2", | ||||||
|       "sub_path": "process/0.20mm @Kingroon KP3S PRO V2 (0.4 nozzle).json" |       "sub_path": "process/0.20mm Standard @Kingroon KP3S PRO V2.json" | ||||||
|     } |     } | ||||||
|   ], |   ], | ||||||
|   "filament_list": [ |   "filament_list": [ | ||||||
|  |  | ||||||
|  | @ -1,23 +0,0 @@ | ||||||
| { |  | ||||||
|   "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": [ |  | ||||||
|   ] |  | ||||||
| } |  | ||||||
|  | @ -1,16 +1,22 @@ | ||||||
| { | { | ||||||
|   "type": "filament", |     "type": "filament", | ||||||
|   "filament_id": "GFN99", |     "filament_id": "GFN99", | ||||||
|   "setting_id": "GFSA04", |     "setting_id": "GFSA04", | ||||||
|   "name": "Kingroon Generic PA", |     "name": "Kingroon Generic PA", | ||||||
|   "from": "system", |     "from": "system", | ||||||
|   "instantiation": "true", |     "instantiation": "true", | ||||||
|   "inherits": "fdm_filament_pa", |     "inherits": "fdm_filament_pa", | ||||||
|   "nozzle_temperature_initial_layer": ["280"], |     "nozzle_temperature_initial_layer": [ | ||||||
|   "nozzle_temperature": ["280"], |         "280" | ||||||
|   "filament_max_volumetric_speed": ["12"], |     ], | ||||||
|   "compatible_printers": [ |     "nozzle_temperature": [ | ||||||
|     "Kingroon KP3S PRO S1 0.4 nozzle", |         "280" | ||||||
|     "Kingroon KP3S PRO V2 0.4 nozzle" |     ], | ||||||
|   ] |     "filament_max_volumetric_speed": [ | ||||||
| } |         "12" | ||||||
|  |     ], | ||||||
|  |     "compatible_printers": [ | ||||||
|  |         "Kingroon KP3S PRO S1 0.4 nozzle", | ||||||
|  |         "Kingroon KP3S PRO V2 0.4 nozzle" | ||||||
|  |       ] | ||||||
|  | } | ||||||
|  | @ -1,15 +1,19 @@ | ||||||
| { | { | ||||||
|   "type": "filament", |     "type": "filament", | ||||||
|   "filament_id": "GFC99", |     "filament_id": "GFC99", | ||||||
|   "setting_id": "GFSA04", |     "setting_id": "GFSA04", | ||||||
|   "name": "Kingroon Generic PC", |     "name": "Kingroon Generic PC", | ||||||
|   "from": "system", |     "from": "system", | ||||||
|   "instantiation": "true", |     "instantiation": "true", | ||||||
|   "inherits": "fdm_filament_pc", |     "inherits": "fdm_filament_pc", | ||||||
|   "filament_max_volumetric_speed": ["12"], |     "filament_max_volumetric_speed": [ | ||||||
|   "filament_flow_ratio": ["0.94"], |         "12" | ||||||
|   "compatible_printers": [ |     ], | ||||||
|     "Kingroon KP3S PRO S1 0.4 nozzle", |     "filament_flow_ratio": [ | ||||||
|     "Kingroon KP3S PRO V2 0.4 nozzle" |         "0.94" | ||||||
|   ] |     ], | ||||||
| } |     "compatible_printers": [ | ||||||
|  |         "Kingroon KP3S PRO S1 0.4 nozzle", | ||||||
|  |         "Kingroon KP3S PRO V2 0.4 nozzle" | ||||||
|  |       ] | ||||||
|  | } | ||||||
|  | @ -1,25 +1,49 @@ | ||||||
| { | { | ||||||
|   "type": "filament", |     "type": "filament", | ||||||
|   "filament_id": "GFG99", |     "filament_id": "GFG99", | ||||||
|   "setting_id": "GFSA04", |     "setting_id": "GFSA04", | ||||||
|   "name": "Kingroon Generic PETG", |     "name": "Kingroon Generic PETG", | ||||||
|   "from": "system", |     "from": "system", | ||||||
|   "instantiation": "true", |     "instantiation": "true", | ||||||
|   "inherits": "fdm_filament_pet", |     "inherits": "fdm_filament_pet", | ||||||
|   "reduce_fan_stop_start_freq": ["1"], |     "reduce_fan_stop_start_freq": [ | ||||||
|   "slow_down_for_layer_cooling": ["1"], |         "1" | ||||||
|   "fan_cooling_layer_time": ["30"], |     ], | ||||||
|   "overhang_fan_speed": ["90"], |     "slow_down_for_layer_cooling": [ | ||||||
|   "overhang_fan_threshold": ["25%"], |         "1" | ||||||
|   "fan_max_speed": ["90"], |     ], | ||||||
|   "fan_min_speed": ["40"], |     "fan_cooling_layer_time": [ | ||||||
|   "slow_down_min_speed": ["10"], |         "30" | ||||||
|   "slow_down_layer_time": ["8"], |     ], | ||||||
|   "filament_flow_ratio": ["0.95"], |     "overhang_fan_speed": [ | ||||||
|   "filament_max_volumetric_speed": ["10"], |         "90" | ||||||
|   "filament_start_gcode": ["; filament start gcode\n"], |     ], | ||||||
|   "compatible_printers": [ |     "overhang_fan_threshold": [ | ||||||
|     "Kingroon KP3S PRO S1 0.4 nozzle", |         "25%" | ||||||
|     "Kingroon KP3S PRO V2 0.4 nozzle" |     ], | ||||||
|   ] |     "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" | ||||||
|  |       ] | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -1,13 +1,25 @@ | ||||||
| { | { | ||||||
|   "type": "filament", |     "type": "filament", | ||||||
|   "filament_id": "GFL98", |     "filament_id": "GFL98", | ||||||
|   "setting_id": "GFSA04", |     "setting_id": "GFSA04", | ||||||
|   "name": "Kingroon Generic PLA-CF", |     "name": "Kingroon Generic PLA-CF", | ||||||
|   "from": "system", |     "from": "system", | ||||||
|   "instantiation": "true", |     "instantiation": "true", | ||||||
|   "inherits": "fdm_filament_pla", |     "inherits": "fdm_filament_pla", | ||||||
|   "compatible_printers": [ |     "filament_flow_ratio": [ | ||||||
|     "Kingroon KP3S PRO S1 0.4 nozzle", |         "0.95" | ||||||
|     "Kingroon KP3S PRO V2 0.4 nozzle" |     ], | ||||||
|   ] |     "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" | ||||||
|  |       ] | ||||||
|  | } | ||||||
|  | @ -6,11 +6,6 @@ | ||||||
|     "from": "system", |     "from": "system", | ||||||
|     "instantiation": "true", |     "instantiation": "true", | ||||||
|     "inherits": "fdm_filament_pla", |     "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": [ |     "compatible_printers": [ | ||||||
|       "Kingroon KP3S PRO S1 0.4 nozzle", |       "Kingroon KP3S PRO S1 0.4 nozzle", | ||||||
|       "Kingroon KP3S PRO V2 0.4 nozzle" |       "Kingroon KP3S PRO V2 0.4 nozzle" | ||||||
|  |  | ||||||
|  | @ -1,17 +1,25 @@ | ||||||
| { | { | ||||||
|   "type": "filament", |     "type": "filament", | ||||||
|   "filament_id": "GFS99", |     "filament_id": "GFS99", | ||||||
|   "setting_id": "GFSA04", |     "setting_id": "GFSA04", | ||||||
|   "name": "Kingroon Generic PVA", |     "name": "Kingroon Generic PVA", | ||||||
|   "from": "system", |     "from": "system", | ||||||
|   "instantiation": "true", |     "instantiation": "true", | ||||||
|   "inherits": "fdm_filament_pva", |     "inherits": "fdm_filament_pva", | ||||||
|   "filament_flow_ratio": ["0.95"], |     "filament_flow_ratio": [ | ||||||
|   "filament_max_volumetric_speed": ["12"], |         "0.95" | ||||||
|   "slow_down_layer_time": ["7"], |     ], | ||||||
|   "slow_down_min_speed": ["10"], |     "filament_max_volumetric_speed": [ | ||||||
|   "compatible_printers": [ |         "12" | ||||||
|     "Kingroon KP3S PRO S1 0.4 nozzle", |     ], | ||||||
|     "Kingroon KP3S PRO V2 0.4 nozzle" |     "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" | ||||||
|  |       ] | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -1,24 +0,0 @@ | ||||||
| { |  | ||||||
|   "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": [ |  | ||||||
|   ] |  | ||||||
| } |  | ||||||
|  | @ -1,23 +0,0 @@ | ||||||
| { |  | ||||||
|   "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": [ |  | ||||||
|   ] |  | ||||||
| } |  | ||||||
|  | @ -1,24 +0,0 @@ | ||||||
| { |  | ||||||
|   "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": [ |  | ||||||
|   ] |  | ||||||
| } |  | ||||||
|  | @ -1,49 +1,135 @@ | ||||||
| { | { | ||||||
|   "type": "filament", |     "type": "filament", | ||||||
|   "name": "fdm_filament_common", |     "name": "fdm_filament_common", | ||||||
|   "from": "system", |     "from": "system", | ||||||
|   "instantiation": "false", |     "instantiation": "false", | ||||||
|   "cool_plate_temp": ["60"], |     "cool_plate_temp" : [ | ||||||
|   "eng_plate_temp": ["60"], |         "60" | ||||||
|   "hot_plate_temp": ["60"], |     ], | ||||||
|   "cool_plate_temp_initial_layer": ["60"], |     "eng_plate_temp" : [ | ||||||
|   "eng_plate_temp_initial_layer": ["60"], |         "60" | ||||||
|   "hot_plate_temp_initial_layer": ["60"], |     ], | ||||||
|   "overhang_fan_threshold": ["95%"], |     "hot_plate_temp" : [ | ||||||
|   "overhang_fan_speed": ["100"], |         "60" | ||||||
|   "slow_down_for_layer_cooling": ["1"], |     ], | ||||||
|   "close_fan_the_first_x_layers": ["3"], |     "cool_plate_temp_initial_layer" : [ | ||||||
|   "filament_end_gcode": ["; filament end gcode \n"], |         "60" | ||||||
|   "filament_flow_ratio": ["1"], |     ], | ||||||
|   "reduce_fan_stop_start_freq": ["0"], |     "eng_plate_temp_initial_layer" : [ | ||||||
|   "fan_cooling_layer_time": ["60"], |         "60" | ||||||
|   "filament_cost": ["0"], |     ], | ||||||
|   "filament_density": ["0"], |     "hot_plate_temp_initial_layer" : [ | ||||||
|   "filament_deretraction_speed": ["nil"], |         "60" | ||||||
|   "filament_diameter": ["1.75"], |     ], | ||||||
|   "filament_max_volumetric_speed": ["0"], |     "overhang_fan_threshold": [ | ||||||
|   "filament_minimal_purge_on_wipe_tower": ["15"], |         "95%" | ||||||
|   "filament_retraction_minimum_travel": ["nil"], |     ], | ||||||
|   "filament_retract_before_wipe": ["nil"], |     "overhang_fan_speed": [ | ||||||
|   "filament_retract_when_changing_layer": ["nil"], |         "100" | ||||||
|   "filament_retraction_length": ["nil"], |     ], | ||||||
|   "filament_z_hop": ["nil"], |     "slow_down_for_layer_cooling": [ | ||||||
|   "filament_retract_restart_extra": ["nil"], |         "1" | ||||||
|   "filament_retraction_speed": ["nil"], |     ], | ||||||
|   "filament_settings_id": [""], |     "close_fan_the_first_x_layers": [ | ||||||
|   "filament_soluble": ["0"], |         "3" | ||||||
|   "filament_type": ["PLA"], |     ], | ||||||
|   "filament_vendor": ["Generic"], |     "filament_end_gcode": [ | ||||||
|   "filament_wipe": ["nil"], |         "; filament end gcode \n" | ||||||
|   "filament_wipe_distance": ["nil"], |     ], | ||||||
|   "bed_type": ["Cool Plate"], |     "filament_flow_ratio": [ | ||||||
|   "nozzle_temperature_initial_layer": ["200"], |         "1" | ||||||
|   "full_fan_speed_layer": ["0"], |     ], | ||||||
|   "fan_max_speed": ["100"], |     "reduce_fan_stop_start_freq": [ | ||||||
|   "fan_min_speed": ["35"], |         "0" | ||||||
|   "slow_down_min_speed": ["10"], |     ], | ||||||
|   "slow_down_layer_time": ["8"], |     "fan_cooling_layer_time": [ | ||||||
|   "filament_start_gcode": ["; Filament gcode\n"], |         "60" | ||||||
|   "nozzle_temperature": ["200"], |     ], | ||||||
|   "temperature_vitrification": ["100"] |     "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" | ||||||
|  |     ] | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -1,31 +1,79 @@ | ||||||
| { | { | ||||||
|   "type": "filament", |     "type": "filament", | ||||||
|   "name": "fdm_filament_pa", |     "name": "fdm_filament_pa", | ||||||
|   "from": "system", |     "from": "system", | ||||||
|   "instantiation": "false", |     "instantiation": "false", | ||||||
|   "inherits": "fdm_filament_common", |     "inherits": "fdm_filament_common", | ||||||
|   "cool_plate_temp": ["0"], |     "cool_plate_temp" : [ | ||||||
|   "eng_plate_temp": ["100"], |         "0" | ||||||
|   "hot_plate_temp": ["100"], |     ], | ||||||
|   "cool_plate_temp_initial_layer": ["0"], |     "eng_plate_temp" : [ | ||||||
|   "eng_plate_temp_initial_layer": ["100"], |         "100" | ||||||
|   "hot_plate_temp_initial_layer": ["100"], |     ], | ||||||
|   "slow_down_for_layer_cooling": ["1"], |     "hot_plate_temp" : [ | ||||||
|   "close_fan_the_first_x_layers": ["3"], |         "100" | ||||||
|   "fan_cooling_layer_time": ["4"], |     ], | ||||||
|   "filament_max_volumetric_speed": ["8"], |     "cool_plate_temp_initial_layer" : [ | ||||||
|   "filament_type": ["PA"], |         "0" | ||||||
|   "filament_density": ["1.04"], |     ], | ||||||
|   "filament_cost": ["20"], |     "eng_plate_temp_initial_layer" : [ | ||||||
|   "nozzle_temperature_initial_layer": ["290"], |         "100" | ||||||
|   "reduce_fan_stop_start_freq": ["0"], |     ], | ||||||
|   "fan_max_speed": ["60"], |     "hot_plate_temp_initial_layer" : [ | ||||||
|   "fan_min_speed": ["0"], |         "100" | ||||||
|   "overhang_fan_speed": ["30"], |     ], | ||||||
|   "nozzle_temperature": ["290"], |     "slow_down_for_layer_cooling": [ | ||||||
|   "temperature_vitrification": ["108"], |         "1" | ||||||
|   "nozzle_temperature_range_low": ["270"], |     ], | ||||||
|   "nozzle_temperature_range_high": ["300"], |     "close_fan_the_first_x_layers": [ | ||||||
|   "slow_down_min_speed": ["10"], |         "3" | ||||||
|   "slow_down_layer_time": ["2"] |     ], | ||||||
|  |     "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" | ||||||
|  |     ] | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -1,32 +1,82 @@ | ||||||
| { | { | ||||||
|   "type": "filament", |     "type": "filament", | ||||||
|   "name": "fdm_filament_pc", |     "name": "fdm_filament_pc", | ||||||
|   "from": "system", |     "from": "system", | ||||||
|   "instantiation": "false", |     "instantiation": "false", | ||||||
|   "inherits": "fdm_filament_common", |     "inherits": "fdm_filament_common", | ||||||
|   "cool_plate_temp": ["0"], |     "cool_plate_temp" : [ | ||||||
|   "eng_plate_temp": ["110"], |         "0" | ||||||
|   "hot_plate_temp": ["110"], |     ], | ||||||
|   "cool_plate_temp_initial_layer": ["0"], |     "eng_plate_temp" : [ | ||||||
|   "eng_plate_temp_initial_layer": ["110"], |         "110" | ||||||
|   "hot_plate_temp_initial_layer": ["110"], |     ], | ||||||
|   "slow_down_for_layer_cooling": ["1"], |     "hot_plate_temp" : [ | ||||||
|   "close_fan_the_first_x_layers": ["3"], |         "110" | ||||||
|   "fan_cooling_layer_time": ["30"], |     ], | ||||||
|   "filament_max_volumetric_speed": ["23.2"], |     "cool_plate_temp_initial_layer" : [ | ||||||
|   "filament_type": ["PC"], |         "0" | ||||||
|   "filament_density": ["1.04"], |     ], | ||||||
|   "filament_cost": ["20"], |     "eng_plate_temp_initial_layer" : [ | ||||||
|   "nozzle_temperature_initial_layer": ["270"], |         "110" | ||||||
|   "reduce_fan_stop_start_freq": ["1"], |     ], | ||||||
|   "fan_max_speed": ["60"], |     "hot_plate_temp_initial_layer" : [ | ||||||
|   "fan_min_speed": ["10"], |         "110" | ||||||
|   "overhang_fan_threshold": ["25%"], |     ], | ||||||
|   "overhang_fan_speed": ["60"], |     "slow_down_for_layer_cooling": [ | ||||||
|   "nozzle_temperature": ["280"], |         "1" | ||||||
|   "temperature_vitrification": ["140"], |     ], | ||||||
|   "nozzle_temperature_range_low": ["260"], |     "close_fan_the_first_x_layers": [ | ||||||
|   "nozzle_temperature_range_high": ["280"], |         "3" | ||||||
|   "slow_down_min_speed": ["10"], |     ], | ||||||
|   "slow_down_layer_time": ["2"] |     "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" | ||||||
|  |     ] | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -1,36 +1,94 @@ | ||||||
| { | { | ||||||
|   "type": "filament", |     "type": "filament", | ||||||
|   "name": "fdm_filament_pva", |     "name": "fdm_filament_pva", | ||||||
|   "from": "system", |     "from": "system", | ||||||
|   "instantiation": "false", |     "instantiation": "false", | ||||||
|   "inherits": "fdm_filament_common", |     "inherits": "fdm_filament_common", | ||||||
|   "cool_plate_temp": ["35"], |     "cool_plate_temp" : [ | ||||||
|   "eng_plate_temp": ["0"], |         "35" | ||||||
|   "hot_plate_temp": ["45"], |     ], | ||||||
|   "cool_plate_temp_initial_layer": ["35"], |     "eng_plate_temp" : [ | ||||||
|   "eng_plate_temp_initial_layer": ["0"], |         "0" | ||||||
|   "hot_plate_temp_initial_layer": ["45"], |     ], | ||||||
|   "fan_cooling_layer_time": ["100"], |     "hot_plate_temp" : [ | ||||||
|   "filament_max_volumetric_speed": ["15"], |         "45" | ||||||
|   "filament_soluble": ["1"], |     ], | ||||||
|   "filament_is_support": ["1"], |     "cool_plate_temp_initial_layer" : [ | ||||||
|   "filament_type": ["PVA"], |         "35" | ||||||
|   "filament_density": ["1.24"], |     ], | ||||||
|   "filament_cost": ["20"], |     "eng_plate_temp_initial_layer" : [ | ||||||
|   "nozzle_temperature_initial_layer": ["220"], |         "0" | ||||||
|   "reduce_fan_stop_start_freq": ["1"], |     ], | ||||||
|   "slow_down_for_layer_cooling": ["1"], |     "hot_plate_temp_initial_layer" : [ | ||||||
|   "fan_max_speed": ["100"], |         "45" | ||||||
|   "fan_min_speed": ["100"], |     ], | ||||||
|   "overhang_fan_speed": ["100"], |     "fan_cooling_layer_time": [ | ||||||
|   "overhang_fan_threshold": ["50%"], |         "100" | ||||||
|   "close_fan_the_first_x_layers": ["1"], |     ], | ||||||
|   "nozzle_temperature": ["220"], |     "filament_max_volumetric_speed": [ | ||||||
|   "temperature_vitrification": ["50"], |         "15" | ||||||
|   "nozzle_temperature_range_low": ["190"], |     ], | ||||||
|   "nozzle_temperature_range_high": ["250"], |     "filament_soluble": [ | ||||||
|   "slow_down_min_speed": ["10"], |         "1" | ||||||
|   "slow_down_layer_time": ["4"], |     ], | ||||||
|   "additional_cooling_fan_speed": ["70"], |     "filament_is_support": [ | ||||||
|   "filament_start_gcode": ["; filament start gcode\n"] |         "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" | ||||||
|  |     ] | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -1,32 +1,82 @@ | ||||||
| { | { | ||||||
|   "type": "filament", |     "type": "filament", | ||||||
|   "name": "fdm_filament_tpu", |     "name": "fdm_filament_tpu", | ||||||
|   "from": "system", |     "from": "system", | ||||||
|   "instantiation": "false", |     "instantiation": "false", | ||||||
|   "inherits": "fdm_filament_common", |     "inherits": "fdm_filament_common", | ||||||
|   "cool_plate_temp": ["30"], |     "cool_plate_temp" : [ | ||||||
|   "eng_plate_temp": ["30"], |         "30" | ||||||
|   "hot_plate_temp": ["35"], |     ], | ||||||
|   "cool_plate_temp_initial_layer": ["30"], |     "eng_plate_temp" : [ | ||||||
|   "eng_plate_temp_initial_layer": ["30"], |         "30" | ||||||
|   "hot_plate_temp_initial_layer": ["35"], |     ], | ||||||
|   "fan_cooling_layer_time": ["100"], |     "hot_plate_temp" : [ | ||||||
|   "filament_max_volumetric_speed": ["15"], |         "35" | ||||||
|   "filament_type": ["TPU"], |     ], | ||||||
|   "filament_density": ["1.24"], |     "cool_plate_temp_initial_layer" : [ | ||||||
|   "filament_cost": ["20"], |         "30" | ||||||
|   "filament_retraction_length": ["0.4"], |     ], | ||||||
|   "nozzle_temperature_initial_layer": ["240"], |     "eng_plate_temp_initial_layer" : [ | ||||||
|   "reduce_fan_stop_start_freq": ["1"], |         "30" | ||||||
|   "slow_down_for_layer_cooling": ["1"], |     ], | ||||||
|   "fan_max_speed": ["100"], |     "hot_plate_temp_initial_layer" : [ | ||||||
|   "fan_min_speed": ["100"], |         "35" | ||||||
|   "overhang_fan_speed": ["100"], |     ], | ||||||
|   "additional_cooling_fan_speed": ["70"], |     "fan_cooling_layer_time": [ | ||||||
|   "close_fan_the_first_x_layers": ["1"], |         "100" | ||||||
|   "nozzle_temperature": ["240"], |     ], | ||||||
|   "temperature_vitrification": ["60"], |     "filament_max_volumetric_speed": [ | ||||||
|   "nozzle_temperature_range_low": ["200"], |         "15" | ||||||
|   "nozzle_temperature_range_high": ["250"], |     ], | ||||||
|   "filament_start_gcode": ["; filament start gcode\n"] |     "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" | ||||||
|  |     ] | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -7,12 +7,12 @@ | ||||||
|   "inherits": "fdm_machine_common", |   "inherits": "fdm_machine_common", | ||||||
|   "printer_model": "Kingroon KP3S PRO V2", |   "printer_model": "Kingroon KP3S PRO V2", | ||||||
|   "default_filament_profile": "Kingroon Generic PLA", |   "default_filament_profile": "Kingroon Generic PLA", | ||||||
|   "default_print_profile": "0.20mm @Kingroon KP3S PRO V2 (0.4 nozzle)", |   "default_print_profile": "0.20mm Standard @Kingroon KP3S PRO V2", | ||||||
|   "bed_exclude_area": ["0x0"], |   "bed_exclude_area": ["0x0"], | ||||||
|   "auxiliary_fan": "0", |   "auxiliary_fan": "0", | ||||||
|   "bbl_calib_mark_logo": "1", |   "bbl_calib_mark_logo": "1", | ||||||
|   "change_filament_gcode": "M600", |   "change_filament_gcode": "M600", | ||||||
|   "deretraction_speed": ["45"], |   "deretraction_speed": ["30"], | ||||||
|   "extruder_clearance_height_to_lid": "140", |   "extruder_clearance_height_to_lid": "140", | ||||||
|   "extruder_clearance_height_to_rod": "36", |   "extruder_clearance_height_to_rod": "36", | ||||||
|   "extruder_clearance_radius": "65", |   "extruder_clearance_radius": "65", | ||||||
|  | @ -21,12 +21,22 @@ | ||||||
|   "fan_kickstart": "0", |   "fan_kickstart": "0", | ||||||
|   "fan_speedup_overhangs": "1", |   "fan_speedup_overhangs": "1", | ||||||
|   "fan_speedup_time": "0", |   "fan_speedup_time": "0", | ||||||
|   "gcode_flavor": "klipper", |   "gcode_flavor": "marlin", | ||||||
|   "host_type": "octoprint", |   "host_type": "octoprint", | ||||||
|   "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", |   "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", | ||||||
|   "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", |   "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_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_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_jerk_z": ["0.4", "0.4"], | ||||||
|   "machine_max_speed_e": ["120", "25"], |   "machine_max_speed_e": ["120", "25"], | ||||||
|   "machine_max_speed_x": ["200", "200"], |   "machine_max_speed_x": ["200", "200"], | ||||||
|  | @ -35,13 +45,18 @@ | ||||||
|   "machine_min_extruding_rate": ["0", "0"], |   "machine_min_extruding_rate": ["0", "0"], | ||||||
|   "machine_min_travel_rate": ["0", "0"], |   "machine_min_travel_rate": ["0", "0"], | ||||||
|   "machine_pause_gcode": "PAUSE", |   "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", |   "machine_unload_filament_time": "0", | ||||||
|  |   "max_layer_height": ["0.3"], | ||||||
|   "min_layer_height": ["0.08"], |   "min_layer_height": ["0.08"], | ||||||
|   "nozzle_diameter": ["0.4"], |   "nozzle_diameter": ["0.4"], | ||||||
|   "nozzle_hrc": "0", |   "nozzle_hrc": "0", | ||||||
|   "nozzle_type": "undefine", |   "nozzle_type": "undefine", | ||||||
|   "nozzle_volume": "0", |   "nozzle_volume": "0", | ||||||
|  |   "print_host": "", | ||||||
|   "print_host_webui": "", |   "print_host_webui": "", | ||||||
|  |   "printable_area": ["0x0", "200x0", "200x200", "0x200"], | ||||||
|  |   "printable_height": "200", | ||||||
|   "printer_technology": "FFF", |   "printer_technology": "FFF", | ||||||
|   "printer_variant": "0.4", |   "printer_variant": "0.4", | ||||||
|   "printhost_apikey": "", |   "printhost_apikey": "", | ||||||
|  | @ -56,36 +71,20 @@ | ||||||
|   "retract_restart_extra": ["0"], |   "retract_restart_extra": ["0"], | ||||||
|   "retract_restart_extra_toolchange": ["0"], |   "retract_restart_extra_toolchange": ["0"], | ||||||
|   "retract_when_changing_layer": ["0"], |   "retract_when_changing_layer": ["0"], | ||||||
|  |   "retraction_length": ["1.4"], | ||||||
|   "retraction_minimum_travel": ["1"], |   "retraction_minimum_travel": ["1"], | ||||||
|   "retraction_speed": ["45"], |   "retraction_speed": ["35"], | ||||||
|   "scan_first_layer": "0", |   "scan_first_layer": "0", | ||||||
|   "silent_mode": "0", |   "silent_mode": "0", | ||||||
|   "single_extruder_multi_material": "1", |   "single_extruder_multi_material": "1", | ||||||
|   "template_custom_gcode": "", |   "template_custom_gcode": "", | ||||||
|   "thumbnails": ["300x300"], |   "thumbnails": ["300x300"], | ||||||
|   "upward_compatible_machine": [], |   "upward_compatible_machine": [], | ||||||
|   "use_firmware_retraction": "1", |   "use_firmware_retraction": "0", | ||||||
|   "use_relative_e_distances": "1", |   "use_relative_e_distances": "1", | ||||||
|  |   "version": "1.6.0.0", | ||||||
|   "wipe": ["0"], |   "wipe": ["0"], | ||||||
|   "wipe_distance": ["2"], |   "wipe_distance": ["2"], | ||||||
|   "z_hop_types": ["Auto Lift"], |   "z_hop": ["0.5"], | ||||||
|   "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", |   "z_hop_types": ["Auto Lift"] | ||||||
|   "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"] |  | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -6,7 +6,7 @@ | ||||||
|   "instantiation": "true", |   "instantiation": "true", | ||||||
|   "inherits": "fdm_machine_common", |   "inherits": "fdm_machine_common", | ||||||
|   "printer_model": "Kingroon KP3S PRO S1", |   "printer_model": "Kingroon KP3S PRO S1", | ||||||
|   "default_print_profile": "0.20mm @Kingroon KP3S PRO S1 (0.4 nozzle)", |   "default_print_profile": "0.20mm Standard @Kingroon KP3S PRO S1", | ||||||
|   "default_filament_profile": "Kingroon Generic PLA", |   "default_filament_profile": "Kingroon Generic PLA", | ||||||
|   "change_filament_gcode": "M600", |   "change_filament_gcode": "M600", | ||||||
|   "deretraction_speed": ["30"], |   "deretraction_speed": ["30"], | ||||||
|  | @ -22,7 +22,7 @@ | ||||||
|   "gcode_flavor": "marlin", |   "gcode_flavor": "marlin", | ||||||
|   "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", |   "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", | ||||||
|   "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", |   "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\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_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_load_filament_time": "0", | ||||||
|   "machine_max_acceleration_e": ["5000", "5000"], |   "machine_max_acceleration_e": ["5000", "5000"], | ||||||
|   "machine_max_acceleration_extruding": ["1250", "20000"], |   "machine_max_acceleration_extruding": ["1250", "20000"], | ||||||
|  | @ -42,7 +42,7 @@ | ||||||
|   "machine_min_extruding_rate": ["0", "0"], |   "machine_min_extruding_rate": ["0", "0"], | ||||||
|   "machine_min_travel_rate": ["0", "0"], |   "machine_min_travel_rate": ["0", "0"], | ||||||
|   "machine_pause_gcode": "PAUSE", |   "machine_pause_gcode": "PAUSE", | ||||||
|   "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_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", |   "machine_unload_filament_time": "0", | ||||||
|   "max_layer_height": ["0.3"], |   "max_layer_height": ["0.3"], | ||||||
|   "min_layer_height": ["0.08"], |   "min_layer_height": ["0.08"], | ||||||
|  |  | ||||||
|  | @ -0,0 +1,190 @@ | ||||||
|  | { | ||||||
|  |   "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" | ||||||
|  | } | ||||||
|  | @ -0,0 +1,190 @@ | ||||||
|  | { | ||||||
|  |   "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" | ||||||
|  | } | ||||||
|  | @ -14,7 +14,9 @@ | ||||||
|   "brim_object_gap": "0.1", |   "brim_object_gap": "0.1", | ||||||
|   "brim_type": "auto_brim", |   "brim_type": "auto_brim", | ||||||
|   "brim_width": "5", |   "brim_width": "5", | ||||||
|   "compatible_printers": "Kingroon KP3S PRO S1 0.4 nozzle", |   "compatible_printers": [ | ||||||
|  |       "Kingroon KP3S PRO S1 0.4 nozzle" | ||||||
|  |   ], | ||||||
|   "compatible_printers_condition": "", |   "compatible_printers_condition": "", | ||||||
|   "default_acceleration": "3000", |   "default_acceleration": "3000", | ||||||
|   "default_jerk": "0", |   "default_jerk": "0", | ||||||
|  | @ -35,7 +37,7 @@ | ||||||
|   "flush_into_infill": "0", |   "flush_into_infill": "0", | ||||||
|   "flush_into_objects": "0", |   "flush_into_objects": "0", | ||||||
|   "flush_into_support": "1", |   "flush_into_support": "1", | ||||||
|   "from": "system", |   "from": "", | ||||||
|   "fuzzy_skin": "none", |   "fuzzy_skin": "none", | ||||||
|   "fuzzy_skin_point_distance": "0.8", |   "fuzzy_skin_point_distance": "0.8", | ||||||
|   "fuzzy_skin_thickness": "0.3", |   "fuzzy_skin_thickness": "0.3", | ||||||
|  | @ -78,7 +80,7 @@ | ||||||
|   "min_bead_width": "85%", |   "min_bead_width": "85%", | ||||||
|   "min_feature_size": "25%", |   "min_feature_size": "25%", | ||||||
|   "minimum_sparse_infill_area": "15", |   "minimum_sparse_infill_area": "15", | ||||||
|   "name": "0.20mm @Kingroon KP3S PRO S1 (0.4 nozzle)", |   "name": "0.20mm Standard @Kingroon KP3S PRO S1", | ||||||
|   "only_one_wall_first_layer": "0", |   "only_one_wall_first_layer": "0", | ||||||
|   "only_one_wall_top": "0", |   "only_one_wall_top": "0", | ||||||
|   "ooze_prevention": "0", |   "ooze_prevention": "0", | ||||||
|  | @ -185,4 +187,4 @@ | ||||||
|   "wipe_tower_no_sparse_layers": "0", |   "wipe_tower_no_sparse_layers": "0", | ||||||
|   "xy_contour_compensation": "0", |   "xy_contour_compensation": "0", | ||||||
|   "xy_hole_compensation": "0" |   "xy_hole_compensation": "0" | ||||||
| } | } | ||||||
|  | @ -1,23 +1,25 @@ | ||||||
| { | { | ||||||
|   "accel_to_decel_enable": "1", |   "accel_to_decel_enable": "0", | ||||||
|   "accel_to_decel_factor": "50%", |   "accel_to_decel_factor": "50%", | ||||||
|   "bottom_shell_layers": "3", |   "bottom_shell_layers": "3", | ||||||
|   "bottom_shell_thickness": "0", |   "bottom_shell_thickness": "0", | ||||||
|   "bottom_solid_infill_flow_ratio": "1", |   "bottom_solid_infill_flow_ratio": "1", | ||||||
|   "bottom_surface_pattern": "monotonic", |   "bottom_surface_pattern": "monotonic", | ||||||
|   "bridge_acceleration": "6000", |   "bridge_acceleration": "50%", | ||||||
|   "bridge_angle": "0", |   "bridge_angle": "0", | ||||||
|   "bridge_density": "100%", |   "bridge_density": "100%", | ||||||
|   "bridge_flow": "0.95", |   "bridge_flow": "0.95", | ||||||
|   "bridge_no_support": "0", |   "bridge_no_support": "0", | ||||||
|   "bridge_speed": "80", |   "bridge_speed": "50", | ||||||
|   "brim_object_gap": "0.1", |   "brim_object_gap": "0.1", | ||||||
|   "brim_type": "no_brim", |   "brim_type": "auto_brim", | ||||||
|   "brim_width": "5", |   "brim_width": "5", | ||||||
|   "compatible_printers": "Kingroon KP3S PRO S1 0.4 nozzle", |   "compatible_printers": [ | ||||||
|  |       "Kingroon KP3S PRO V2 0.4 nozzle" | ||||||
|  |   ], | ||||||
|   "compatible_printers_condition": "", |   "compatible_printers_condition": "", | ||||||
|   "default_acceleration": "10000", |   "default_acceleration": "3000", | ||||||
|   "default_jerk": "5", |   "default_jerk": "0", | ||||||
|   "detect_narrow_internal_solid_infill": "1", |   "detect_narrow_internal_solid_infill": "1", | ||||||
|   "detect_overhang_wall": "1", |   "detect_overhang_wall": "1", | ||||||
|   "detect_thin_wall": "0", |   "detect_thin_wall": "0", | ||||||
|  | @ -29,17 +31,17 @@ | ||||||
|   "enable_support": "1", |   "enable_support": "1", | ||||||
|   "enforce_support_layers": "0", |   "enforce_support_layers": "0", | ||||||
|   "ensure_vertical_shell_thickness": "1", |   "ensure_vertical_shell_thickness": "1", | ||||||
|   "exclude_object": "0", |   "exclude_object": "1", | ||||||
|   "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", |   "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", | ||||||
|   "filter_out_gap_fill": "0", |   "filter_out_gap_fill": "0", | ||||||
|   "flush_into_infill": "0", |   "flush_into_infill": "0", | ||||||
|   "flush_into_objects": "0", |   "flush_into_objects": "0", | ||||||
|   "flush_into_support": "1", |   "flush_into_support": "1", | ||||||
|   "from": "system", |   "from": "", | ||||||
|   "fuzzy_skin": "none", |   "fuzzy_skin": "none", | ||||||
|   "fuzzy_skin_point_distance": "0.8", |   "fuzzy_skin_point_distance": "0.8", | ||||||
|   "fuzzy_skin_thickness": "0.3", |   "fuzzy_skin_thickness": "0.3", | ||||||
|   "gap_infill_speed": "60", |   "gap_infill_speed": "100", | ||||||
|   "gcode_add_line_number": "0", |   "gcode_add_line_number": "0", | ||||||
|   "gcode_comments": "0", |   "gcode_comments": "0", | ||||||
|   "gcode_label_objects": "1", |   "gcode_label_objects": "1", | ||||||
|  | @ -48,47 +50,48 @@ | ||||||
|   "infill_anchor_max": "20", |   "infill_anchor_max": "20", | ||||||
|   "infill_combination": "0", |   "infill_combination": "0", | ||||||
|   "infill_direction": "45", |   "infill_direction": "45", | ||||||
|   "infill_jerk": "12", |   "infill_jerk": "9", | ||||||
|   "infill_wall_overlap": "25%", |   "infill_wall_overlap": "25%", | ||||||
|   "inherits": "fdm_process_common", |   "inherits": "fdm_process_common", | ||||||
|   "initial_layer_acceleration": "6000", |   "initial_layer_acceleration": "700", | ||||||
|   "initial_layer_infill_speed": "80", |   "initial_layer_infill_speed": "105", | ||||||
|   "initial_layer_jerk": "5", |   "initial_layer_jerk": "9", | ||||||
|   "initial_layer_line_width": "0.5", |   "initial_layer_line_width": "0.5", | ||||||
|   "initial_layer_print_height": "0.24", |   "initial_layer_print_height": "0.2", | ||||||
|   "initial_layer_speed": "80", |   "initial_layer_speed": "50", | ||||||
|   "initial_layer_travel_speed": "100%", |   "initial_layer_travel_speed": "100%", | ||||||
|   "inner_wall_acceleration": "10000", |   "inner_wall_acceleration": "300", | ||||||
|   "inner_wall_jerk": "10", |   "inner_wall_jerk": "9", | ||||||
|   "inner_wall_line_width": "0.45", |   "inner_wall_line_width": "0.45", | ||||||
|   "inner_wall_speed": "100", |   "inner_wall_speed": "100", | ||||||
|   "interface_shells": "0", |   "interface_shells": "0", | ||||||
|   "internal_bridge_support_thickness": "0", |   "internal_bridge_support_thickness": "0", | ||||||
|   "internal_solid_infill_acceleration": "100%", |   "internal_solid_infill_acceleration": "100%", | ||||||
|   "internal_solid_infill_line_width": "0.45", |   "internal_solid_infill_line_width": "0.42", | ||||||
|   "internal_solid_infill_speed": "150", |   "internal_solid_infill_speed": "100", | ||||||
|   "ironing_flow": "10%", |   "ironing_flow": "10%", | ||||||
|   "ironing_spacing": "0.15", |   "ironing_spacing": "0.15", | ||||||
|   "ironing_speed": "30", |   "ironing_speed": "30", | ||||||
|   "ironing_type": "no ironing", |   "ironing_type": "no ironing", | ||||||
|   "layer_height": "0.2", |   "layer_height": "0.2", | ||||||
|  |   "line_width": "0.42", | ||||||
|   "max_bridge_length": "10", |   "max_bridge_length": "10", | ||||||
|   "max_travel_detour_distance": "0", |   "max_travel_detour_distance": "0", | ||||||
|   "min_bead_width": "85%", |   "min_bead_width": "85%", | ||||||
|   "min_feature_size": "25%", |   "min_feature_size": "25%", | ||||||
|   "minimum_sparse_infill_area": "15", |   "minimum_sparse_infill_area": "15", | ||||||
|   "name": "0.20mm @Kingroon KP3S PRO V2 (0.4 nozzle)", |   "name": "0.20mm Standard @Kingroon KP3S PRO V2", | ||||||
|   "only_one_wall_first_layer": "0", |   "only_one_wall_first_layer": "0", | ||||||
|   "only_one_wall_top": "0", |   "only_one_wall_top": "0", | ||||||
|   "ooze_prevention": "0", |   "ooze_prevention": "0", | ||||||
|   "outer_wall_acceleration": "3500", |   "outer_wall_acceleration": "3000", | ||||||
|   "outer_wall_jerk": "5", |   "outer_wall_jerk": "9", | ||||||
|   "outer_wall_line_width": "0.45", |   "outer_wall_line_width": "0.42", | ||||||
|   "outer_wall_speed": "150", |   "outer_wall_speed": "80", | ||||||
|   "overhang_1_4_speed": "15", |   "overhang_1_4_speed": "0", | ||||||
|   "overhang_2_4_speed": "15", |   "overhang_2_4_speed": "50", | ||||||
|   "overhang_3_4_speed": "25", |   "overhang_3_4_speed": "30", | ||||||
|   "overhang_4_4_speed": "30", |   "overhang_4_4_speed": "10", | ||||||
|   "overhang_speed_classic": "0", |   "overhang_speed_classic": "0", | ||||||
|   "post_process": [], |   "post_process": [], | ||||||
|   "precise_outer_wall": "0", |   "precise_outer_wall": "0", | ||||||
|  | @ -97,7 +100,7 @@ | ||||||
|   "prime_volume": "45", |   "prime_volume": "45", | ||||||
|   "print_flow_ratio": "1", |   "print_flow_ratio": "1", | ||||||
|   "print_sequence": "by layer", |   "print_sequence": "by layer", | ||||||
|   "print_settings_id": "0.20mm @Kingroon KP3S PRO V2 (0.4 nozzle)", |   "print_settings_id": "0.20mm Standard @Kingroon KP3S PRO V2", | ||||||
|   "raft_contact_distance": "0.1", |   "raft_contact_distance": "0.1", | ||||||
|   "raft_expansion": "1.5", |   "raft_expansion": "1.5", | ||||||
|   "raft_first_layer_density": "90%", |   "raft_first_layer_density": "90%", | ||||||
|  | @ -106,7 +109,7 @@ | ||||||
|   "reduce_crossing_wall": "0", |   "reduce_crossing_wall": "0", | ||||||
|   "reduce_infill_retraction": "1", |   "reduce_infill_retraction": "1", | ||||||
|   "resolution": "0.012", |   "resolution": "0.012", | ||||||
|   "role_based_wipe_speed": "0", |   "role_based_wipe_speed": "1", | ||||||
|   "seam_gap": "15%", |   "seam_gap": "15%", | ||||||
|   "seam_position": "aligned", |   "seam_position": "aligned", | ||||||
|   "skirt_distance": "2", |   "skirt_distance": "2", | ||||||
|  | @ -115,23 +118,23 @@ | ||||||
|   "slice_closing_radius": "0.049", |   "slice_closing_radius": "0.049", | ||||||
|   "slicing_mode": "regular", |   "slicing_mode": "regular", | ||||||
|   "slow_down_layers": "0", |   "slow_down_layers": "0", | ||||||
|   "small_perimeter_speed": "62%", |   "small_perimeter_speed": "50%", | ||||||
|   "small_perimeter_threshold": "0", |   "small_perimeter_threshold": "0", | ||||||
|   "solid_infill_filament": "1", |   "solid_infill_filament": "1", | ||||||
|   "sparse_infill_acceleration": "100%", |   "sparse_infill_acceleration": "100%", | ||||||
|   "sparse_infill_density": "10%", |   "sparse_infill_density": "15%", | ||||||
|   "sparse_infill_filament": "1", |   "sparse_infill_filament": "1", | ||||||
|   "sparse_infill_line_width": "0.45", |   "sparse_infill_line_width": "0.45", | ||||||
|   "sparse_infill_pattern": "gyroid", |   "sparse_infill_pattern": "gyroid", | ||||||
|   "sparse_infill_speed": "250", |   "sparse_infill_speed": "100", | ||||||
|   "spiral_mode": "0", |   "spiral_mode": "0", | ||||||
|   "standby_temperature_delta": "-5", |   "standby_temperature_delta": "-5", | ||||||
|   "support_angle": "0", |   "support_angle": "0", | ||||||
|   "support_base_pattern": "hollow", |   "support_base_pattern": "rectilinear", | ||||||
|   "support_base_pattern_spacing": "2.5", |   "support_base_pattern_spacing": "2.5", | ||||||
|   "support_bottom_interface_spacing": "0.5", |   "support_bottom_interface_spacing": "0.5", | ||||||
|   "support_bottom_z_distance": "0.2", |   "support_bottom_z_distance": "0.2", | ||||||
|   "support_critical_regions_only": "1", |   "support_critical_regions_only": "0", | ||||||
|   "support_expansion": "0", |   "support_expansion": "0", | ||||||
|   "support_filament": "0", |   "support_filament": "0", | ||||||
|   "support_interface_bottom_layers": "2", |   "support_interface_bottom_layers": "2", | ||||||
|  | @ -140,28 +143,28 @@ | ||||||
|   "support_interface_pattern": "rectilinear", |   "support_interface_pattern": "rectilinear", | ||||||
|   "support_interface_spacing": "0.5", |   "support_interface_spacing": "0.5", | ||||||
|   "support_interface_speed": "80", |   "support_interface_speed": "80", | ||||||
|   "support_interface_top_layers": "0", |   "support_interface_top_layers": "2", | ||||||
|   "support_line_width": "0.42", |   "support_line_width": "0.42", | ||||||
|   "support_object_xy_distance": "0.35", |   "support_object_xy_distance": "0.35", | ||||||
|   "support_on_build_plate_only": "1", |   "support_on_build_plate_only": "0", | ||||||
|   "support_speed": "150", |   "support_speed": "150", | ||||||
|   "support_style": "tree_slim", |   "support_style": "default", | ||||||
|   "support_threshold_angle": "30", |   "support_threshold_angle": "30", | ||||||
|   "support_top_z_distance": "0", |   "support_top_z_distance": "0.2", | ||||||
|   "support_type": "tree(auto)", |   "support_type": "tree(auto)", | ||||||
|   "thick_bridges": "0", |   "thick_bridges": "0", | ||||||
|   "timelapse_type": "0", |   "timelapse_type": "0", | ||||||
|   "top_shell_layers": "4", |   "top_shell_layers": "4", | ||||||
|   "top_shell_thickness": "0.8", |   "top_shell_thickness": "0.8", | ||||||
|   "top_solid_infill_flow_ratio": "1", |   "top_solid_infill_flow_ratio": "1", | ||||||
|   "top_surface_acceleration": "6000", |   "top_surface_acceleration": "3000", | ||||||
|   "top_surface_jerk": "5", |   "top_surface_jerk": "9", | ||||||
|   "top_surface_line_width": "0.42", |   "top_surface_line_width": "0.42", | ||||||
|   "top_surface_pattern": "monotonic", |   "top_surface_pattern": "monotonic", | ||||||
|   "top_surface_speed": "130", |   "top_surface_speed": "60", | ||||||
|   "travel_acceleration": "10000", |   "travel_acceleration": "3000", | ||||||
|   "travel_jerk": "15", |   "travel_jerk": "12", | ||||||
|   "travel_speed": "300", |   "travel_speed": "150", | ||||||
|   "travel_speed_z": "0", |   "travel_speed_z": "0", | ||||||
|   "tree_support_adaptive_layer_height": "1", |   "tree_support_adaptive_layer_height": "1", | ||||||
|   "tree_support_auto_brim": "1", |   "tree_support_auto_brim": "1", | ||||||
|  | @ -169,7 +172,7 @@ | ||||||
|   "tree_support_branch_diameter": "5", |   "tree_support_branch_diameter": "5", | ||||||
|   "tree_support_branch_distance": "5", |   "tree_support_branch_distance": "5", | ||||||
|   "tree_support_brim_width": "3", |   "tree_support_brim_width": "3", | ||||||
|   "tree_support_wall_count": "2", |   "tree_support_wall_count": "0", | ||||||
|   "version": "1.6.0.0", |   "version": "1.6.0.0", | ||||||
|   "wall_distribution_count": "1", |   "wall_distribution_count": "1", | ||||||
|   "wall_filament": "1", |   "wall_filament": "1", | ||||||
|  | @ -179,10 +182,9 @@ | ||||||
|   "wall_transition_angle": "10", |   "wall_transition_angle": "10", | ||||||
|   "wall_transition_filter_deviation": "25%", |   "wall_transition_filter_deviation": "25%", | ||||||
|   "wall_transition_length": "100%", |   "wall_transition_length": "100%", | ||||||
|  |   "wipe_on_loops": "1", | ||||||
|   "wipe_speed": "80%", |   "wipe_speed": "80%", | ||||||
|   "wipe_tower_no_sparse_layers": "0", |   "wipe_tower_no_sparse_layers": "0", | ||||||
|   "xy_contour_compensation": "0", |   "xy_contour_compensation": "0", | ||||||
|   "xy_hole_compensation": "0", |   "xy_hole_compensation": "0" | ||||||
|   "line_width": "0.45", | } | ||||||
|   "wipe_on_loops": "0" |  | ||||||
| } |  | ||||||
|  | @ -10,10 +10,7 @@ | ||||||
|   "bridge_speed": "50", |   "bridge_speed": "50", | ||||||
|   "brim_width": "5", |   "brim_width": "5", | ||||||
|   "brim_object_gap": "0.1", |   "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": "", |   "compatible_printers_condition": "", | ||||||
|   "default_acceleration": "1000", |   "default_acceleration": "1000", | ||||||
|   "bridge_no_support": "0", |   "bridge_no_support": "0", | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 SoftFever
						SoftFever