Rename standby_temperature to ooze_prevention. #1523

This commit is contained in:
Alessandro Ranellucci 2013-11-15 16:01:15 +01:00
parent 5e78f8a0b0
commit beb7939e22
7 changed files with 28 additions and 17 deletions

View file

@ -226,10 +226,10 @@ our $Options = {
},
# multiple extruder options
'standby_temperature' => {
'ooze_prevention' => {
label => 'Enable',
tooltip => 'This option will drop the temperature of the inactive extruders to prevent oozing. It will enable a tall skirt automatically and move extruders outside such skirt when changing temperatures.',
cli => 'standby-temperature!',
cli => 'ooze-prevention!',
type => 'bool',
default => 0,
},