From 53a535a077305716f2a389b8379e39874637e8e2 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 26 Sep 2019 17:05:05 +0200 Subject: [PATCH] Warn when difference between X/Y distance and minimum X/Y distance is too big This could cause a large overhang. Contributes to issue CURA-6106. --- resources/definitions/fdmprinter.def.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 4234ec9e5a..cedcc3b036 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -4403,6 +4403,7 @@ "unit": "mm", "type": "float", "minimum_value": "0", + "minimum_value_warning": "support_xy_distance - support_line_width * 2", "maximum_value_warning": "support_xy_distance", "default_value": 0.2, "value": "machine_nozzle_size / 2",