From b14774292fb6b147e0a5a3b49dd0135fcb54ef22 Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Tue, 28 Jun 2022 13:58:45 +0200 Subject: reduce minimum support xy distance Setting this value smaller could cause scarring when the nozzle offset calibration is not performed. A higher value causes a too big gap between the model and support, resulting in support not being attached to the model on sloped surfaces. PP-185 --- resources/definitions/ultimaker.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/definitions') diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json index 5a46a69c72..c5352f60ef 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -239,7 +239,7 @@ "value": "1" }, "support_xy_distance_overhang": { - "value": "wall_line_width_0" + "value": "0.2" }, "minimum_support_area": { "value": "(2 + support_offset)**2" -- cgit v1.2.3