mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	T500 profile fixes and optimizations (#2848)
Corrected corrupted buildplate texture, corrected too high accelerations that made printing 0.4mm impossible, optimized T500 print and filament profiles with testing
This commit is contained in:
		
							parent
							
								
									48c9143769
								
							
						
					
					
						commit
						10a0f58a61
					
				
					 20 changed files with 233 additions and 198 deletions
				
			
		
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 13 B After Width: | Height: | Size: 2.5 KiB  | 
| 
						 | 
				
			
			@ -11,12 +11,13 @@
 | 
			
		|||
	"fan_cooling_layer_time": ["30"],
 | 
			
		||||
	"overhang_fan_speed": ["90"],
 | 
			
		||||
	"overhang_fan_threshold": ["25%"],
 | 
			
		||||
	"fan_max_speed": ["90"],
 | 
			
		||||
	"fan_min_speed": ["40"],
 | 
			
		||||
	"fan_max_speed": ["25"],
 | 
			
		||||
	"fan_min_speed": ["10"],
 | 
			
		||||
	"slow_down_min_speed": ["10"],
 | 
			
		||||
	"slow_down_layer_time": ["8"],
 | 
			
		||||
	"filament_flow_ratio": ["0.95"],
 | 
			
		||||
	"filament_max_volumetric_speed": ["30"],
 | 
			
		||||
	"filament_flow_ratio": ["0.98"],
 | 
			
		||||
	"filament_max_volumetric_speed": ["8"],
 | 
			
		||||
	"nozzle_temperature_initial_layer": ["260"],
 | 
			
		||||
	"filament_retraction_length": ["0.5"],
 | 
			
		||||
	"filament_start_gcode": ["; filament start gcode\n"],
 | 
			
		||||
	"compatible_printers": [
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,16 +18,16 @@
 | 
			
		|||
    "5000"
 | 
			
		||||
  ],
 | 
			
		||||
  "machine_max_acceleration_travel": [
 | 
			
		||||
    "20000",
 | 
			
		||||
    "20000"
 | 
			
		||||
    "3000",
 | 
			
		||||
    "3000"
 | 
			
		||||
  ],
 | 
			
		||||
  "machine_max_acceleration_x": [
 | 
			
		||||
    "8000",
 | 
			
		||||
    "8000"
 | 
			
		||||
    "3000",
 | 
			
		||||
    "3000"
 | 
			
		||||
  ],
 | 
			
		||||
  "machine_max_acceleration_y": [
 | 
			
		||||
    "8000",
 | 
			
		||||
    "8000"
 | 
			
		||||
    "3000",
 | 
			
		||||
    "3000"
 | 
			
		||||
  ],
 | 
			
		||||
  "machine_max_acceleration_z": [
 | 
			
		||||
    "500",
 | 
			
		||||
| 
						 | 
				
			
			@ -38,12 +38,12 @@
 | 
			
		|||
    "25"
 | 
			
		||||
  ],
 | 
			
		||||
  "machine_max_speed_x": [
 | 
			
		||||
    "500",
 | 
			
		||||
    "200"
 | 
			
		||||
    "300",
 | 
			
		||||
    "300"
 | 
			
		||||
  ],
 | 
			
		||||
  "machine_max_speed_y": [
 | 
			
		||||
    "500",
 | 
			
		||||
    "200"
 | 
			
		||||
    "300",
 | 
			
		||||
    "300"
 | 
			
		||||
  ],
 | 
			
		||||
  "machine_max_speed_z": [
 | 
			
		||||
    "12",
 | 
			
		||||
| 
						 | 
				
			
			@ -79,7 +79,7 @@
 | 
			
		|||
  "min_layer_height": [
 | 
			
		||||
    "0.08"
 | 
			
		||||
  ],
 | 
			
		||||
  "printable_height": "250",
 | 
			
		||||
  "printable_height": "500",
 | 
			
		||||
  "extruder_clearance_radius": "65",
 | 
			
		||||
  "extruder_clearance_height_to_rod": "36",
 | 
			
		||||
  "extruder_clearance_height_to_lid": "140",
 | 
			
		||||
| 
						 | 
				
			
			@ -124,6 +124,12 @@
 | 
			
		|||
  "wipe": [
 | 
			
		||||
    "1"
 | 
			
		||||
  ],
 | 
			
		||||
  "thumbnails": [
 | 
			
		||||
    "32x32",
 | 
			
		||||
    "300x300"
 | 
			
		||||
  ],
 | 
			
		||||
  "thumbnails_format": "PNG",
 | 
			
		||||
  "nozzle_type": "hardened_steel",
 | 
			
		||||
  "default_filament_profile": [
 | 
			
		||||
    "Comgrow Generic PETG"
 | 
			
		||||
  ],
 | 
			
		||||
| 
						 | 
				
			
			@ -136,6 +142,5 @@
 | 
			
		|||
  "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
 | 
			
		||||
  "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
 | 
			
		||||
  "scan_first_layer": "0",
 | 
			
		||||
  "nozzle_type": "undefine",
 | 
			
		||||
  "auxiliary_fan": "0"
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,9 +18,6 @@
 | 
			
		|||
	"brim_object_gap": "0",
 | 
			
		||||
	"compatible_printers_condition": "",
 | 
			
		||||
	"print_sequence": "by layer",
 | 
			
		||||
	"default_acceleration": "3000",
 | 
			
		||||
	"outer_wall_acceleration": "3000",
 | 
			
		||||
	"top_surface_acceleration": "3000",
 | 
			
		||||
	"bridge_no_support": "0",
 | 
			
		||||
	"draft_shield": "disabled",
 | 
			
		||||
	"elefant_foot_compensation": "0.1",
 | 
			
		||||
| 
						 | 
				
			
			@ -31,9 +28,6 @@
 | 
			
		|||
	"infill_direction": "45",
 | 
			
		||||
	"sparse_infill_density": "15%",
 | 
			
		||||
	"sparse_infill_pattern": "grid",
 | 
			
		||||
	"initial_layer_acceleration": "1000",
 | 
			
		||||
	"travel_acceleration": "3000",
 | 
			
		||||
	"inner_wall_acceleration": "3000",
 | 
			
		||||
	"initial_layer_line_width": "0.6",
 | 
			
		||||
	"initial_layer_print_height": "0.2",
 | 
			
		||||
	"infill_combination": "0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,9 +18,6 @@
 | 
			
		|||
	"brim_object_gap": "0",
 | 
			
		||||
	"compatible_printers_condition": "",
 | 
			
		||||
	"print_sequence": "by layer",
 | 
			
		||||
	"default_acceleration": "8000",
 | 
			
		||||
	"outer_wall_acceleration": "8000",
 | 
			
		||||
	"top_surface_acceleration": "8000",
 | 
			
		||||
	"bridge_no_support": "0",
 | 
			
		||||
	"draft_shield": "disabled",
 | 
			
		||||
	"elefant_foot_compensation": "0.1",
 | 
			
		||||
| 
						 | 
				
			
			@ -31,9 +28,6 @@
 | 
			
		|||
	"infill_direction": "45",
 | 
			
		||||
	"sparse_infill_density": "15%",
 | 
			
		||||
	"sparse_infill_pattern": "grid",
 | 
			
		||||
	"initial_layer_acceleration": "1000",
 | 
			
		||||
	"travel_acceleration": "8000",
 | 
			
		||||
	"inner_wall_acceleration": "8000",
 | 
			
		||||
	"initial_layer_line_width": "0.4",
 | 
			
		||||
	"initial_layer_print_height": "0.2",
 | 
			
		||||
	"infill_combination": "0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,9 +18,6 @@
 | 
			
		|||
	"brim_object_gap": "0",
 | 
			
		||||
	"compatible_printers_condition": "",
 | 
			
		||||
	"print_sequence": "by layer",
 | 
			
		||||
	"default_acceleration": "0",
 | 
			
		||||
	"outer_wall_acceleration": "0",
 | 
			
		||||
	"top_surface_acceleration": "0",
 | 
			
		||||
	"bridge_no_support": "0",
 | 
			
		||||
	"draft_shield": "disabled",
 | 
			
		||||
	"elefant_foot_compensation": "0.1",
 | 
			
		||||
| 
						 | 
				
			
			@ -31,9 +28,6 @@
 | 
			
		|||
	"infill_direction": "45",
 | 
			
		||||
	"sparse_infill_density": "15%",
 | 
			
		||||
	"sparse_infill_pattern": "grid",
 | 
			
		||||
	"initial_layer_acceleration": "0",
 | 
			
		||||
	"travel_acceleration": "0",
 | 
			
		||||
	"inner_wall_acceleration": "0",
 | 
			
		||||
	"initial_layer_line_width": "0.42",
 | 
			
		||||
	"initial_layer_print_height": "0.24",
 | 
			
		||||
	"infill_combination": "0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,9 +18,6 @@
 | 
			
		|||
	"brim_object_gap": "0",
 | 
			
		||||
	"compatible_printers_condition": "",
 | 
			
		||||
	"print_sequence": "by layer",
 | 
			
		||||
	"default_acceleration": "8000",
 | 
			
		||||
	"outer_wall_acceleration": "8000",
 | 
			
		||||
	"top_surface_acceleration": "8000",
 | 
			
		||||
	"bridge_no_support": "0",
 | 
			
		||||
	"draft_shield": "disabled",
 | 
			
		||||
	"elefant_foot_compensation": "0.1",
 | 
			
		||||
| 
						 | 
				
			
			@ -31,9 +28,6 @@
 | 
			
		|||
	"infill_direction": "45",
 | 
			
		||||
	"sparse_infill_density": "15%",
 | 
			
		||||
	"sparse_infill_pattern": "grid",
 | 
			
		||||
	"initial_layer_acceleration": "1000",
 | 
			
		||||
	"travel_acceleration": "8000",
 | 
			
		||||
	"inner_wall_acceleration": "8000",
 | 
			
		||||
	"initial_layer_line_width": "0.4",
 | 
			
		||||
	"initial_layer_print_height": "0.24",
 | 
			
		||||
	"infill_combination": "0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,9 +18,6 @@
 | 
			
		|||
	"brim_object_gap": "0",
 | 
			
		||||
	"compatible_printers_condition": "",
 | 
			
		||||
	"print_sequence": "by layer",
 | 
			
		||||
	"default_acceleration": "3000",
 | 
			
		||||
	"outer_wall_acceleration": "3000",
 | 
			
		||||
	"top_surface_acceleration": "3000",
 | 
			
		||||
	"bridge_no_support": "0",
 | 
			
		||||
	"draft_shield": "disabled",
 | 
			
		||||
	"elefant_foot_compensation": "0.1",
 | 
			
		||||
| 
						 | 
				
			
			@ -31,9 +28,6 @@
 | 
			
		|||
	"infill_direction": "45",
 | 
			
		||||
	"sparse_infill_density": "15%",
 | 
			
		||||
	"sparse_infill_pattern": "grid",
 | 
			
		||||
	"initial_layer_acceleration": "1000",
 | 
			
		||||
	"travel_acceleration": "3000",
 | 
			
		||||
	"inner_wall_acceleration": "3000",
 | 
			
		||||
	"initial_layer_line_width": "0.6",
 | 
			
		||||
	"initial_layer_print_height": "0.24",
 | 
			
		||||
	"infill_combination": "0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,9 +18,6 @@
 | 
			
		|||
	"brim_object_gap": "0",
 | 
			
		||||
	"compatible_printers_condition": "",
 | 
			
		||||
	"print_sequence": "by layer",
 | 
			
		||||
	"default_acceleration": "3000",
 | 
			
		||||
	"outer_wall_acceleration": "3000",
 | 
			
		||||
	"top_surface_acceleration": "3000",
 | 
			
		||||
	"bridge_no_support": "0",
 | 
			
		||||
	"draft_shield": "disabled",
 | 
			
		||||
	"elefant_foot_compensation": "0.1",
 | 
			
		||||
| 
						 | 
				
			
			@ -31,9 +28,6 @@
 | 
			
		|||
	"infill_direction": "45",
 | 
			
		||||
	"sparse_infill_density": "15%",
 | 
			
		||||
	"sparse_infill_pattern": "grid",
 | 
			
		||||
	"initial_layer_acceleration": "1000",
 | 
			
		||||
	"travel_acceleration": "3000",
 | 
			
		||||
	"inner_wall_acceleration": "3000",
 | 
			
		||||
	"initial_layer_line_width": "1.0",
 | 
			
		||||
	"initial_layer_print_height": "0.28",
 | 
			
		||||
	"infill_combination": "0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,9 +18,6 @@
 | 
			
		|||
	"brim_object_gap": "0",
 | 
			
		||||
	"compatible_printers_condition": "",
 | 
			
		||||
	"print_sequence": "by layer",
 | 
			
		||||
	"default_acceleration": "0",
 | 
			
		||||
	"outer_wall_acceleration": "0",
 | 
			
		||||
	"top_surface_acceleration": "0",
 | 
			
		||||
	"bridge_no_support": "0",
 | 
			
		||||
	"draft_shield": "disabled",
 | 
			
		||||
	"elefant_foot_compensation": "0.1",
 | 
			
		||||
| 
						 | 
				
			
			@ -31,9 +28,6 @@
 | 
			
		|||
	"infill_direction": "45",
 | 
			
		||||
	"sparse_infill_density": "15%",
 | 
			
		||||
	"sparse_infill_pattern": "grid",
 | 
			
		||||
	"initial_layer_acceleration": "0",
 | 
			
		||||
	"travel_acceleration": "0",
 | 
			
		||||
	"inner_wall_acceleration": "0",
 | 
			
		||||
	"initial_layer_line_width": "0.42",
 | 
			
		||||
	"initial_layer_print_height": "0.24",
 | 
			
		||||
	"infill_combination": "0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,9 +18,6 @@
 | 
			
		|||
	"brim_object_gap": "0",
 | 
			
		||||
	"compatible_printers_condition": "",
 | 
			
		||||
	"print_sequence": "by layer",
 | 
			
		||||
	"default_acceleration": "8000",
 | 
			
		||||
	"outer_wall_acceleration": "8000",
 | 
			
		||||
	"top_surface_acceleration": "8000",
 | 
			
		||||
	"bridge_no_support": "0",
 | 
			
		||||
	"draft_shield": "disabled",
 | 
			
		||||
	"elefant_foot_compensation": "0.1",
 | 
			
		||||
| 
						 | 
				
			
			@ -31,9 +28,6 @@
 | 
			
		|||
	"infill_direction": "45",
 | 
			
		||||
	"sparse_infill_density": "15%",
 | 
			
		||||
	"sparse_infill_pattern": "grid",
 | 
			
		||||
	"initial_layer_acceleration": "1000",
 | 
			
		||||
	"travel_acceleration": "8000",
 | 
			
		||||
	"inner_wall_acceleration": "8000",
 | 
			
		||||
	"initial_layer_line_width": "0.4",
 | 
			
		||||
	"initial_layer_print_height": "0.28",
 | 
			
		||||
	"infill_combination": "0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,9 +18,6 @@
 | 
			
		|||
	"brim_object_gap": "0",
 | 
			
		||||
	"compatible_printers_condition": "",
 | 
			
		||||
	"print_sequence": "by layer",
 | 
			
		||||
	"default_acceleration": "3000",
 | 
			
		||||
	"outer_wall_acceleration": "3000",
 | 
			
		||||
	"top_surface_acceleration": "3000",
 | 
			
		||||
	"bridge_no_support": "0",
 | 
			
		||||
	"draft_shield": "disabled",
 | 
			
		||||
	"elefant_foot_compensation": "0.1",
 | 
			
		||||
| 
						 | 
				
			
			@ -31,9 +28,6 @@
 | 
			
		|||
	"infill_direction": "45",
 | 
			
		||||
	"sparse_infill_density": "15%",
 | 
			
		||||
	"sparse_infill_pattern": "grid",
 | 
			
		||||
	"initial_layer_acceleration": "1000",
 | 
			
		||||
	"travel_acceleration": "3000",
 | 
			
		||||
	"inner_wall_acceleration": "3000",
 | 
			
		||||
	"initial_layer_line_width": "0.6",
 | 
			
		||||
	"initial_layer_print_height": "0.28",
 | 
			
		||||
	"infill_combination": "0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,9 +18,6 @@
 | 
			
		|||
	"brim_object_gap": "0",
 | 
			
		||||
	"compatible_printers_condition": "",
 | 
			
		||||
	"print_sequence": "by layer",
 | 
			
		||||
	"default_acceleration": "3000",
 | 
			
		||||
	"outer_wall_acceleration": "3000",
 | 
			
		||||
	"top_surface_acceleration": "3000",
 | 
			
		||||
	"bridge_no_support": "0",
 | 
			
		||||
	"draft_shield": "disabled",
 | 
			
		||||
	"elefant_foot_compensation": "0.1",
 | 
			
		||||
| 
						 | 
				
			
			@ -31,9 +28,6 @@
 | 
			
		|||
	"infill_direction": "45",
 | 
			
		||||
	"sparse_infill_density": "15%",
 | 
			
		||||
	"sparse_infill_pattern": "grid",
 | 
			
		||||
	"initial_layer_acceleration": "1000",
 | 
			
		||||
	"travel_acceleration": "3000",
 | 
			
		||||
	"inner_wall_acceleration": "3000",
 | 
			
		||||
	"initial_layer_line_width": "0.8",
 | 
			
		||||
	"initial_layer_print_height": "0.28",
 | 
			
		||||
	"infill_combination": "0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,9 +18,6 @@
 | 
			
		|||
	"brim_object_gap": "0",
 | 
			
		||||
	"compatible_printers_condition": "",
 | 
			
		||||
	"print_sequence": "by layer",
 | 
			
		||||
	"default_acceleration": "8000",
 | 
			
		||||
	"outer_wall_acceleration": "8000",
 | 
			
		||||
	"top_surface_acceleration": "8000",
 | 
			
		||||
	"bridge_no_support": "0",
 | 
			
		||||
	"draft_shield": "disabled",
 | 
			
		||||
	"elefant_foot_compensation": "0.1",
 | 
			
		||||
| 
						 | 
				
			
			@ -31,9 +28,6 @@
 | 
			
		|||
	"infill_direction": "45",
 | 
			
		||||
	"sparse_infill_density": "15%",
 | 
			
		||||
	"sparse_infill_pattern": "grid",
 | 
			
		||||
	"initial_layer_acceleration": "1000",
 | 
			
		||||
	"travel_acceleration": "8000",
 | 
			
		||||
	"inner_wall_acceleration": "8000",
 | 
			
		||||
	"initial_layer_line_width": "0.4",
 | 
			
		||||
	"initial_layer_print_height": "0.32",
 | 
			
		||||
	"infill_combination": "0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,9 +18,6 @@
 | 
			
		|||
	"brim_object_gap": "0",
 | 
			
		||||
	"compatible_printers_condition": "",
 | 
			
		||||
	"print_sequence": "by layer",
 | 
			
		||||
	"default_acceleration": "3000",
 | 
			
		||||
	"outer_wall_acceleration": "3000",
 | 
			
		||||
	"top_surface_acceleration": "3000",
 | 
			
		||||
	"bridge_no_support": "0",
 | 
			
		||||
	"draft_shield": "disabled",
 | 
			
		||||
	"elefant_foot_compensation": "0.1",
 | 
			
		||||
| 
						 | 
				
			
			@ -31,9 +28,6 @@
 | 
			
		|||
	"infill_direction": "45",
 | 
			
		||||
	"sparse_infill_density": "15%",
 | 
			
		||||
	"sparse_infill_pattern": "grid",
 | 
			
		||||
	"initial_layer_acceleration": "1000",
 | 
			
		||||
	"travel_acceleration": "3000",
 | 
			
		||||
	"inner_wall_acceleration": "3000",
 | 
			
		||||
	"initial_layer_line_width": "0.6",
 | 
			
		||||
	"initial_layer_print_height": "0.32",
 | 
			
		||||
	"infill_combination": "0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,9 +18,6 @@
 | 
			
		|||
	"brim_object_gap": "0",
 | 
			
		||||
	"compatible_printers_condition": "",
 | 
			
		||||
	"print_sequence": "by layer",
 | 
			
		||||
	"default_acceleration": "3000",
 | 
			
		||||
	"outer_wall_acceleration": "3000",
 | 
			
		||||
	"top_surface_acceleration": "3000",
 | 
			
		||||
	"bridge_no_support": "0",
 | 
			
		||||
	"draft_shield": "disabled",
 | 
			
		||||
	"elefant_foot_compensation": "0.1",
 | 
			
		||||
| 
						 | 
				
			
			@ -31,9 +28,6 @@
 | 
			
		|||
	"infill_direction": "45",
 | 
			
		||||
	"sparse_infill_density": "15%",
 | 
			
		||||
	"sparse_infill_pattern": "grid",
 | 
			
		||||
	"initial_layer_acceleration": "1000",
 | 
			
		||||
	"travel_acceleration": "3000",
 | 
			
		||||
	"inner_wall_acceleration": "3000",
 | 
			
		||||
	"initial_layer_line_width": "0.8",
 | 
			
		||||
	"initial_layer_print_height": "0.36",
 | 
			
		||||
	"infill_combination": "0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,9 +18,6 @@
 | 
			
		|||
	"brim_object_gap": "0",
 | 
			
		||||
	"compatible_printers_condition": "",
 | 
			
		||||
	"print_sequence": "by layer",
 | 
			
		||||
	"default_acceleration": "3000",
 | 
			
		||||
	"outer_wall_acceleration": "3000",
 | 
			
		||||
	"top_surface_acceleration": "3000",
 | 
			
		||||
	"bridge_no_support": "0",
 | 
			
		||||
	"draft_shield": "disabled",
 | 
			
		||||
	"elefant_foot_compensation": "0.1",
 | 
			
		||||
| 
						 | 
				
			
			@ -31,9 +28,6 @@
 | 
			
		|||
	"infill_direction": "45",
 | 
			
		||||
	"sparse_infill_density": "15%",
 | 
			
		||||
	"sparse_infill_pattern": "grid",
 | 
			
		||||
	"initial_layer_acceleration": "1000",
 | 
			
		||||
	"travel_acceleration": "3000",
 | 
			
		||||
	"inner_wall_acceleration": "3000",
 | 
			
		||||
	"initial_layer_line_width": "0.8",
 | 
			
		||||
	"initial_layer_print_height": "0.44",
 | 
			
		||||
	"infill_combination": "0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,9 +18,6 @@
 | 
			
		|||
	"brim_object_gap": "0",
 | 
			
		||||
	"compatible_printers_condition": "",
 | 
			
		||||
	"print_sequence": "by layer",
 | 
			
		||||
	"default_acceleration": "3000",
 | 
			
		||||
	"outer_wall_acceleration": "3000",
 | 
			
		||||
	"top_surface_acceleration": "3000",
 | 
			
		||||
	"bridge_no_support": "0",
 | 
			
		||||
	"draft_shield": "disabled",
 | 
			
		||||
	"elefant_foot_compensation": "0.1",
 | 
			
		||||
| 
						 | 
				
			
			@ -31,9 +28,6 @@
 | 
			
		|||
	"infill_direction": "45",
 | 
			
		||||
	"sparse_infill_density": "15%",
 | 
			
		||||
	"sparse_infill_pattern": "grid",
 | 
			
		||||
	"initial_layer_acceleration": "1000",
 | 
			
		||||
	"travel_acceleration": "3000",
 | 
			
		||||
	"inner_wall_acceleration": "3000",
 | 
			
		||||
	"initial_layer_line_width": "0.8",
 | 
			
		||||
	"initial_layer_print_height": "0.52",
 | 
			
		||||
	"infill_combination": "0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,9 +18,6 @@
 | 
			
		|||
	"brim_object_gap": "0",
 | 
			
		||||
	"compatible_printers_condition": "",
 | 
			
		||||
	"print_sequence": "by layer",
 | 
			
		||||
	"default_acceleration": "3000",
 | 
			
		||||
	"outer_wall_acceleration": "3000",
 | 
			
		||||
	"top_surface_acceleration": "3000",
 | 
			
		||||
	"bridge_no_support": "0",
 | 
			
		||||
	"draft_shield": "disabled",
 | 
			
		||||
	"elefant_foot_compensation": "0.1",
 | 
			
		||||
| 
						 | 
				
			
			@ -31,9 +28,6 @@
 | 
			
		|||
	"infill_direction": "45",
 | 
			
		||||
	"sparse_infill_density": "15%",
 | 
			
		||||
	"sparse_infill_pattern": "grid",
 | 
			
		||||
	"initial_layer_acceleration": "1000",
 | 
			
		||||
	"travel_acceleration": "3000",
 | 
			
		||||
	"inner_wall_acceleration": "3000",
 | 
			
		||||
	"initial_layer_line_width": "0.8",
 | 
			
		||||
	"initial_layer_print_height": "0.60",
 | 
			
		||||
	"infill_combination": "0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,104 +1,229 @@
 | 
			
		|||
{
 | 
			
		||||
    "type": "process",
 | 
			
		||||
    "name": "fdm_process_comgrow_common",
 | 
			
		||||
    "from": "system",
 | 
			
		||||
    "instantiation": "false",
 | 
			
		||||
    "inherits": "fdm_process_common",
 | 
			
		||||
    "adaptive_layer_height": "0",
 | 
			
		||||
    "reduce_crossing_wall": "0",
 | 
			
		||||
    "max_travel_detour_distance": "0",
 | 
			
		||||
    "bottom_surface_pattern": "monotonic",
 | 
			
		||||
    "bottom_shell_layers": "3",
 | 
			
		||||
    "accel_to_decel_enable": "1",
 | 
			
		||||
    "accel_to_decel_factor": "50%",
 | 
			
		||||
    "bottom_shell_layers": "2",
 | 
			
		||||
    "bottom_shell_thickness": "0",
 | 
			
		||||
    "bridge_flow": "0.95",
 | 
			
		||||
    "bridge_speed": "25",
 | 
			
		||||
    "brim_width": "5",
 | 
			
		||||
    "brim_object_gap": "0.1",
 | 
			
		||||
    "compatible_printers_condition": "",
 | 
			
		||||
    "print_sequence": "by layer",
 | 
			
		||||
    "default_acceleration": "500",
 | 
			
		||||
    "top_surface_acceleration": "500",
 | 
			
		||||
    "bottom_solid_infill_flow_ratio": "1",
 | 
			
		||||
    "bottom_surface_pattern": "monotonic",
 | 
			
		||||
    "bridge_acceleration": "50%",
 | 
			
		||||
    "bridge_angle": "0",
 | 
			
		||||
    "bridge_density": "100%",
 | 
			
		||||
    "bridge_flow": "0.85",
 | 
			
		||||
    "bridge_no_support": "0",
 | 
			
		||||
    "bridge_speed": "25",
 | 
			
		||||
    "brim_ears_detection_length": "1",
 | 
			
		||||
    "brim_ears_max_angle": "125",
 | 
			
		||||
    "brim_object_gap": "0",
 | 
			
		||||
    "brim_type": "auto_brim",
 | 
			
		||||
    "brim_width": "0",
 | 
			
		||||
    "compatible_printers_condition": "",
 | 
			
		||||
    "default_acceleration": "3000",
 | 
			
		||||
    "default_jerk": "0",
 | 
			
		||||
    "detect_overhang_wall": "1",
 | 
			
		||||
    "detect_thin_wall": "1",
 | 
			
		||||
    "draft_shield": "disabled",
 | 
			
		||||
    "elefant_foot_compensation": "0",
 | 
			
		||||
    "elefant_foot_compensation": "0.1",
 | 
			
		||||
    "elefant_foot_compensation_layers": "1",
 | 
			
		||||
    "enable_arc_fitting": "0",
 | 
			
		||||
    "outer_wall_line_width": "0.4",
 | 
			
		||||
    "wall_infill_order": "inner wall/outer wall/infill",
 | 
			
		||||
    "line_width": "0.4",
 | 
			
		||||
    "infill_direction": "45",
 | 
			
		||||
    "sparse_infill_density": "15%",
 | 
			
		||||
    "sparse_infill_pattern": "grid",
 | 
			
		||||
    "initial_layer_acceleration": "500",
 | 
			
		||||
    "travel_acceleration": "700",
 | 
			
		||||
    "inner_wall_acceleration": "500",
 | 
			
		||||
    "initial_layer_line_width": "0.5",
 | 
			
		||||
    "initial_layer_print_height": "0.2",
 | 
			
		||||
    "enable_overhang_speed": "1",
 | 
			
		||||
    "enable_prime_tower": "0",
 | 
			
		||||
    "enable_support": "0",
 | 
			
		||||
    "enforce_support_layers": "0",
 | 
			
		||||
    "exclude_object": "0",
 | 
			
		||||
    "extra_perimeters_on_overhangs": "0",
 | 
			
		||||
    "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{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": "70",
 | 
			
		||||
    "gcode_add_line_number": "0",
 | 
			
		||||
    "gcode_comments": "0",
 | 
			
		||||
    "gcode_label_objects": "0",
 | 
			
		||||
    "hole_to_polyhole": "0",
 | 
			
		||||
    "hole_to_polyhole_threshold": "0.01",
 | 
			
		||||
    "hole_to_polyhole_twisted": "1",
 | 
			
		||||
    "independent_support_layer_height": "1",
 | 
			
		||||
    "infill_anchor": "400%",
 | 
			
		||||
    "infill_anchor_max": "20",
 | 
			
		||||
    "infill_combination": "0",
 | 
			
		||||
    "sparse_infill_line_width": "0.45",
 | 
			
		||||
    "infill_direction": "45",
 | 
			
		||||
    "infill_jerk": "9",
 | 
			
		||||
    "infill_wall_overlap": "23%",
 | 
			
		||||
    "inherits": "fdm_process_common",
 | 
			
		||||
    "initial_layer_acceleration": "1000",
 | 
			
		||||
    "initial_layer_infill_speed": "60",
 | 
			
		||||
    "initial_layer_jerk": "9",
 | 
			
		||||
    "initial_layer_line_width": "0.4",
 | 
			
		||||
    "initial_layer_min_bead_width": "85%",
 | 
			
		||||
    "initial_layer_print_height": "0.24",
 | 
			
		||||
    "initial_layer_speed": "40",
 | 
			
		||||
    "initial_layer_travel_speed": "100%",
 | 
			
		||||
    "inner_wall_acceleration": "3000",
 | 
			
		||||
    "inner_wall_jerk": "9",
 | 
			
		||||
    "inner_wall_line_width": "0.4",
 | 
			
		||||
    "inner_wall_speed": "160",
 | 
			
		||||
    "interface_shells": "0",
 | 
			
		||||
    "internal_bridge_speed": "150%",
 | 
			
		||||
    "internal_solid_infill_acceleration": "100%",
 | 
			
		||||
    "internal_solid_infill_line_width": "0",
 | 
			
		||||
    "internal_solid_infill_pattern": "monotonic",
 | 
			
		||||
    "internal_solid_infill_speed": "200",
 | 
			
		||||
    "ironing_angle": "-1",
 | 
			
		||||
    "ironing_flow": "15%",
 | 
			
		||||
    "ironing_spacing": "0.1",
 | 
			
		||||
    "ironing_pattern": "zig-zag",
 | 
			
		||||
    "ironing_spacing": "0.25",
 | 
			
		||||
    "ironing_speed": "15",
 | 
			
		||||
    "ironing_type": "no ironing",
 | 
			
		||||
    "layer_height": "0.2",
 | 
			
		||||
    "reduce_infill_retraction": "1",
 | 
			
		||||
    "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode",
 | 
			
		||||
    "detect_overhang_wall": "1",
 | 
			
		||||
    "line_width": "0.4",
 | 
			
		||||
    "make_overhang_printable": "0",
 | 
			
		||||
    "make_overhang_printable_angle": "55",
 | 
			
		||||
    "make_overhang_printable_hole_size": "0",
 | 
			
		||||
    "max_bridge_length": "10",
 | 
			
		||||
    "max_travel_detour_distance": "0",
 | 
			
		||||
    "max_volumetric_extrusion_rate_slope": "0",
 | 
			
		||||
    "max_volumetric_extrusion_rate_slope_segment_length": "3",
 | 
			
		||||
    "min_bead_width": "85%",
 | 
			
		||||
    "min_feature_size": "25%",
 | 
			
		||||
    "min_width_top_surface": "300%",
 | 
			
		||||
    "minimum_sparse_infill_area": "10",
 | 
			
		||||
    "only_one_wall_first_layer": "0",
 | 
			
		||||
    "only_one_wall_top": "0",
 | 
			
		||||
    "ooze_prevention": "0",
 | 
			
		||||
    "outer_wall_acceleration": "1000",
 | 
			
		||||
    "outer_wall_jerk": "9",
 | 
			
		||||
    "outer_wall_speed": "140",
 | 
			
		||||
    "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": "3",
 | 
			
		||||
    "print_settings_id": "",
 | 
			
		||||
    "raft_layers": "0",
 | 
			
		||||
    "seam_position": "aligned",
 | 
			
		||||
    "skirt_distance": "2",
 | 
			
		||||
    "skirt_height": "1",
 | 
			
		||||
    "skirt_loops": "1",
 | 
			
		||||
    "minimum_sparse_infill_area": "15",
 | 
			
		||||
    "internal_solid_infill_line_width": "0.4",
 | 
			
		||||
    "spiral_mode": "0",
 | 
			
		||||
    "standby_temperature_delta": "-5",
 | 
			
		||||
    "enable_support": "0",
 | 
			
		||||
    "resolution": "0.012",
 | 
			
		||||
    "support_type": "normal(auto)",
 | 
			
		||||
    "support_style": "default",
 | 
			
		||||
    "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": "2",
 | 
			
		||||
    "support_interface_bottom_layers": "2",
 | 
			
		||||
    "support_interface_spacing": "0.5",
 | 
			
		||||
    "support_interface_speed": "80",
 | 
			
		||||
    "support_base_pattern": "rectilinear",
 | 
			
		||||
    "support_base_pattern_spacing": "2.5",
 | 
			
		||||
    "support_speed": "150",
 | 
			
		||||
    "support_threshold_angle": "30",
 | 
			
		||||
    "support_object_xy_distance": "0.35",
 | 
			
		||||
    "tree_support_branch_angle": "45",
 | 
			
		||||
    "tree_support_wall_count": "0",
 | 
			
		||||
    "detect_thin_wall": "0",
 | 
			
		||||
    "top_surface_pattern": "monotonic",
 | 
			
		||||
    "top_surface_line_width": "0.4",
 | 
			
		||||
    "top_shell_layers": "3",
 | 
			
		||||
    "top_shell_thickness": "0.8",
 | 
			
		||||
    "initial_layer_speed": "15",
 | 
			
		||||
    "initial_layer_infill_speed": "20",
 | 
			
		||||
    "outer_wall_speed": "25",
 | 
			
		||||
    "inner_wall_speed": "40",
 | 
			
		||||
    "internal_solid_infill_speed": "40",
 | 
			
		||||
    "top_surface_speed": "30",
 | 
			
		||||
    "gap_infill_speed": "30",
 | 
			
		||||
    "sparse_infill_speed": "50",
 | 
			
		||||
    "travel_speed": "150",
 | 
			
		||||
    "enable_prime_tower": "0",
 | 
			
		||||
    "wipe_tower_no_sparse_layers": "0",
 | 
			
		||||
    "overhang_reverse": "0",
 | 
			
		||||
    "overhang_reverse_threshold": "50%",
 | 
			
		||||
    "overhang_speed_classic": "0",
 | 
			
		||||
    "post_process": [],
 | 
			
		||||
    "precise_outer_wall": "0",
 | 
			
		||||
    "prime_tower_brim_width": "3",
 | 
			
		||||
    "prime_tower_width": "60",
 | 
			
		||||
    "xy_hole_compensation": "0",
 | 
			
		||||
    "xy_contour_compensation": "0"
 | 
			
		||||
    "prime_volume": "45",
 | 
			
		||||
    "print_flow_ratio": "1",
 | 
			
		||||
    "print_sequence": "by layer",
 | 
			
		||||
    "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": "5%",
 | 
			
		||||
    "seam_position": "aligned",
 | 
			
		||||
    "single_extruder_multi_material_priming": "1",
 | 
			
		||||
    "skirt_distance": "3",
 | 
			
		||||
    "skirt_height": "2",
 | 
			
		||||
    "skirt_loops": "0",
 | 
			
		||||
    "skirt_speed": "50",
 | 
			
		||||
    "slice_closing_radius": "0.049",
 | 
			
		||||
    "slicing_mode": "regular",
 | 
			
		||||
    "slow_down_layers": "0",
 | 
			
		||||
    "slowdown_for_curled_perimeters": "0",
 | 
			
		||||
    "small_perimeter_speed": "50%",
 | 
			
		||||
    "small_perimeter_threshold": "0",
 | 
			
		||||
    "solid_infill_filament": "1",
 | 
			
		||||
    "sparse_infill_acceleration": "100%",
 | 
			
		||||
    "sparse_infill_density": "10%",
 | 
			
		||||
    "sparse_infill_filament": "1",
 | 
			
		||||
    "sparse_infill_line_width": "0.4",
 | 
			
		||||
    "sparse_infill_pattern": "adaptivecubic",
 | 
			
		||||
    "sparse_infill_speed": "200",
 | 
			
		||||
    "spiral_mode": "0",
 | 
			
		||||
    "staggered_inner_seams": "0",
 | 
			
		||||
    "standby_temperature_delta": "-5",
 | 
			
		||||
    "support_angle": "0",
 | 
			
		||||
    "support_base_pattern": "rectilinear",
 | 
			
		||||
    "support_base_pattern_spacing": "0.2",
 | 
			
		||||
    "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": "-1",
 | 
			
		||||
    "support_interface_filament": "0",
 | 
			
		||||
    "support_interface_loop_pattern": "0",
 | 
			
		||||
    "support_interface_pattern": "rectilinear",
 | 
			
		||||
    "support_interface_spacing": "0.2",
 | 
			
		||||
    "support_interface_speed": "80",
 | 
			
		||||
    "support_interface_top_layers": "3",
 | 
			
		||||
    "support_object_xy_distance": "0.35",
 | 
			
		||||
    "support_on_build_plate_only": "0",
 | 
			
		||||
    "support_remove_small_overhang": "1",
 | 
			
		||||
    "support_speed": "140",
 | 
			
		||||
    "support_style": "grid",
 | 
			
		||||
    "support_threshold_angle": "40",
 | 
			
		||||
    "support_top_z_distance": "0.15",
 | 
			
		||||
    "support_type": "normal(auto)",
 | 
			
		||||
    "thick_bridges": "0",
 | 
			
		||||
    "timelapse_type": "0",
 | 
			
		||||
    "top_shell_layers": "2",
 | 
			
		||||
    "top_solid_infill_flow_ratio": "1",
 | 
			
		||||
    "top_surface_acceleration": "2000",
 | 
			
		||||
    "top_surface_jerk": "9",
 | 
			
		||||
    "top_surface_line_width": "0.4",
 | 
			
		||||
    "top_surface_pattern": "monotonic",
 | 
			
		||||
    "top_surface_speed": "40",
 | 
			
		||||
    "travel_acceleration": "3000",
 | 
			
		||||
    "travel_jerk": "12",
 | 
			
		||||
    "travel_speed": "200",
 | 
			
		||||
    "travel_speed_z": "0",
 | 
			
		||||
    "tree_support_adaptive_layer_height": "1",
 | 
			
		||||
    "tree_support_angle_slow": "25",
 | 
			
		||||
    "tree_support_auto_brim": "1",
 | 
			
		||||
    "tree_support_branch_angle": "40",
 | 
			
		||||
    "tree_support_branch_angle_organic": "40",
 | 
			
		||||
    "tree_support_branch_diameter": "5",
 | 
			
		||||
    "tree_support_branch_diameter_angle": "5",
 | 
			
		||||
    "tree_support_branch_diameter_double_wall": "3",
 | 
			
		||||
    "tree_support_branch_diameter_organic": "2",
 | 
			
		||||
    "tree_support_branch_distance": "5",
 | 
			
		||||
    "tree_support_branch_distance_organic": "1",
 | 
			
		||||
    "tree_support_brim_width": "3",
 | 
			
		||||
    "tree_support_tip_diameter": "0.8",
 | 
			
		||||
    "tree_support_top_rate": "30%",
 | 
			
		||||
    "tree_support_wall_count": "0",
 | 
			
		||||
    "version": "1.7.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": "0",
 | 
			
		||||
    "wipe_speed": "80%",
 | 
			
		||||
    "wipe_tower_bridging": "10",
 | 
			
		||||
    "wipe_tower_cone_angle": "0",
 | 
			
		||||
    "wipe_tower_extra_spacing": "100%",
 | 
			
		||||
    "wipe_tower_extruder": "0",
 | 
			
		||||
    "wipe_tower_no_sparse_layers": "0",
 | 
			
		||||
    "wipe_tower_rotation_angle": "0",
 | 
			
		||||
    "wiping_volumes_extruders": [
 | 
			
		||||
        "70",
 | 
			
		||||
        "70",
 | 
			
		||||
        "70",
 | 
			
		||||
        "70",
 | 
			
		||||
        "70",
 | 
			
		||||
        "70",
 | 
			
		||||
        "70",
 | 
			
		||||
        "70",
 | 
			
		||||
        "70",
 | 
			
		||||
        "70"
 | 
			
		||||
    ],
 | 
			
		||||
    "xy_contour_compensation": "0",
 | 
			
		||||
    "xy_hole_compensation": "0"
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue