Fuzzy skin outside-only detection: Set defaults to 'old behaviour'.

Policy to not confuse already existing users.

part of CURA-11887
This commit is contained in:
Remco Burema 2024-07-04 09:25:03 +02:00
parent 45f115e717
commit 91b8ac3882

View File

@ -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.)", "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", "type": "float",
"unit": "%", "unit": "%",
"default_value": 35.0, "default_value": 0.0,
"minimum_value": "0.0", "minimum_value": "0.0",
"minimum_value_warning": "0.05",
"maximum_value": "50.0", "maximum_value": "50.0",
"enabled": "magic_fuzzy_skin_enabled and magic_fuzzy_skin_outside_only and not interlocking_enable", "enabled": "magic_fuzzy_skin_enabled and magic_fuzzy_skin_outside_only and not interlocking_enable",
"limit_to_extruder": "wall_0_extruder_nr", "limit_to_extruder": "wall_0_extruder_nr",