Add 'Scale Fan Speed From 0 to 1' Setting.

Will help fix #11264 -- See also backend (CuraEngine) PR with the same branch-name.
This commit is contained in:
Remco Burema 2022-01-26 19:15:54 +01:00
parent 20907bc295
commit 35045170f2

View File

@ -758,6 +758,16 @@
"default_value": 10.0,
"settable_per_mesh": false,
"settable_per_extruder": true
},
"machine_scale_fan_speed_zero_to_one":
{
"label": "Scale Fan Speed To 0-1",
"description": "Scale the fan speed to be between 0 and 1 instead of between 0 and 256.",
"type": "bool",
"default_value": true,
"settable_per_mesh": false,
"settable_per_extruder": false,
"settable_per_meshgroup": false
}
}
},