mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 20:51:12 -06:00 
			
		
		
		
	Merge branch 'per-extruder-retraction-settings'
Conflicts: lib/Slic3r/Config.pm lib/Slic3r/GUI/Tab.pm
This commit is contained in:
		
						commit
						9ca21c835c
					
				
					 5 changed files with 68 additions and 47 deletions
				
			
		
							
								
								
									
										10
									
								
								slic3r.pl
									
										
									
									
									
								
							
							
						
						
									
										10
									
								
								slic3r.pl
									
										
									
									
									
								
							|  | @ -227,14 +227,14 @@ $j | |||
|    | ||||
|    Retraction options: | ||||
|     --retract-length    Length of retraction in mm when pausing extrusion  | ||||
|                         (default: $config->{retract_length}) | ||||
|     --retract-speed     Speed for retraction in mm/s (default: $config->{retract_speed}) | ||||
|                         (default: $config->{retract_length}[0]) | ||||
|     --retract-speed     Speed for retraction in mm/s (default: $config->{retract_speed}[0]) | ||||
|     --retract-restart-extra | ||||
|                         Additional amount of filament in mm to push after | ||||
|                         compensating retraction (default: $config->{retract_restart_extra}) | ||||
|                         compensating retraction (default: $config->{retract_restart_extra}[0]) | ||||
|     --retract-before-travel | ||||
|                         Only retract before travel moves of this length in mm (default: $config->{retract_before_travel}) | ||||
|     --retract-lift      Lift Z by the given distance in mm when retracting (default: $config->{retract_lift}) | ||||
|                         Only retract before travel moves of this length in mm (default: $config->{retract_before_travel}[0]) | ||||
|     --retract-lift      Lift Z by the given distance in mm when retracting (default: $config->{retract_lift}[0]) | ||||
|     | ||||
|    Cooling options: | ||||
|     --cooling           Enable fan and cooling control | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci