Fix --help, wrong default were displayed for a couple options. #2541

This commit is contained in:
Alessandro Ranellucci 2015-01-15 17:49:22 +01:00
parent 24e8307e68
commit 306bc02e29
2 changed files with 3 additions and 3 deletions

View File

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

View File

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