mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 11:59:02 +08: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
@ -1530,6 +1530,7 @@
|
|||||||
"default_value": false,
|
"default_value": false,
|
||||||
"value": "infill_pattern == 'cross' or infill_pattern == 'cross_3d'",
|
"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'",
|
"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
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
"infill_angles":
|
"infill_angles":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user