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.
This commit is contained in:
Ghostkeeper 2019-09-26 17:05:05 +02:00
parent 648f167911
commit 53a535a077
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276

View File

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