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:
authorp.kuiper <p.kuiper@ultimaker.com>2022-06-03 19:05:31 +0300
committerp.kuiper <p.kuiper@ultimaker.com>2022-06-03 19:05:31 +0300
commit79eb41e947b3f1a10be5395aed2865822b8814fb (patch)
tree1d1c475bc1feb7cb7f78d32c02c7543e6b787ca4 /resources/definitions
parente4b6c93c4c61b183780bd26b3cc2b7980dc89c87 (diff)
Add zigzag support pattern to ultimaker.def.json.
Relates to PP-108
Diffstat (limited to 'resources/definitions')
-rw-r--r--resources/definitions/ultimaker.def.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
index 67a602bd19..69c716dc4c 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -220,6 +220,9 @@
"zig_zaggify_support": {
"value": true
},
+ "support_pattern": {
+ "value": "'zigzag'"
+ },
"support_infill_rate": {
"value": "0 if support_enable and support_structure == 'tree' else (80 if support_interface_enable else 15)"
},