mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 21:05:56 +08:00
Enable min_fan_speed and disable_fan_first_layers when fan_always_on is checked
This commit is contained in:
parent
d9dc2fda00
commit
d8b1eff62f
@ -824,8 +824,9 @@ sub _update {
|
|||||||
|
|
||||||
my $cooling = $self->{config}->cooling;
|
my $cooling = $self->{config}->cooling;
|
||||||
$self->get_field($_)->toggle($cooling)
|
$self->get_field($_)->toggle($cooling)
|
||||||
for qw(min_fan_speed max_fan_speed disable_fan_first_layers
|
for qw(max_fan_speed fan_below_layer_time slowdown_below_layer_time min_print_speed);
|
||||||
fan_below_layer_time slowdown_below_layer_time min_print_speed);
|
$self->get_field($_)->toggle($cooling || $self->{config}->fan_always_on)
|
||||||
|
for qw(min_fan_speed disable_fan_first_layers);
|
||||||
}
|
}
|
||||||
|
|
||||||
sub _update_description {
|
sub _update_description {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user