Add zigzag support pattern to ultimaker.def.json.

Relates to PP-108
This commit is contained in:
p.kuiper 2022-06-03 18:05:31 +02:00
parent e4b6c93c4c
commit 79eb41e947

View file

@ -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)"
},