mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-22 12:39:22 +08:00
Merge pull request #4212 from fieldOfView/feature_support_infill_angle
Add setting for Support Infill Line Direction
This commit is contained in:
commit
aa2cb7d415
@ -3875,6 +3875,19 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"support_infill_angle":
|
||||||
|
{
|
||||||
|
"label": "Support Infill Line Direction",
|
||||||
|
"description": "Orientation of the infill pattern for supports. The support infill pattern is rotated in the horizontal plane.",
|
||||||
|
"unit": "°",
|
||||||
|
"type": "float",
|
||||||
|
"minimum_value": "-180",
|
||||||
|
"maximum_value": "180",
|
||||||
|
"default_value": 0,
|
||||||
|
"enabled": "support_enable and support_pattern != 'concentric' and support_infill_rate > 0",
|
||||||
|
"settable_per_mesh": false,
|
||||||
|
"settable_per_extruder": true
|
||||||
|
},
|
||||||
"support_z_distance":
|
"support_z_distance":
|
||||||
{
|
{
|
||||||
"label": "Support Z Distance",
|
"label": "Support Z Distance",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user