From 863e1ecbae19644384e484cf88a3b4e0ae4a86aa Mon Sep 17 00:00:00 2001 From: Paul Kuiper <46715907+pkuiper-ultimaker@users.noreply.github.com> Date: Mon, 5 Sep 2022 14:24:26 +0200 Subject: [PATCH] Enable zigzag instead of the lines paatern on the skin layers. This improves print speed and quality. I used to decrease bridging quality, but due to enabling experimental bridging in the print profiles this can now be used. Relates to PP-29 --- resources/definitions/ultimaker.def.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json index 008042eb73..2abc3f1932 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -72,6 +72,9 @@ "roofing_material_flow": { "value": "material_flow" }, + "roofing_pattern": { + "value": "'zigzag'" + }, "skin_material_flow": { "value": "0.95 * material_flow" }, @@ -268,6 +271,9 @@ }, "support_z_distance": { "value": "0" + }, + "top_bottom_pattern": { + "value": "'zigzag'" } } }