mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Adding the Ultimaker 2 profile
This commit is contained in:
		
							parent
							
								
									e266b32b05
								
							
						
					
					
						commit
						cc02286963
					
				
					 18 changed files with 1192 additions and 0 deletions
				
			
		
							
								
								
									
										71
									
								
								resources/profiles/UltiMaker.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										71
									
								
								resources/profiles/UltiMaker.json
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,71 @@ | ||||||
|  | { | ||||||
|  |     "name": "UltiMaker", | ||||||
|  |     "url": "", | ||||||
|  |     "version": "01.00.00.00", | ||||||
|  |     "force_update": "0", | ||||||
|  |     "description": "UltiMaker configurations", | ||||||
|  |     "machine_model_list": [ | ||||||
|  |         { | ||||||
|  |             "name": "UltiMaker 2", | ||||||
|  |             "sub_path": "machine/UltiMaker 2.json" | ||||||
|  |         } | ||||||
|  |     ], | ||||||
|  |     "process_list": [ | ||||||
|  |         { | ||||||
|  |             "name": "fdm_process_common", | ||||||
|  |             "sub_path": "process/fdm_process_common.json" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "name": "0.12mm Fine @UltiMaker 2", | ||||||
|  |             "sub_path": "process/0.12mm Fine @UltiMaker 2.json" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "name": "0.20mm Standard @UltiMaker 2", | ||||||
|  |             "sub_path": "process/0.20mm Standard @UltiMaker 2.json" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "name": "0.25mm Draft @UltiMaker 2", | ||||||
|  |             "sub_path": "process/0.25mm Darft @UltiMaker 2.json" | ||||||
|  |         } | ||||||
|  |     ], | ||||||
|  |     "filament_list": [ | ||||||
|  |         { | ||||||
|  |             "name": "fdm_filament_common", | ||||||
|  |             "sub_path": "filament/fdm_filament_common.json" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "name": "fdm_filament_abs", | ||||||
|  |             "sub_path": "filament/fdm_filament_abs.json" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "name": "fdm_filament_pet", | ||||||
|  |             "sub_path": "filament/fdm_filament_pet.json" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "name": "fdm_filament_pla", | ||||||
|  |             "sub_path": "filament/fdm_filament_pla.json" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "name": "UltiMaker Generic ABS", | ||||||
|  |             "sub_path": "filament/UltiMaker Generic ABS.json" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "name": "UltiMaker Generic PETG", | ||||||
|  |             "sub_path": "filament/UltiMaker Generic PETG.json" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "name": "UltiMaker Generic PLA", | ||||||
|  |             "sub_path": "filament/UltiMaker Generic PLA.json" | ||||||
|  |         } | ||||||
|  |     ], | ||||||
|  |     "machine_list": [ | ||||||
|  |         { | ||||||
|  |             "name": "fdm_machine_common", | ||||||
|  |             "sub_path": "machine/fdm_machine_common.json" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "name": "UltiMaker 2 0.4 nozzle", | ||||||
|  |             "sub_path": "machine/UltiMaker 2 0.4 nozzle.json" | ||||||
|  |         } | ||||||
|  |     ] | ||||||
|  | } | ||||||
|  | @ -0,0 +1,18 @@ | ||||||
|  | { | ||||||
|  |     "type": "filament", | ||||||
|  |     "filament_id": "GFB99", | ||||||
|  |     "setting_id": "GFSA04", | ||||||
|  |     "name": "UltiMaker Generic ABS", | ||||||
|  |     "from": "system", | ||||||
|  |     "instantiation": "true", | ||||||
|  |     "inherits": "fdm_filament_abs", | ||||||
|  |     "filament_flow_ratio": [ | ||||||
|  |         "0.926" | ||||||
|  |     ], | ||||||
|  |     "filament_max_volumetric_speed": [ | ||||||
|  |         "2" | ||||||
|  |     ], | ||||||
|  | 	"compatible_printers": [ | ||||||
|  | 		"UltiMaker 2 0.4 nozzle" | ||||||
|  | 	] | ||||||
|  | } | ||||||
|  | @ -0,0 +1,45 @@ | ||||||
|  | { | ||||||
|  |     "type": "filament", | ||||||
|  | 	"filament_id": "GFG99", | ||||||
|  |     "setting_id": "GFSG99", | ||||||
|  |     "name": "UltiMaker 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" | ||||||
|  |     ], | ||||||
|  |     "fan_max_speed": [ | ||||||
|  |         "40" | ||||||
|  |     ], | ||||||
|  |     "fan_min_speed": [ | ||||||
|  |         "20" | ||||||
|  |     ], | ||||||
|  |     "slow_down_min_speed": [ | ||||||
|  |         "10" | ||||||
|  |     ], | ||||||
|  |     "slow_down_layer_time": [ | ||||||
|  |         "8" | ||||||
|  |     ], | ||||||
|  |     "filament_flow_ratio": [ | ||||||
|  |         "0.95" | ||||||
|  |     ], | ||||||
|  |     "filament_max_volumetric_speed": [ | ||||||
|  |         "2" | ||||||
|  |     ], | ||||||
|  |     "filament_start_gcode": [ | ||||||
|  |         "; filament start gcode\n" | ||||||
|  |     ], | ||||||
|  | 	"compatible_printers": [ | ||||||
|  | 		"UltiMaker 2 0.4 nozzle" | ||||||
|  | 	] | ||||||
|  | } | ||||||
|  | @ -0,0 +1,21 @@ | ||||||
|  | { | ||||||
|  |     "type": "filament", | ||||||
|  | 	"filament_id": "GFL99", | ||||||
|  |     "setting_id": "GFSL99", | ||||||
|  |     "name": "UltiMaker Generic PLA", | ||||||
|  |     "from": "system", | ||||||
|  |     "instantiation": "true", | ||||||
|  |     "inherits": "fdm_filament_pla", | ||||||
|  | 	"filament_flow_ratio": [ | ||||||
|  |         "0.98" | ||||||
|  |     ], | ||||||
|  |     "filament_max_volumetric_speed": [ | ||||||
|  |         "2" | ||||||
|  |     ], | ||||||
|  |     "slow_down_layer_time": [ | ||||||
|  |         "8" | ||||||
|  |     ], | ||||||
|  | 	"compatible_printers": [ | ||||||
|  | 		"UltiMaker 2 0.4 nozzle" | ||||||
|  | 	] | ||||||
|  | } | ||||||
							
								
								
									
										88
									
								
								resources/profiles/UltiMaker/filament/fdm_filament_abs.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										88
									
								
								resources/profiles/UltiMaker/filament/fdm_filament_abs.json
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,88 @@ | ||||||
|  | { | ||||||
|  |     "type": "filament", | ||||||
|  |     "name": "fdm_filament_abs", | ||||||
|  |     "from": "system", | ||||||
|  |     "instantiation": "false", | ||||||
|  |     "inherits": "fdm_filament_common", | ||||||
|  |     "cool_plate_temp" : [ | ||||||
|  |         "80" | ||||||
|  |     ], | ||||||
|  |     "eng_plate_temp" : [ | ||||||
|  |         "80" | ||||||
|  |     ], | ||||||
|  |     "hot_plate_temp" : [ | ||||||
|  |         "80" | ||||||
|  |     ], | ||||||
|  |     "textured_plate_temp" : [ | ||||||
|  |         "80" | ||||||
|  |     ], | ||||||
|  |     "cool_plate_temp_initial_layer" : [ | ||||||
|  |         "80" | ||||||
|  |     ], | ||||||
|  |     "eng_plate_temp_initial_layer" : [ | ||||||
|  |         "80" | ||||||
|  |     ], | ||||||
|  |     "hot_plate_temp_initial_layer" : [ | ||||||
|  |         "80" | ||||||
|  |     ], | ||||||
|  |     "textured_plate_temp_initial_layer" : [ | ||||||
|  |         "80" | ||||||
|  |     ], | ||||||
|  |     "slow_down_for_layer_cooling": [ | ||||||
|  |         "1" | ||||||
|  |     ], | ||||||
|  |     "close_fan_the_first_x_layers": [ | ||||||
|  |         "3" | ||||||
|  |     ], | ||||||
|  |     "fan_cooling_layer_time": [ | ||||||
|  |         "30" | ||||||
|  |     ], | ||||||
|  |     "filament_max_volumetric_speed": [ | ||||||
|  |         "0" | ||||||
|  |     ], | ||||||
|  |     "filament_type": [ | ||||||
|  |         "ABS" | ||||||
|  |     ], | ||||||
|  |     "filament_density": [ | ||||||
|  |         "1.10" | ||||||
|  |     ], | ||||||
|  |     "filament_cost": [ | ||||||
|  |         "20" | ||||||
|  |     ], | ||||||
|  |     "nozzle_temperature_initial_layer": [ | ||||||
|  |         "240" | ||||||
|  |     ], | ||||||
|  |     "reduce_fan_stop_start_freq": [ | ||||||
|  |         "1" | ||||||
|  |     ], | ||||||
|  |     "fan_max_speed": [ | ||||||
|  |         "5" | ||||||
|  |     ], | ||||||
|  |     "fan_min_speed": [ | ||||||
|  |         "5" | ||||||
|  |     ], | ||||||
|  |     "overhang_fan_threshold": [ | ||||||
|  |         "25%" | ||||||
|  |     ], | ||||||
|  |     "overhang_fan_speed": [ | ||||||
|  |         "80" | ||||||
|  |     ], | ||||||
|  |     "nozzle_temperature": [ | ||||||
|  |         "235" | ||||||
|  |     ], | ||||||
|  |     "temperature_vitrification": [ | ||||||
|  |         "110" | ||||||
|  |     ], | ||||||
|  |     "nozzle_temperature_range_low": [ | ||||||
|  |         "235" | ||||||
|  |     ], | ||||||
|  |     "nozzle_temperature_range_high": [ | ||||||
|  |         "240" | ||||||
|  |     ], | ||||||
|  |     "slow_down_min_speed": [ | ||||||
|  |         "10" | ||||||
|  |     ], | ||||||
|  |     "slow_down_layer_time": [ | ||||||
|  |         "15" | ||||||
|  |     ] | ||||||
|  | } | ||||||
							
								
								
									
										144
									
								
								resources/profiles/UltiMaker/filament/fdm_filament_common.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										144
									
								
								resources/profiles/UltiMaker/filament/fdm_filament_common.json
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,144 @@ | ||||||
|  | { | ||||||
|  |     "type": "filament", | ||||||
|  |     "name": "fdm_filament_common", | ||||||
|  |     "from": "system", | ||||||
|  |     "instantiation": "false", | ||||||
|  |     "cool_plate_temp" : [ | ||||||
|  |         "60" | ||||||
|  |     ], | ||||||
|  |     "eng_plate_temp" : [ | ||||||
|  |         "60" | ||||||
|  |     ], | ||||||
|  |     "hot_plate_temp" : [ | ||||||
|  |         "60" | ||||||
|  |     ], | ||||||
|  |     "textured_plate_temp" : [ | ||||||
|  |         "60" | ||||||
|  |     ], | ||||||
|  |     "cool_plate_temp_initial_layer" : [ | ||||||
|  |         "60" | ||||||
|  |     ], | ||||||
|  |     "eng_plate_temp_initial_layer" : [ | ||||||
|  |         "60" | ||||||
|  |     ], | ||||||
|  |     "hot_plate_temp_initial_layer" : [ | ||||||
|  |         "60" | ||||||
|  |     ], | ||||||
|  |     "textured_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": [ | ||||||
|  |         "2.85" | ||||||
|  |     ], | ||||||
|  |     "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_z_hop_types": [ | ||||||
|  |         "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" | ||||||
|  |     ] | ||||||
|  | } | ||||||
							
								
								
									
										82
									
								
								resources/profiles/UltiMaker/filament/fdm_filament_pet.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										82
									
								
								resources/profiles/UltiMaker/filament/fdm_filament_pet.json
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,82 @@ | ||||||
|  | { | ||||||
|  |     "type": "filament", | ||||||
|  |     "name": "fdm_filament_pet", | ||||||
|  |     "from": "system", | ||||||
|  |     "instantiation": "false", | ||||||
|  |     "inherits": "fdm_filament_common", | ||||||
|  |     "cool_plate_temp" : [ | ||||||
|  |         "85" | ||||||
|  |     ], | ||||||
|  |     "eng_plate_temp" : [ | ||||||
|  |         "85" | ||||||
|  |     ], | ||||||
|  |     "hot_plate_temp" : [ | ||||||
|  |         "85" | ||||||
|  |     ], | ||||||
|  |     "textured_plate_temp" : [ | ||||||
|  |         "85" | ||||||
|  |     ], | ||||||
|  |     "cool_plate_temp_initial_layer" : [ | ||||||
|  |         "85" | ||||||
|  |     ], | ||||||
|  |     "eng_plate_temp_initial_layer" : [ | ||||||
|  |         "85" | ||||||
|  |     ], | ||||||
|  |     "hot_plate_temp_initial_layer" : [ | ||||||
|  |         "85" | ||||||
|  |     ], | ||||||
|  |     "textured_plate_temp_initial_layer" : [ | ||||||
|  |         "85" | ||||||
|  |     ], | ||||||
|  |     "slow_down_for_layer_cooling": [ | ||||||
|  |         "1" | ||||||
|  |     ], | ||||||
|  |     "close_fan_the_first_x_layers": [ | ||||||
|  |         "3" | ||||||
|  |     ], | ||||||
|  |     "fan_cooling_layer_time": [ | ||||||
|  |         "15" | ||||||
|  |     ], | ||||||
|  |     "filament_max_volumetric_speed": [ | ||||||
|  |         "0" | ||||||
|  |     ], | ||||||
|  |     "filament_type": [ | ||||||
|  |         "PETG" | ||||||
|  |     ], | ||||||
|  |     "filament_density": [ | ||||||
|  |         "1.27" | ||||||
|  |     ], | ||||||
|  |     "filament_cost": [ | ||||||
|  |         "30" | ||||||
|  |     ], | ||||||
|  |     "nozzle_temperature_initial_layer": [ | ||||||
|  |         "240" | ||||||
|  |     ], | ||||||
|  |     "reduce_fan_stop_start_freq": [ | ||||||
|  |         "1" | ||||||
|  |     ], | ||||||
|  |     "fan_max_speed": [ | ||||||
|  |         "40" | ||||||
|  |     ], | ||||||
|  |     "fan_min_speed": [ | ||||||
|  |         "20" | ||||||
|  |     ], | ||||||
|  |     "overhang_fan_speed": [ | ||||||
|  |         "50" | ||||||
|  |     ], | ||||||
|  |     "nozzle_temperature": [ | ||||||
|  |         "235" | ||||||
|  |     ], | ||||||
|  |     "temperature_vitrification": [ | ||||||
|  |         "80" | ||||||
|  |     ], | ||||||
|  |     "nozzle_temperature_range_low": [ | ||||||
|  |         "235" | ||||||
|  |     ], | ||||||
|  |     "nozzle_temperature_range_high": [ | ||||||
|  |         "240" | ||||||
|  |     ], | ||||||
|  |     "filament_start_gcode": [ | ||||||
|  |         "; filament start gcode\n" | ||||||
|  |     ] | ||||||
|  | } | ||||||
							
								
								
									
										91
									
								
								resources/profiles/UltiMaker/filament/fdm_filament_pla.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										91
									
								
								resources/profiles/UltiMaker/filament/fdm_filament_pla.json
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,91 @@ | ||||||
|  | { | ||||||
|  |     "type": "filament", | ||||||
|  |     "name": "fdm_filament_pla", | ||||||
|  |     "from": "system", | ||||||
|  |     "instantiation": "false", | ||||||
|  |     "inherits": "fdm_filament_common", | ||||||
|  |     "fan_cooling_layer_time": [ | ||||||
|  |         "100" | ||||||
|  |     ], | ||||||
|  |     "filament_max_volumetric_speed": [ | ||||||
|  |         "0" | ||||||
|  |     ], | ||||||
|  |     "filament_type": [ | ||||||
|  |         "PLA" | ||||||
|  |     ], | ||||||
|  |     "filament_density": [ | ||||||
|  |         "1.24" | ||||||
|  |     ], | ||||||
|  |     "filament_cost": [ | ||||||
|  |         "20" | ||||||
|  |     ], | ||||||
|  |     "cool_plate_temp" : [ | ||||||
|  |         "60" | ||||||
|  |     ], | ||||||
|  |     "eng_plate_temp" : [ | ||||||
|  |         "60" | ||||||
|  |     ], | ||||||
|  |     "hot_plate_temp" : [ | ||||||
|  |         "60" | ||||||
|  |     ], | ||||||
|  |     "textured_plate_temp" : [ | ||||||
|  |         "60" | ||||||
|  |     ], | ||||||
|  |     "cool_plate_temp_initial_layer" : [ | ||||||
|  |         "55" | ||||||
|  |     ], | ||||||
|  |     "eng_plate_temp_initial_layer" : [ | ||||||
|  |         "55" | ||||||
|  |     ], | ||||||
|  |     "hot_plate_temp_initial_layer" : [ | ||||||
|  |         "55" | ||||||
|  |     ], | ||||||
|  |     "textured_plate_temp_initial_layer" : [ | ||||||
|  |         "55" | ||||||
|  |     ], | ||||||
|  |     "nozzle_temperature_initial_layer": [ | ||||||
|  |         "205" | ||||||
|  |     ], | ||||||
|  |     "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": [ | ||||||
|  |         "210" | ||||||
|  |     ], | ||||||
|  |     "temperature_vitrification": [ | ||||||
|  |         "60" | ||||||
|  |     ], | ||||||
|  |     "nozzle_temperature_range_low": [ | ||||||
|  |         "190" | ||||||
|  |     ], | ||||||
|  |     "nozzle_temperature_range_high": [ | ||||||
|  |         "210" | ||||||
|  |     ], | ||||||
|  |     "slow_down_min_speed": [ | ||||||
|  |         "10" | ||||||
|  |     ], | ||||||
|  |     "slow_down_layer_time": [ | ||||||
|  |         "4" | ||||||
|  |     ], | ||||||
|  |     "filament_start_gcode": [ | ||||||
|  |         "; filament start gcode\n" | ||||||
|  |     ] | ||||||
|  | } | ||||||
							
								
								
									
										109
									
								
								resources/profiles/UltiMaker/machine/UltiMaker 2 0.4 nozzle.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										109
									
								
								resources/profiles/UltiMaker/machine/UltiMaker 2 0.4 nozzle.json
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,109 @@ | ||||||
|  | { | ||||||
|  | 	"type": "machine", | ||||||
|  | 	"setting_id": "GM001", | ||||||
|  | 	"name": "UltiMaker 2 0.4 nozzle", | ||||||
|  | 	"from": "system", | ||||||
|  | 	"instantiation": "true", | ||||||
|  | 	"inherits": "fdm_machine_common", | ||||||
|  | 	"printer_model": "UltiMaker 2", | ||||||
|  | 	"default_print_profile": "0.20mm Standard @UltiMaker 2", | ||||||
|  | 	"nozzle_diameter": [ | ||||||
|  | 		"0.4" | ||||||
|  | 	], | ||||||
|  | 	"printable_area": [ | ||||||
|  | 		"0x0", | ||||||
|  | 		"224x0", | ||||||
|  | 		"224x225", | ||||||
|  | 		"0x225" | ||||||
|  | 	], | ||||||
|  | 	"printable_height": "212", | ||||||
|  | 	"nozzle_type": "undefine", | ||||||
|  | 	"auxiliary_fan": "0", | ||||||
|  | 	"machine_max_acceleration_extruding": [ | ||||||
|  | 		"1500", | ||||||
|  | 		"1500" | ||||||
|  | 	], | ||||||
|  | 	"machine_max_acceleration_retracting": [ | ||||||
|  | 		"1500", | ||||||
|  | 		"1500" | ||||||
|  | 	], | ||||||
|  | 	"machine_max_acceleration_travel": [ | ||||||
|  | 		"500", | ||||||
|  | 		"500" | ||||||
|  | 	], | ||||||
|  | 	"machine_max_acceleration_x": [ | ||||||
|  | 		"3000", | ||||||
|  | 		"3000" | ||||||
|  | 	], | ||||||
|  | 	"machine_max_acceleration_y": [ | ||||||
|  | 		"3000", | ||||||
|  | 		"3000" | ||||||
|  | 	], | ||||||
|  | 	"machine_max_acceleration_z": [ | ||||||
|  | 		"500", | ||||||
|  | 		"500" | ||||||
|  | 	], | ||||||
|  | 	"machine_max_speed_e": [ | ||||||
|  | 		"120", | ||||||
|  | 		"120" | ||||||
|  | 	], | ||||||
|  | 	"machine_max_speed_x": [ | ||||||
|  | 		"500", | ||||||
|  | 		"500" | ||||||
|  | 	], | ||||||
|  | 	"machine_max_speed_y": [ | ||||||
|  | 		"500", | ||||||
|  | 		"500" | ||||||
|  | 	], | ||||||
|  | 	"machine_max_speed_z": [ | ||||||
|  | 		"12", | ||||||
|  | 		"12" | ||||||
|  | 	], | ||||||
|  | 	"machine_max_jerk_e": [ | ||||||
|  | 		"2.5", | ||||||
|  | 		"2.5" | ||||||
|  | 	], | ||||||
|  | 	"machine_max_jerk_x": [ | ||||||
|  | 		"20", | ||||||
|  | 		"20" | ||||||
|  | 	], | ||||||
|  | 	"machine_max_jerk_y": [ | ||||||
|  | 		"20", | ||||||
|  | 		"20" | ||||||
|  | 	], | ||||||
|  | 	"machine_max_jerk_z": [ | ||||||
|  | 		"0.4", | ||||||
|  | 		"0.4" | ||||||
|  | 	], | ||||||
|  | 	"max_layer_height": [ | ||||||
|  | 		"0.3" | ||||||
|  | 	], | ||||||
|  | 	"min_layer_height": [ | ||||||
|  | 		"0.08" | ||||||
|  | 	], | ||||||
|  | 	"printer_settings_id": "Qidi", | ||||||
|  | 	"retraction_minimum_travel": [ | ||||||
|  | 		"5" | ||||||
|  | 	], | ||||||
|  | 	"retract_before_wipe": [ | ||||||
|  | 		"0%" | ||||||
|  | 	], | ||||||
|  | 	"retraction_length": [ | ||||||
|  | 		"6" | ||||||
|  | 	], | ||||||
|  | 	"retract_length_toolchange": [ | ||||||
|  | 		"10" | ||||||
|  | 	], | ||||||
|  | 	"deretraction_speed": [ | ||||||
|  | 		"0" | ||||||
|  | 	], | ||||||
|  | 	"single_extruder_multi_material": "0", | ||||||
|  | 	"change_filament_gcode": "", | ||||||
|  | 	"machine_pause_gcode": "M0", | ||||||
|  | 	"default_filament_profile": [ | ||||||
|  | 		"UltiMaker Generic PLA" | ||||||
|  | 	], | ||||||
|  | 	"machine_start_gcode": "; # # # # # # START Header\nG21; metric values\nG90; absolute positioning\nM82 ; set extruder to absolute mode\nM107; start with the fan off\n\nM140 S[hot_plate_temp_initial_layer]; start bed heating\n\nG28 X0 Y0 Z0; move X/Y/Z to endstops\nG1 X1 Y6 F15000; move X/Y to start position\nG1 Z35 F9000; move Z to start position\n\n; Wait for bed and nozzle temperatures\nM190 S{hot_plate_temp_initial_layer[0] - 5}; wait for bed temperature - 5\nM140 S[hot_plate_temp_initial_layer]; continue bed heating\nM109 S[nozzle_temperature_initial_layer]; wait for nozzle temperature\n\n; Purge and prime\nM83; set extruder to relative mode\nG92 E0; reset extrusion distance\nG0 X0 Y1 F10000\nG1 F150 E20 ; compress the bowden tube\nG1 E-8 F1200\nG0 X30 Y1 F5000\nG0 F1200 Z{initial_layer_print_height/2}; Cut the connection to priming blob\nG0 X100 F10000; disconnect with the prime blob\nG0 X50; Avoid the metal clip holding the Ultimaker glass plate\nG0 Z0.2 F720\nG1 E8 F1200\nG1 X80 E3 F1000; intro line 1\nG1 X110 E4 F1000 ; intro line 2\nG1 X140 F600; drag filament to decompress bowden tube\nG1 X100 F3200; wipe backwards a bit\nG1 X150 F3200; back to where there is no plastic: avoid dragging\nG92 E0; reset extruder reference\nM82; set extruder to absolute mode\n\n; # # # # # # END Header", | ||||||
|  | 	"machine_end_gcode": "; # # # # # # START Footer\nG91; relative coordinates\n;G1 E-1 F1200; retract the filament\nG1 Z+15  X-10 Y-10 E-7  F6000; move Z a bit\n; G1 X-10 Y-10 F6000; move XY a bit\nG1 E-5.5 F300; retract the filament\nG28 X0 Y0; move X/Y to min endstops, so the head is out of the way\nM104 S0; extruder heater off\nM140 S0; heated bed heater off (if you have it)\nM84; disable motors\n; # # # # # # END Footer\n", | ||||||
|  | 	"scan_first_layer": "0" | ||||||
|  | } | ||||||
							
								
								
									
										12
									
								
								resources/profiles/UltiMaker/machine/UltiMaker 2.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								resources/profiles/UltiMaker/machine/UltiMaker 2.json
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,12 @@ | ||||||
|  | { | ||||||
|  |     "type": "machine_model", | ||||||
|  |     "name": "UltiMaker 2", | ||||||
|  |     "model_id": "UltiMaker-2", | ||||||
|  |     "nozzle_diameter": "0.4", | ||||||
|  |     "machine_tech": "FFF", | ||||||
|  |     "family": "UltiMaker", | ||||||
|  |     "bed_model": "ultimaker_2_buildplate_model.stl", | ||||||
|  |     "bed_texture": "ultimaker_2_buildplate_texture.png", | ||||||
|  |     "hotend_model": "ultimaker_hotend.stl", | ||||||
|  | 	"default_materials": "UltiMaker Generic ABS;UltiMaker Generic PETG;UltiMaker Generic PLA" | ||||||
|  | } | ||||||
							
								
								
									
										117
									
								
								resources/profiles/UltiMaker/machine/fdm_machine_common.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										117
									
								
								resources/profiles/UltiMaker/machine/fdm_machine_common.json
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,117 @@ | ||||||
|  | { | ||||||
|  |     "type": "machine", | ||||||
|  |     "name": "fdm_machine_common", | ||||||
|  |     "from": "system", | ||||||
|  |     "instantiation": "false", | ||||||
|  |     "printer_technology": "FFF", | ||||||
|  |     "deretraction_speed": [ | ||||||
|  |         "40" | ||||||
|  |     ], | ||||||
|  |     "extruder_colour": [ | ||||||
|  |         "#FCE94F" | ||||||
|  |     ], | ||||||
|  |     "extruder_offset": [ | ||||||
|  |         "0x0" | ||||||
|  |     ], | ||||||
|  |     "gcode_flavor": "marlin", | ||||||
|  |     "silent_mode": "0", | ||||||
|  |     "machine_max_acceleration_e": [ | ||||||
|  |         "10000" | ||||||
|  |     ], | ||||||
|  |     "machine_max_acceleration_extruding": [ | ||||||
|  |         "1500" | ||||||
|  |     ], | ||||||
|  |     "machine_max_acceleration_retracting": [ | ||||||
|  |         "1500" | ||||||
|  |     ], | ||||||
|  |     "machine_max_acceleration_x": [ | ||||||
|  |         "3000" | ||||||
|  |     ], | ||||||
|  |     "machine_max_acceleration_y": [ | ||||||
|  |         "3000" | ||||||
|  |     ], | ||||||
|  |     "machine_max_acceleration_z": [ | ||||||
|  |         "500" | ||||||
|  |     ], | ||||||
|  |     "machine_max_speed_e": [ | ||||||
|  |         "120" | ||||||
|  |     ], | ||||||
|  |     "machine_max_speed_x": [ | ||||||
|  |         "500" | ||||||
|  |     ], | ||||||
|  |     "machine_max_speed_y": [ | ||||||
|  |         "500" | ||||||
|  |     ], | ||||||
|  |     "machine_max_speed_z": [ | ||||||
|  |         "12" | ||||||
|  |     ], | ||||||
|  |     "machine_max_jerk_e": [ | ||||||
|  |         "2.5" | ||||||
|  |     ], | ||||||
|  |     "machine_max_jerk_x": [ | ||||||
|  |         "20" | ||||||
|  |     ], | ||||||
|  |     "machine_max_jerk_y": [ | ||||||
|  |         "20" | ||||||
|  |     ], | ||||||
|  |     "machine_max_jerk_z": [ | ||||||
|  |         "0.4" | ||||||
|  |     ], | ||||||
|  |     "machine_min_extruding_rate": [ | ||||||
|  |         "0" | ||||||
|  |     ], | ||||||
|  |     "machine_min_travel_rate": [ | ||||||
|  |         "0" | ||||||
|  |     ], | ||||||
|  |     "max_layer_height": [ | ||||||
|  |         "0.3" | ||||||
|  |     ], | ||||||
|  |     "min_layer_height": [ | ||||||
|  |         "0.07" | ||||||
|  |     ], | ||||||
|  |     "printable_height": "212", | ||||||
|  |     "extruder_clearance_radius": "65", | ||||||
|  |     "extruder_clearance_height_to_rod": "36", | ||||||
|  |     "extruder_clearance_height_to_lid": "140", | ||||||
|  |     "nozzle_diameter": [ | ||||||
|  |         "0.4" | ||||||
|  |     ], | ||||||
|  |     "printer_settings_id": "", | ||||||
|  |     "printer_variant": "0.4", | ||||||
|  |     "retraction_minimum_travel": [ | ||||||
|  |         "2" | ||||||
|  |     ], | ||||||
|  |     "retract_before_wipe": [ | ||||||
|  |         "0%" | ||||||
|  |     ], | ||||||
|  |     "retract_when_changing_layer": [ | ||||||
|  |         "1" | ||||||
|  |     ], | ||||||
|  |     "retraction_length": [ | ||||||
|  |         "6" | ||||||
|  |     ], | ||||||
|  |     "retract_length_toolchange": [ | ||||||
|  |         "10" | ||||||
|  |     ], | ||||||
|  |     "z_hop": [ | ||||||
|  |         "0" | ||||||
|  |     ], | ||||||
|  |     "retract_restart_extra": [ | ||||||
|  |         "0" | ||||||
|  |     ], | ||||||
|  |     "retract_restart_extra_toolchange": [ | ||||||
|  |         "0" | ||||||
|  |     ], | ||||||
|  |     "retraction_speed": [ | ||||||
|  |         "50" | ||||||
|  |     ], | ||||||
|  |     "single_extruder_multi_material": "0", | ||||||
|  |     "change_filament_gcode": "", | ||||||
|  |     "wipe": [ | ||||||
|  |         "1" | ||||||
|  |     ], | ||||||
|  |     "z_lift_type": "NormalLift", | ||||||
|  |     "default_print_profile": "", | ||||||
|  |     "machine_start_gcode": "", | ||||||
|  |     "machine_end_gcode": "" | ||||||
|  | } | ||||||
|  | @ -0,0 +1,108 @@ | ||||||
|  | { | ||||||
|  | 	"type": "process", | ||||||
|  | 	"setting_id": "GP004", | ||||||
|  | 	"name": "0.12mm Fine @UltiMaker 2", | ||||||
|  | 	"from": "system", | ||||||
|  | 	"inherits": "fdm_process_common", | ||||||
|  | 	"instantiation": "true", | ||||||
|  | 	"adaptive_layer_height": "1", | ||||||
|  | 	"reduce_crossing_wall": "0", | ||||||
|  | 	"layer_height": "0.12", | ||||||
|  | 	"max_travel_detour_distance": "0", | ||||||
|  | 	"bottom_surface_pattern": "monotonic", | ||||||
|  | 	"bottom_shell_layers": "6", | ||||||
|  | 	"bottom_shell_thickness": "0", | ||||||
|  | 	"bridge_flow": "1", | ||||||
|  | 	"bridge_speed": "60", | ||||||
|  | 	"brim_width": "0", | ||||||
|  | 	"brim_object_gap": "0", | ||||||
|  | 	"compatible_printers_condition": "", | ||||||
|  | 	"print_sequence": "by layer", | ||||||
|  | 	"default_acceleration": "0", | ||||||
|  | 	"top_surface_acceleration": "0", | ||||||
|  | 	"bridge_no_support": "0", | ||||||
|  | 	"draft_shield": "disabled", | ||||||
|  | 	"elefant_foot_compensation": "0", | ||||||
|  | 	"enable_arc_fitting": "0", | ||||||
|  | 	"outer_wall_line_width": "0.4", | ||||||
|  | 	"wall_infill_order": "inner wall/outer wall/infill", | ||||||
|  | 	"line_width": "0.45", | ||||||
|  | 	"infill_direction": "45", | ||||||
|  | 	"sparse_infill_density": "15%", | ||||||
|  | 	"sparse_infill_pattern": "grid", | ||||||
|  | 	"initial_layer_acceleration": "500", | ||||||
|  | 	"travel_acceleration": "0", | ||||||
|  | 	"inner_wall_acceleration": "0", | ||||||
|  | 	"initial_layer_line_width": "0.42", | ||||||
|  | 	"initial_layer_print_height": "0.3", | ||||||
|  | 	"infill_combination": "0", | ||||||
|  | 	"sparse_infill_line_width": "0.45", | ||||||
|  | 	"infill_wall_overlap": "35%", | ||||||
|  | 	"interface_shells": "0", | ||||||
|  | 	"ironing_flow": "15%", | ||||||
|  | 	"ironing_spacing": "0.1", | ||||||
|  | 	"ironing_speed": "15", | ||||||
|  | 	"ironing_type": "top", | ||||||
|  | 	"reduce_infill_retraction": "1", | ||||||
|  | 	"filename_format": "[input_filename_base].gcode", | ||||||
|  | 	"detect_overhang_wall": "1", | ||||||
|  | 	"overhang_1_4_speed": "0", | ||||||
|  | 	"overhang_2_4_speed": "20", | ||||||
|  | 	"overhang_3_4_speed": "15", | ||||||
|  | 	"overhang_4_4_speed": "10", | ||||||
|  | 	"inner_wall_line_width": "0.45", | ||||||
|  | 	"wall_loops": "2", | ||||||
|  | 	"print_settings_id": "", | ||||||
|  | 	"raft_layers": "0", | ||||||
|  | 	"seam_position": "aligned", | ||||||
|  | 	"skirt_distance": "3", | ||||||
|  | 	"skirt_height": "1", | ||||||
|  | 	"skirt_loops": "2", | ||||||
|  | 	"minimum_sparse_infill_area": "10", | ||||||
|  | 	"internal_solid_infill_line_width": "0", | ||||||
|  | 	"spiral_mode": "0", | ||||||
|  | 	"standby_temperature_delta": "-5", | ||||||
|  | 	"enable_support": "0", | ||||||
|  | 	"resolution": "0.012", | ||||||
|  | 	"support_type": "normal(auto)", | ||||||
|  | 	"support_style": "grid", | ||||||
|  | 	"support_on_build_plate_only": "0", | ||||||
|  | 	"support_top_z_distance": "0.2", | ||||||
|  | 	"support_filament": "0", | ||||||
|  | 	"support_line_width": "0.4", | ||||||
|  | 	"support_interface_loop_pattern": "0", | ||||||
|  | 	"support_interface_filament": "0", | ||||||
|  | 	"support_interface_top_layers": "3", | ||||||
|  | 	"support_interface_bottom_layers": "-1", | ||||||
|  | 	"support_interface_spacing": "0.2", | ||||||
|  | 	"support_interface_speed": "100%", | ||||||
|  | 	"support_base_pattern": "rectilinear", | ||||||
|  | 	"support_base_pattern_spacing": "0.2", | ||||||
|  | 	"support_speed": "60", | ||||||
|  | 	"support_threshold_angle": "0", | ||||||
|  | 	"support_object_xy_distance": "50%", | ||||||
|  | 	"tree_support_branch_angle": "40", | ||||||
|  | 	"tree_support_wall_count": "0", | ||||||
|  | 	"detect_thin_wall": "1", | ||||||
|  | 	"top_surface_pattern": "monotonic", | ||||||
|  | 	"top_surface_line_width": "0.4", | ||||||
|  | 	"top_shell_layers": "7", | ||||||
|  | 	"top_shell_thickness": "0.8", | ||||||
|  | 	"initial_layer_speed": "35%", | ||||||
|  | 	"initial_layer_infill_speed": "35%", | ||||||
|  | 	"outer_wall_speed": "200", | ||||||
|  | 	"inner_wall_speed": "300", | ||||||
|  | 	"internal_solid_infill_speed": "250", | ||||||
|  | 	"top_surface_speed": "200", | ||||||
|  | 	"gap_infill_speed": "250", | ||||||
|  | 	"sparse_infill_speed": "270", | ||||||
|  | 	"travel_speed": "150", | ||||||
|  | 	"enable_prime_tower": "0", | ||||||
|  | 	"wipe_tower_no_sparse_layers": "0", | ||||||
|  | 	"prime_tower_width": "60", | ||||||
|  | 	"xy_hole_compensation": "0", | ||||||
|  | 	"xy_contour_compensation": "0", | ||||||
|  | 	"compatible_printers": [ | ||||||
|  | 		"UltiMaker 2 0.4 nozzle" | ||||||
|  | 	] | ||||||
|  | } | ||||||
|  | @ -0,0 +1,108 @@ | ||||||
|  | { | ||||||
|  | 	"type": "process", | ||||||
|  | 	"setting_id": "GP004", | ||||||
|  | 	"name": "0.20mm Standard @UltiMaker 2", | ||||||
|  | 	"from": "system", | ||||||
|  | 	"inherits": "fdm_process_common", | ||||||
|  | 	"instantiation": "true", | ||||||
|  | 	"adaptive_layer_height": "1", | ||||||
|  | 	"reduce_crossing_wall": "0", | ||||||
|  | 	"layer_height": "0.2", | ||||||
|  | 	"max_travel_detour_distance": "0", | ||||||
|  | 	"bottom_surface_pattern": "monotonic", | ||||||
|  | 	"bottom_shell_layers": "4", | ||||||
|  | 	"bottom_shell_thickness": "0", | ||||||
|  | 	"bridge_flow": "1", | ||||||
|  | 	"bridge_speed": "60", | ||||||
|  | 	"brim_width": "0", | ||||||
|  | 	"brim_object_gap": "0", | ||||||
|  | 	"compatible_printers_condition": "", | ||||||
|  | 	"print_sequence": "by layer", | ||||||
|  | 	"default_acceleration": "0", | ||||||
|  | 	"top_surface_acceleration": "0", | ||||||
|  | 	"bridge_no_support": "0", | ||||||
|  | 	"draft_shield": "disabled", | ||||||
|  | 	"elefant_foot_compensation": "0", | ||||||
|  | 	"enable_arc_fitting": "0", | ||||||
|  | 	"outer_wall_line_width": "0.4", | ||||||
|  | 	"wall_infill_order": "inner wall/outer wall/infill", | ||||||
|  | 	"line_width": "0.45", | ||||||
|  | 	"infill_direction": "45", | ||||||
|  | 	"sparse_infill_density": "15%", | ||||||
|  | 	"sparse_infill_pattern": "grid", | ||||||
|  | 	"initial_layer_acceleration": "500", | ||||||
|  | 	"travel_acceleration": "0", | ||||||
|  | 	"inner_wall_acceleration": "0", | ||||||
|  | 	"initial_layer_line_width": "0.42", | ||||||
|  | 	"initial_layer_print_height": "0.3", | ||||||
|  | 	"infill_combination": "0", | ||||||
|  | 	"sparse_infill_line_width": "0.45", | ||||||
|  | 	"infill_wall_overlap": "35%", | ||||||
|  | 	"interface_shells": "0", | ||||||
|  | 	"ironing_flow": "15%", | ||||||
|  | 	"ironing_spacing": "0.1", | ||||||
|  | 	"ironing_speed": "15", | ||||||
|  | 	"ironing_type": "top", | ||||||
|  | 	"reduce_infill_retraction": "1", | ||||||
|  | 	"filename_format": "[input_filename_base].gcode", | ||||||
|  | 	"detect_overhang_wall": "1", | ||||||
|  | 	"overhang_1_4_speed": "0", | ||||||
|  | 	"overhang_2_4_speed": "20", | ||||||
|  | 	"overhang_3_4_speed": "15", | ||||||
|  | 	"overhang_4_4_speed": "10", | ||||||
|  | 	"inner_wall_line_width": "0.45", | ||||||
|  | 	"wall_loops": "2", | ||||||
|  | 	"print_settings_id": "", | ||||||
|  | 	"raft_layers": "0", | ||||||
|  | 	"seam_position": "aligned", | ||||||
|  | 	"skirt_distance": "3", | ||||||
|  | 	"skirt_height": "1", | ||||||
|  | 	"skirt_loops": "2", | ||||||
|  | 	"minimum_sparse_infill_area": "10", | ||||||
|  | 	"internal_solid_infill_line_width": "0", | ||||||
|  | 	"spiral_mode": "0", | ||||||
|  | 	"standby_temperature_delta": "-5", | ||||||
|  | 	"enable_support": "0", | ||||||
|  | 	"resolution": "0.012", | ||||||
|  | 	"support_type": "normal(auto)", | ||||||
|  | 	"support_style": "grid", | ||||||
|  | 	"support_on_build_plate_only": "0", | ||||||
|  | 	"support_top_z_distance": "0.2", | ||||||
|  | 	"support_filament": "0", | ||||||
|  | 	"support_line_width": "0.4", | ||||||
|  | 	"support_interface_loop_pattern": "0", | ||||||
|  | 	"support_interface_filament": "0", | ||||||
|  | 	"support_interface_top_layers": "3", | ||||||
|  | 	"support_interface_bottom_layers": "-1", | ||||||
|  | 	"support_interface_spacing": "0.2", | ||||||
|  | 	"support_interface_speed": "100%", | ||||||
|  | 	"support_base_pattern": "rectilinear", | ||||||
|  | 	"support_base_pattern_spacing": "0.2", | ||||||
|  | 	"support_speed": "60", | ||||||
|  | 	"support_threshold_angle": "0", | ||||||
|  | 	"support_object_xy_distance": "50%", | ||||||
|  | 	"tree_support_branch_angle": "40", | ||||||
|  | 	"tree_support_wall_count": "0", | ||||||
|  | 	"detect_thin_wall": "1", | ||||||
|  | 	"top_surface_pattern": "monotonic", | ||||||
|  | 	"top_surface_line_width": "0.4", | ||||||
|  | 	"top_shell_layers": "5", | ||||||
|  | 	"top_shell_thickness": "0.8", | ||||||
|  | 	"initial_layer_speed": "35%", | ||||||
|  | 	"initial_layer_infill_speed": "35%", | ||||||
|  | 	"outer_wall_speed": "200", | ||||||
|  | 	"inner_wall_speed": "300", | ||||||
|  | 	"internal_solid_infill_speed": "250", | ||||||
|  | 	"top_surface_speed": "200", | ||||||
|  | 	"gap_infill_speed": "250", | ||||||
|  | 	"sparse_infill_speed": "270", | ||||||
|  | 	"travel_speed": "150", | ||||||
|  | 	"enable_prime_tower": "0", | ||||||
|  | 	"wipe_tower_no_sparse_layers": "0", | ||||||
|  | 	"prime_tower_width": "60", | ||||||
|  | 	"xy_hole_compensation": "0", | ||||||
|  | 	"xy_contour_compensation": "0", | ||||||
|  | 	"compatible_printers": [ | ||||||
|  | 		"UltiMaker 2 0.4 nozzle" | ||||||
|  | 	] | ||||||
|  | } | ||||||
|  | @ -0,0 +1,108 @@ | ||||||
|  | { | ||||||
|  | 	"type": "process", | ||||||
|  | 	"setting_id": "GP004", | ||||||
|  | 	"name": "0.25mm Draft @UltiMaker 2", | ||||||
|  | 	"from": "system", | ||||||
|  | 	"inherits": "fdm_process_common", | ||||||
|  | 	"instantiation": "true", | ||||||
|  | 	"adaptive_layer_height": "1", | ||||||
|  | 	"reduce_crossing_wall": "0", | ||||||
|  | 	"layer_height": "0.25", | ||||||
|  | 	"max_travel_detour_distance": "0", | ||||||
|  | 	"bottom_surface_pattern": "monotonic", | ||||||
|  | 	"bottom_shell_layers": "3", | ||||||
|  | 	"bottom_shell_thickness": "0", | ||||||
|  | 	"bridge_flow": "1", | ||||||
|  | 	"bridge_speed": "60", | ||||||
|  | 	"brim_width": "0", | ||||||
|  | 	"brim_object_gap": "0", | ||||||
|  | 	"compatible_printers_condition": "", | ||||||
|  | 	"print_sequence": "by layer", | ||||||
|  | 	"default_acceleration": "0", | ||||||
|  | 	"top_surface_acceleration": "0", | ||||||
|  | 	"bridge_no_support": "0", | ||||||
|  | 	"draft_shield": "disabled", | ||||||
|  | 	"elefant_foot_compensation": "0", | ||||||
|  | 	"enable_arc_fitting": "0", | ||||||
|  | 	"outer_wall_line_width": "0.4", | ||||||
|  | 	"wall_infill_order": "inner wall/outer wall/infill", | ||||||
|  | 	"line_width": "0.45", | ||||||
|  | 	"infill_direction": "45", | ||||||
|  | 	"sparse_infill_density": "15%", | ||||||
|  | 	"sparse_infill_pattern": "grid", | ||||||
|  | 	"initial_layer_acceleration": "500", | ||||||
|  | 	"travel_acceleration": "0", | ||||||
|  | 	"inner_wall_acceleration": "0", | ||||||
|  | 	"initial_layer_line_width": "0.42", | ||||||
|  | 	"initial_layer_print_height": "0.3", | ||||||
|  | 	"infill_combination": "0", | ||||||
|  | 	"sparse_infill_line_width": "0.45", | ||||||
|  | 	"infill_wall_overlap": "35%", | ||||||
|  | 	"interface_shells": "0", | ||||||
|  | 	"ironing_flow": "15%", | ||||||
|  | 	"ironing_spacing": "0.1", | ||||||
|  | 	"ironing_speed": "15", | ||||||
|  | 	"ironing_type": "top", | ||||||
|  | 	"reduce_infill_retraction": "1", | ||||||
|  | 	"filename_format": "[input_filename_base].gcode", | ||||||
|  | 	"detect_overhang_wall": "1", | ||||||
|  | 	"overhang_1_4_speed": "0", | ||||||
|  | 	"overhang_2_4_speed": "20", | ||||||
|  | 	"overhang_3_4_speed": "15", | ||||||
|  | 	"overhang_4_4_speed": "10", | ||||||
|  | 	"inner_wall_line_width": "0.45", | ||||||
|  | 	"wall_loops": "2", | ||||||
|  | 	"print_settings_id": "", | ||||||
|  | 	"raft_layers": "0", | ||||||
|  | 	"seam_position": "aligned", | ||||||
|  | 	"skirt_distance": "3", | ||||||
|  | 	"skirt_height": "1", | ||||||
|  | 	"skirt_loops": "2", | ||||||
|  | 	"minimum_sparse_infill_area": "10", | ||||||
|  | 	"internal_solid_infill_line_width": "0", | ||||||
|  | 	"spiral_mode": "0", | ||||||
|  | 	"standby_temperature_delta": "-5", | ||||||
|  | 	"enable_support": "0", | ||||||
|  | 	"resolution": "0.012", | ||||||
|  | 	"support_type": "normal(auto)", | ||||||
|  | 	"support_style": "grid", | ||||||
|  | 	"support_on_build_plate_only": "0", | ||||||
|  | 	"support_top_z_distance": "0.2", | ||||||
|  | 	"support_filament": "0", | ||||||
|  | 	"support_line_width": "0.4", | ||||||
|  | 	"support_interface_loop_pattern": "0", | ||||||
|  | 	"support_interface_filament": "0", | ||||||
|  | 	"support_interface_top_layers": "3", | ||||||
|  | 	"support_interface_bottom_layers": "-1", | ||||||
|  | 	"support_interface_spacing": "0.2", | ||||||
|  | 	"support_interface_speed": "100%", | ||||||
|  | 	"support_base_pattern": "rectilinear", | ||||||
|  | 	"support_base_pattern_spacing": "0.2", | ||||||
|  | 	"support_speed": "60", | ||||||
|  | 	"support_threshold_angle": "0", | ||||||
|  | 	"support_object_xy_distance": "50%", | ||||||
|  | 	"tree_support_branch_angle": "40", | ||||||
|  | 	"tree_support_wall_count": "0", | ||||||
|  | 	"detect_thin_wall": "1", | ||||||
|  | 	"top_surface_pattern": "monotonic", | ||||||
|  | 	"top_surface_line_width": "0.4", | ||||||
|  | 	"top_shell_layers": "4", | ||||||
|  | 	"top_shell_thickness": "0.8", | ||||||
|  | 	"initial_layer_speed": "35%", | ||||||
|  | 	"initial_layer_infill_speed": "35%", | ||||||
|  | 	"outer_wall_speed": "200", | ||||||
|  | 	"inner_wall_speed": "300", | ||||||
|  | 	"internal_solid_infill_speed": "250", | ||||||
|  | 	"top_surface_speed": "200", | ||||||
|  | 	"gap_infill_speed": "250", | ||||||
|  | 	"sparse_infill_speed": "270", | ||||||
|  | 	"travel_speed": "150", | ||||||
|  | 	"enable_prime_tower": "0", | ||||||
|  | 	"wipe_tower_no_sparse_layers": "0", | ||||||
|  | 	"prime_tower_width": "60", | ||||||
|  | 	"xy_hole_compensation": "0", | ||||||
|  | 	"xy_contour_compensation": "0", | ||||||
|  | 	"compatible_printers": [ | ||||||
|  | 		"UltiMaker 2 0.4 nozzle" | ||||||
|  | 	] | ||||||
|  | } | ||||||
							
								
								
									
										70
									
								
								resources/profiles/UltiMaker/process/fdm_process_common.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										70
									
								
								resources/profiles/UltiMaker/process/fdm_process_common.json
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,70 @@ | ||||||
|  | { | ||||||
|  |     "type": "process", | ||||||
|  |     "name": "fdm_process_common", | ||||||
|  |     "from": "system", | ||||||
|  |     "instantiation": "false", | ||||||
|  |     "adaptive_layer_height": "0", | ||||||
|  |     "reduce_crossing_wall": "0", | ||||||
|  |     "bridge_flow": "0.95", | ||||||
|  |     "bridge_speed": "25", | ||||||
|  |     "brim_width": "5", | ||||||
|  |     "compatible_printers": [], | ||||||
|  |     "print_sequence": "by layer", | ||||||
|  |     "default_acceleration": "0", | ||||||
|  |     "bridge_no_support": "0", | ||||||
|  |     "elefant_foot_compensation": "0.1", | ||||||
|  |     "outer_wall_line_width": "0.4", | ||||||
|  |     "outer_wall_speed": "120", | ||||||
|  |     "line_width": "0.45", | ||||||
|  |     "infill_direction": "45", | ||||||
|  |     "sparse_infill_density": "15%", | ||||||
|  |     "sparse_infill_pattern": "grid", | ||||||
|  |     "initial_layer_line_width": "0.42", | ||||||
|  |     "initial_layer_print_height": "0.2", | ||||||
|  |     "initial_layer_speed": "20", | ||||||
|  |     "gap_infill_speed": "30", | ||||||
|  |     "infill_combination": "0", | ||||||
|  |     "sparse_infill_line_width": "0.45", | ||||||
|  |     "infill_wall_overlap": "25%", | ||||||
|  |     "sparse_infill_speed": "50", | ||||||
|  |     "interface_shells": "0", | ||||||
|  |     "detect_overhang_wall": "0", | ||||||
|  |     "reduce_infill_retraction": "0", | ||||||
|  |     "filename_format": "{input_filename_base}.gcode", | ||||||
|  |     "wall_loops": "3", | ||||||
|  |     "inner_wall_line_width": "0.45", | ||||||
|  |     "inner_wall_speed": "40", | ||||||
|  |     "print_settings_id": "", | ||||||
|  |     "raft_layers": "0", | ||||||
|  |     "seam_position": "nearest", | ||||||
|  |     "skirt_distance": "2", | ||||||
|  |     "skirt_height": "2", | ||||||
|  |     "minimum_sparse_infill_area": "0", | ||||||
|  |     "internal_solid_infill_line_width": "0.45", | ||||||
|  |     "internal_solid_infill_speed": "40", | ||||||
|  |     "spiral_mode": "0", | ||||||
|  |     "standby_temperature_delta": "-5", | ||||||
|  |     "enable_support": "0", | ||||||
|  |     "support_filament": "0", | ||||||
|  |     "support_line_width": "0.42", | ||||||
|  |     "support_interface_filament": "0", | ||||||
|  |     "support_on_build_plate_only": "0", | ||||||
|  |     "support_top_z_distance": "0.15", | ||||||
|  |     "support_interface_loop_pattern": "0", | ||||||
|  |     "support_interface_top_layers": "2", | ||||||
|  |     "support_interface_spacing": "0", | ||||||
|  |     "support_interface_speed": "80", | ||||||
|  |     "support_base_pattern": "rectilinear", | ||||||
|  |     "support_base_pattern_spacing": "2", | ||||||
|  |     "support_speed": "40", | ||||||
|  |     "support_threshold_angle": "40", | ||||||
|  |     "support_object_xy_distance": "0.5", | ||||||
|  |     "detect_thin_wall": "0", | ||||||
|  |     "top_surface_line_width": "0.4", | ||||||
|  |     "top_surface_speed": "30", | ||||||
|  |     "travel_speed": "400", | ||||||
|  |     "enable_prime_tower": "0", | ||||||
|  |     "prime_tower_width": "60", | ||||||
|  |     "xy_hole_compensation": "0", | ||||||
|  |     "xy_contour_compensation": "0" | ||||||
|  | } | ||||||
							
								
								
									
										
											BIN
										
									
								
								resources/profiles/UltiMaker/ultimaker_2_buildplate_model.stl
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								resources/profiles/UltiMaker/ultimaker_2_buildplate_model.stl
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								resources/profiles/UltiMaker/ultimaker_2_buildplate_texture.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								resources/profiles/UltiMaker/ultimaker_2_buildplate_texture.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 6.5 KiB | 
							
								
								
									
										
											BIN
										
									
								
								resources/profiles/UltiMaker/ultimaker_hotend.stl
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								resources/profiles/UltiMaker/ultimaker_hotend.stl
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 fr3ak2402
						fr3ak2402