Typo in command line help (wrong default for default_acceleration). #2283

This commit is contained in:
Alessandro Ranellucci 2014-09-24 22:23:51 +02:00
parent 6573ae002a
commit 0d2dcbc85b
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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})