From 91b8ac3882102bab1982a4120f0129aa2225b640 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Thu, 4 Jul 2024 09:25:03 +0200 Subject: [PATCH] Fuzzy skin outside-only detection: Set defaults to 'old behaviour'. Policy to not confuse already existing users. part of CURA-11887 --- resources/definitions/fdmprinter.def.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 4141c7b871..4551c7355d 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -8136,9 +8136,8 @@ "description": "The maximum ratio of the size of the openings versus the circumference of the convex subsections of a layer. Fuzz the parts that have a smaller ratio than this (so, larger ratios will encourage more fuzzed skin). -- Helps determine what is considered 'outside' when 'Fuzzy Skin Outside Only' is enabled. (If there is no opening the ratio is 0.)", "type": "float", "unit": "%", - "default_value": 35.0, + "default_value": 0.0, "minimum_value": "0.0", - "minimum_value_warning": "0.05", "maximum_value": "50.0", "enabled": "magic_fuzzy_skin_enabled and magic_fuzzy_skin_outside_only and not interlocking_enable", "limit_to_extruder": "wall_0_extruder_nr",