mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
New --cooling option and checkbox to enable/disable fan and cooling control
This commit is contained in:
parent
70e69be60a
commit
170d29a789
7 changed files with 33 additions and 24 deletions
|
@ -293,6 +293,11 @@ our $Options = {
|
|||
},
|
||||
|
||||
# cooling options
|
||||
'cooling' => {
|
||||
label => 'Enable cooling',
|
||||
cli => 'cooling',
|
||||
type => 'bool',
|
||||
},
|
||||
'min_fan_speed' => {
|
||||
label => 'Min fan speed (%)',
|
||||
cli => 'min-fan-speed=i',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue