From 5a73ff727148df08c08718641e053a350d49bba7 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Tue, 8 Oct 2024 14:45:18 +0200 Subject: [PATCH] Clarify new behaviour of overhanging wall to user. part of CURA-12078 --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 9238345167..805da87cd8 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -8367,7 +8367,7 @@ "wall_overhang_angle": { "label": "Overhanging Wall Angle", - "description": "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either.", + "description": "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either. Furthermore, any line that's less than half overhanging will also not be treated as overhang.", "unit": "\u00b0", "type": "float", "minimum_value": "0",