mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
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:
commit
609ceed140
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue