mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Add warning for Support Wall Line Count if breaking up support in chunks
It will be hard to break it up then. Fixes #7841.
This commit is contained in:
parent
323d2d4019
commit
6d1d6ca1aa
1 changed files with 1 additions and 1 deletions
|
|
@ -4219,7 +4219,7 @@
|
|||
"default_value": 1,
|
||||
"minimum_value": "0",
|
||||
"minimum_value_warning": "1 if support_pattern == 'concentric' else 0",
|
||||
"maximum_value_warning": "3",
|
||||
"maximum_value_warning": "0 if (support_skip_some_zags and support_pattern == 'zigzag') else 3",
|
||||
"type": "int",
|
||||
"value": "1 if support_tree_enable else (1 if (support_pattern == 'grid' or support_pattern == 'triangles' or support_pattern == 'concentric') else 0)",
|
||||
"enabled": "support_enable or support_tree_enable",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue