mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	set default internal_solid_infill_pattern to monotonic for Qidi machines
This commit is contained in:
		
							parent
							
								
									e7507e1af5
								
							
						
					
					
						commit
						01ff70197b
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -79,7 +79,7 @@ | |||
|     "initial_layer_travel_speed": "50%", | ||||
|     "inner_wall_speed": "200", | ||||
|     "internal_bridge_speed": "50", | ||||
|     "internal_solid_infill_pattern": "zig-zag", | ||||
|     "internal_solid_infill_pattern": "monotonic", | ||||
|     "internal_solid_infill_speed": "200", | ||||
|     "is_custom_defined": "0", | ||||
|     "layer_height": "0.28", | ||||
|  |  | |||
|  | @ -111,7 +111,7 @@ | |||
|     "wall_generator": "classic", | ||||
|     "gcode_label_objects": "0", | ||||
|     "internal_bridge_speed": "50", | ||||
|     "internal_solid_infill_pattern": "zig-zag", | ||||
|     "internal_solid_infill_pattern": "monotonic", | ||||
|     "initial_layer_travel_speed": "50%", | ||||
|     "notes": "If you want to use Orca's chamber temperature control feature, check that printer.cfg has added the following M191 macro.\nTo add it: go to Fluidd web interface--configuration, copy the following code to the bottom of the printer.cfg document, SAVE&RESATART  \n\n[gcode_macro M191]\ngcode:\n    #Parameters\n    {% set s = params.S|float %}\n    \n    M141 {% for p in params %}{'%s%s' % (p, params[p])}{% endfor %}  ; Set hotend temp\n    {% if s != 0 %}\n        TEMPERATURE_WAIT SENSOR=\"heater_generic hot\" MINIMUM={s} MAXIMUM={s+1}   ; Wait for hotend temp (within 1 degree)\n    {% endif %}" | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 SoftFever
						SoftFever