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