Fix --help, wrong default were displayed for a couple options. #2541
This commit is contained in:
parent
24e8307e68
commit
306bc02e29
@ -279,7 +279,7 @@ The author of the Silk icon set is Mark James.
|
||||
|
||||
Retraction options for multi-extruder setups:
|
||||
--retract-length-toolchange
|
||||
Length of retraction in mm when disabling tool (default: 1)
|
||||
Length of retraction in mm when disabling tool (default: 10)
|
||||
--retract-restart-extra-toolchange
|
||||
Additional amount of filament in mm to push after
|
||||
switching tool (default: 0)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user