mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Alwyas apply disable_fan_first_layers, even if cooling is disabled, since fan_always_on is applied in that case as well. Update descriptive text and have it appear in case of disabled auto cooling. #1166
This commit is contained in:
parent
993fcd9182
commit
bac5093de4
3 changed files with 15 additions and 8 deletions
|
@ -826,8 +826,8 @@ END
|
|||
|
||||
# cooling options
|
||||
'cooling' => {
|
||||
label => 'Enable cooling',
|
||||
tooltip => 'This flag enables all the cooling features.',
|
||||
label => 'Enable auto cooling',
|
||||
tooltip => 'This flag enables the automatic cooling logic that adjusts print speed and fan speed according to layer printing time.',
|
||||
cli => 'cooling!',
|
||||
type => 'bool',
|
||||
default => 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue