mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Now the Infill Line Directions setting is enabled for all infill patterns.
The default value is now the empty string which tells the engine to use the traditional angles (45 & 135 for lines and zig zag patterns, just 45 for everything else.
This commit is contained in:
parent
eebd0862cc
commit
3e7b9e99f3
1 changed files with 2 additions and 3 deletions
|
@ -1089,10 +1089,9 @@
|
|||
"infill_angles":
|
||||
{
|
||||
"label": "Infill Line Directions",
|
||||
"description": "A comma separated list of line directions to use when the infill pattern is lines or zig zag. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. Default directions are 45 and 135 degrees.",
|
||||
"description": "A comma separated list of line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. Default is empty which means use the traditional default angles (45 and 135 degrees for the lines and zig zag patterns and 45 degrees for all other patterns).",
|
||||
"type": "str",
|
||||
"default_value": "45,135",
|
||||
"enabled": "infill_pattern == 'lines' or infill_pattern == 'zigzag'",
|
||||
"default_value": "",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"sub_div_rad_mult":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue