Limit fan speed to 100% :-)

xs
Alessandro Ranellucci 2013-06-21 16:08:16 +02:00
parent 19b40baf55
commit 90d8da0e0d
1 changed files with 3 additions and 3 deletions

View File

@ -846,7 +846,7 @@ END
sidetext => '%',
cli => 'min-fan-speed=i',
type => 'i',
max => 1000,
max => 100,
default => 35,
},
'max_fan_speed' => {
@ -855,7 +855,7 @@ END
sidetext => '%',
cli => 'max-fan-speed=i',
type => 'i',
max => 1000,
max => 100,
default => 100,
},
'bridge_fan_speed' => {
@ -864,7 +864,7 @@ END
sidetext => '%',
cli => 'bridge-fan-speed=i',
type => 'i',
max => 1000,
max => 100,
default => 100,
},
'fan_below_layer_time' => {