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>2014-09-25 00:23:51 +0400
committerAlessandro Ranellucci <aar@cpan.org>2014-09-25 00:25:23 +0400
commit0d2dcbc85ba749872887d16ed826fdd4a6f64ef2 (patch)
tree93fea8e268f1f4711a3f0107c44cf3461e5a4bfb /slic3r.pl
parent6573ae002ae1d30aa980ae6a065da475fbd8d939 (diff)
Typo in command line help (wrong default for default_acceleration). #2283
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/slic3r.pl b/slic3r.pl
index 7379a61dd..354bae3ac 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -341,7 +341,7 @@ $j
to disable; default: $config->{first_layer_acceleration})
--default-acceleration
Acceleration will be reset to this value after the specific settings above
- have been applied. (mm/s^2, set zero to disable; default: $config->{travel_speed})
+ have been applied. (mm/s^2, set zero to disable; default: $config->{default_acceleration})
Accuracy options:
--layer-height Layer height in mm (default: $config->{layer_height})