Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2012-08-22 21:11:45 +0400
committerAlessandro Ranellucci <aar@cpan.org>2012-08-22 21:11:45 +0400
commit9e682924c7e1c34e1ad3d0e54cdd0dcdec3fe7c2 (patch)
treebf45d32cf5335f3ccaccde00ea421b682f7d3b72 /slic3r.pl
parent075213c73115b53c3fffbed1f3fc0921e0c39da9 (diff)
New separate options for retraction length to be used when switching tools
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl10
1 files changed, 8 insertions, 2 deletions
diff --git a/slic3r.pl b/slic3r.pl
index f5575c0e7..2990d5aa2 100755
--- a/slic3r.pl
+++ b/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