Typo in command line help (wrong default for default_acceleration). #2283
This commit is contained in:
parent
6573ae002a
commit
0d2dcbc85b
@ -194,7 +194,7 @@ The author of the Silk icon set is Mark James.
|
|||||||
to disable; default: 0)
|
to disable; default: 0)
|
||||||
--default-acceleration
|
--default-acceleration
|
||||||
Acceleration will be reset to this value after the specific settings above
|
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:
|
Accuracy options:
|
||||||
--layer-height Layer height in mm (default: 0.3)
|
--layer-height Layer height in mm (default: 0.3)
|
||||||
|
@ -341,7 +341,7 @@ $j
|
|||||||
to disable; default: $config->{first_layer_acceleration})
|
to disable; default: $config->{first_layer_acceleration})
|
||||||
--default-acceleration
|
--default-acceleration
|
||||||
Acceleration will be reset to this value after the specific settings above
|
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:
|
Accuracy options:
|
||||||
--layer-height Layer height in mm (default: $config->{layer_height})
|
--layer-height Layer height in mm (default: $config->{layer_height})
|
||||||
|
Loading…
Reference in New Issue
Block a user