Limit infill zigzaggify setting to infill extruder

Let's give it the same properties as the infill pattern setting.

Contributes to issue CURA-4017.
This commit is contained in:
Ghostkeeper 2018-02-22 16:44:39 +01:00
parent dba748bd8a
commit fc9b2c3529
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -1530,6 +1530,7 @@
"default_value": false,
"value": "infill_pattern == 'cross' or infill_pattern == 'cross_3d'",
"enabled": "infill_pattern == 'grid' or infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' or infill_pattern == 'cross' or infill_pattern == 'cross_3d'",
"limit_to_extruder": "infill_extruder_nr",
"settable_per_mesh": true
},
"infill_angles":