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:
authorbubnikv <bubnikv@gmail.com>2017-05-19 22:48:32 +0300
committerbubnikv <bubnikv@gmail.com>2017-05-19 22:48:32 +0300
commit6fa280be0b769c8a0d42994d5e38fc548c631d7d (patch)
treee23f6215cefdc4651aca4b3631ad2a544daa0f36 /slic3r.pl
parent70db88dd90f741b89ad8b1ded7f4448864580e09 (diff)
Finished the wipe tower UI.
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/slic3r.pl b/slic3r.pl
index 060f69016..a6eee4881 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -442,6 +442,7 @@ $j
Retraction options:
--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])
+ --deretract-speed Speed for deretraction (loading of filament after a retract) 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}[0])