From dfd51f1e88eaa969697f1eabd78ff6def301ca93 Mon Sep 17 00:00:00 2001 From: Paul Kuiper <46715907+pkuiper-ultimaker@users.noreply.github.com> Date: Mon, 28 Nov 2022 16:47:44 +0100 Subject: [PATCH] Changed the support interface pattern from concentric to zigzag, this will also automatically put a wall around the support interface. Relates to PP-183 --- resources/definitions/ultimaker.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json index 9a41c1ac6b..f9e4a0ad78 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -104,7 +104,7 @@ "support_interface_height": { "value": "2 * layer_height" }, "support_interface_material_flow": { "value": "skin_material_flow" }, "support_interface_offset": { "value": "support_offset" }, - "support_interface_pattern": { "value": "'concentric'" }, + "support_interface_pattern": { "value": "'zigzag'" }, "support_interface_skip_height": { "value": "layer_height" }, "support_line_distance": { "minimum_value_warning": "0 if support_structure == 'tree' else support_line_width" }, "support_offset": { "value": "support_xy_distance if support_interface_enable else 0" },