mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 21:21:10 -06:00
New separate options for retraction length to be used when switching tools
This commit is contained in:
parent
075213c731
commit
9e682924c7
6 changed files with 58 additions and 17 deletions
10
slic3r.pl
10
slic3r.pl
|
|
@ -226,8 +226,7 @@ $j
|
|||
Support material angle in degrees (range: 0-90, default: $config->{support_material_angle})
|
||||
|
||||
Retraction options:
|
||||
--retract-length Length of retraction in mm when pausing extrusion
|
||||
(default: $config->{retract_length}[0])
|
||||
--retract-length Length of retraction in mm when pausing extrusion (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
|
||||
|
|
@ -235,6 +234,13 @@ $j
|
|||
--retract-before-travel
|
||||
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])
|
||||
|
||||
Retraction options for multi-extruder setups:
|
||||
--retract-length-toolchange
|
||||
Length of retraction in mm when disabling tool (default: $config->{retract_length}[0])
|
||||
--retract-restart-extra-toolchnage
|
||||
Additional amount of filament in mm to push after
|
||||
switching tool (default: $config->{retract_restart_extra}[0])
|
||||
|
||||
Cooling options:
|
||||
--cooling Enable fan and cooling control
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue