mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Rename standby_temperature to ooze_prevention. #1523
This commit is contained in:
parent
5e78f8a0b0
commit
beb7939e22
7 changed files with 28 additions and 17 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue