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:
Ghostkeeper 2018-09-14 16:31:40 +02:00
parent 41860b1e89
commit 2369a10ce1
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -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":
{