Merge branch 'feature_support_infill_angle' of https://github.com/fieldOfView/Cura into fieldOfView-feature_support_infill_angle

This commit is contained in:
Aleksei S 2018-08-27 14:27:09 +02:00
commit ed5faae0b9

View File

@ -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",