Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemco Burema <r.burema@ultimaker.com>2022-03-31 15:06:54 +0300
committerRemco Burema <r.burema@ultimaker.com>2022-03-31 15:06:54 +0300
commit657890158e4bd0c2446a2c52c8b07c2c56067a1a (patch)
tree2a79995f6a217365ccd78e94f050944d681ccf61 /resources/definitions/fdmprinter.def.json
parentaf454600a279b474305b42e491a4ea033c290ae1 (diff)
Should be false by default.
Otherwise it'll mess up for most existing printers. part of CURA-9078
Diffstat (limited to 'resources/definitions/fdmprinter.def.json')
-rw-r--r--resources/definitions/fdmprinter.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index 1b8f942474..4ab56d116c 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -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