mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 07:56:00 +08:00
Merge branch 'feature_support_infill_angle' of https://github.com/fieldOfView/Cura into fieldOfView-feature_support_infill_angle
This commit is contained in:
commit
ed5faae0b9
@ -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": "-90",
|
||||
"maximum_value": "90",
|
||||
"default_value": 0,
|
||||
"enabled": "support_enable",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"support_z_distance":
|
||||
{
|
||||
"label": "Support Z Distance",
|
||||
|
Loading…
x
Reference in New Issue
Block a user