Skip to content

Commit

Permalink
Typo in command line help (wrong default for default_acceleration). #…
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed Sep 24, 2014
1 parent 6573ae0 commit 0d2dcbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -194,7 +194,7 @@ The author of the Silk icon set is Mark James.
to disable; default: 0)
--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: 130)
have been applied. (mm/s^2, set zero to disable; default: 0)

Accuracy options:
--layer-height Layer height in mm (default: 0.3)
Expand Down
2 changes: 1 addition & 1 deletion slic3r.pl
Expand Up @@ -341,7 +341,7 @@ sub usage {
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})
Expand Down

0 comments on commit 0d2dcbc

Please sign in to comment.