1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Limit fan speed to 100% :-)

This commit is contained in:
Alessandro Ranellucci
2013-06-21 16:08:16 +02:00
parent 19b40baf55
commit 90d8da0e0d
+3 -3
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' => {