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",