mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-16 10:56:40 +08:00
feat: topmost_skin_angles (CURA-3940)
This commit is contained in:
parent
9dcb2c918e
commit
26ac70d2bd
@ -987,6 +987,16 @@
|
||||
"settable_per_mesh": true,
|
||||
"enabled": "topmost_skin_layer_count > 0 and top_layers > 0"
|
||||
},
|
||||
"topmost_skin_angles":
|
||||
{
|
||||
"label": "Roofing Line Directions",
|
||||
"description": "A list of integer line directions to use when the roofing layers use the lines or zig zag pattern. 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. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees).",
|
||||
"type": "[int]",
|
||||
"default_value": "[ ]",
|
||||
"enabled": "topmost_skin_pattern != 'concentric'",
|
||||
"limit_to_extruder": "topmost_skin_extruder_nr",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"top_bottom_extruder_nr":
|
||||
{
|
||||
"label": "Top/Bottom Extruder",
|
||||
|
Loading…
x
Reference in New Issue
Block a user