From 943e126cb4cbf0138346f59cedad33ab441fcae4 Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Tue, 15 Mar 2022 09:44:05 +0100 Subject: [PATCH] set wall thickness to two lines by default With this equation the wall line count is two by default and exactly matches the wall thickness that will be printed. PP-115 --- 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 e8eae781d1..aaa70e6385 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -47,6 +47,9 @@ "line_width": { "value": "machine_nozzle_size" }, + "wall_thickness": { + "value": "wall_line_width_0 + wall_line_width_x" + }, "infill_before_walls": { "value": "False" },