Merge pull request #4212 from fieldOfView/feature_support_infill_angle

Add setting for Support Infill Line Direction
This commit is contained in:
alekseisasin 2018-08-31 11:18:03 +02:00 committed by GitHub
commit aa2cb7d415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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": "-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":
{
"label": "Support Z Distance",