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-01-15 19:49:22 +0300
committerAlessandro Ranellucci <aar@cpan.org>2015-01-15 19:49:22 +0300
commit306bc02e295e64fbc739da25cb82390c8c25827c (patch)
tree46ba7b391942c23bde4904348778b4e9205d7ff3 /slic3r.pl
parent24e8307e68dfad448513c5a457df8c1d415fbbfe (diff)
Fix --help, wrong default were displayed for a couple options. #2541
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/slic3r.pl b/slic3r.pl
index 4b039f5fc..3e782ebb5 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -431,10 +431,10 @@ $j
Retraction options for multi-extruder setups:
--retract-length-toolchange
- Length of retraction in mm when disabling tool (default: $config->{retract_length}[0])
+ Length of retraction in mm when disabling tool (default: $config->{retract_length_toolchange}[0])
--retract-restart-extra-toolchange
Additional amount of filament in mm to push after
- switching tool (default: $config->{retract_restart_extra}[0])
+ switching tool (default: $config->{retract_restart_extra_toolchange}[0])
Cooling options:
--cooling Enable fan and cooling control