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:
Alessandro Ranellucci 2013-05-10 15:09:27 +02:00
parent 993fcd9182
commit bac5093de4
3 changed files with 15 additions and 8 deletions

View file

@ -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,