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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2015-12-18 20:36:39 +0300
committerAlessandro Ranellucci <aar@cpan.org>2015-12-18 20:36:39 +0300
commit8138fbf349a33adf35a61eccd931908d15dbdbf6 (patch)
tree7c7a39c75fc902063c32fd8f7eb63d8e3a4ffe0c /slic3r.pl
parent562efc16771c7870edcd5ceac51081598a14726a (diff)
New --retract-lift-above and --retract-lift-below options. #763 #3057
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/slic3r.pl b/slic3r.pl
index 0fbd3bbba..b1f40847d 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -439,6 +439,8 @@ $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])
+ --retract-lift-above Only lift Z when above the specified height (default: $config->{retract_lift_above}[0])
+ --retract-lift-below Only lift Z when below the specified height (default: $config->{retract_lift_below}[0])
--retract-layer-change
Enforce a retraction before each Z move (default: no)
--wipe Wipe the nozzle while doing a retraction (default: no)