mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17: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
|
@ -115,6 +115,7 @@ our $retract_before_travel = 2; # mm
|
|||
our $retract_lift = 0; # mm
|
||||
|
||||
# cooling options
|
||||
our $cooling = 0;
|
||||
our $min_fan_speed = 35;
|
||||
our $max_fan_speed = 100;
|
||||
our $bridge_fan_speed = 100;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue