mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Disallow setting support wall line count per mesh
Because as soon as support is generated it can merge with the polygons of other support areas that are not directly beneath this model. They cannot have a different number of walls any more then because it is the same polygon. Contributes to issue CURA-5603.
This commit is contained in:
parent
41860b1e89
commit
2369a10ce1
1 changed files with 2 additions and 1 deletions
|
@ -3816,7 +3816,8 @@
|
|||
"value": "1 if (support_pattern == 'grid' or support_pattern == 'triangles' or support_pattern == 'concentric') else 0",
|
||||
"enabled": "support_enable",
|
||||
"limit_to_extruder": "support_infill_extruder_nr",
|
||||
"settable_per_mesh": true
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"zig_zaggify_support":
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue