mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Should be false by default.
Otherwise it'll mess up for most existing printers. part of CURA-9078
This commit is contained in:
parent
af454600a2
commit
657890158e
1 changed files with 1 additions and 1 deletions
|
@ -764,7 +764,7 @@
|
|||
"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,
|
||||
"default_value": false,
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false,
|
||||
"settable_per_meshgroup": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue