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-07-12 13:18:38 +0300
committerRemco Burema <r.burema@ultimaker.com>2022-07-12 13:18:38 +0300
commitb268657fbdedd768676749eeb9fd2a2c21850ec7 (patch)
tree3965fed1a2f73a4b2291668f5e1da52bcc1d17bf
parent51da6ca87b7647feb31a928671e01f48c71c887a (diff)
Enable Alternate Wall Dirs for end-users too.
It's a little bit unclear, but the initial reason we set this to false was because we wanted to make sure most of the 'metal print' releated features dropped in 5.1, not 5.0? still CURA-8097 .. sort of
-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 d8f6ad05cd..823b2f0b4f 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -8040,7 +8040,7 @@
"description": "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing.",
"type": "bool",
"default_value": false,
- "enabled": false,
+ "enabled": true,
"settable_per_mesh": true,
"settable_per_extruder": true
},