From 79eb41e947b3f1a10be5395aed2865822b8814fb Mon Sep 17 00:00:00 2001 From: "p.kuiper" Date: Fri, 3 Jun 2022 18:05:31 +0200 Subject: [PATCH] Add zigzag support pattern to ultimaker.def.json. Relates to PP-108 --- resources/definitions/ultimaker.def.json | 3 +++ 1 file changed, 3 insertions(+) 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)" },