Merge pull request #6426 from Ultimaker/CURA-6106_fix_interface_disappearing

Warn when difference between X/Y distance and minimum X/Y distance is too big
This commit is contained in:
Lipu Fei 2019-10-01 09:40:05 +02:00 committed by GitHub
commit 609ceed140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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