From 785d24732d99201f3710c26ac195445f357e2d9d Mon Sep 17 00:00:00 2001 From: NilsRo Date: Sun, 23 Jan 2022 21:16:40 +0100 Subject: [PATCH] reduced skirt line count as there is also minimum length --- resources/definitions/anycubic_i3_mega_s.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index 80a8d7a31b..e1e6fc9dae 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -113,7 +113,7 @@ "adhesion_type": { "value": "'none' if support_enable else 'skirt'" }, "brim_replaces_support": { "value": false }, "skirt_gap": { "value": 5.0 }, - "skirt_line_count": { "value": 4 }, + "skirt_line_count": { "value": 2 }, "meshfix_maximum_deviation": { "value": 0.05 }, "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 / layer_height)))" },