mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-08 08:29:00 +08:00
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:
parent
20907bc295
commit
35045170f2
@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user