Allow the full range of orientations

This commit is contained in:
fieldOfView 2018-08-30 14:43:00 +02:00
parent ac2125c3a5
commit 65f3605d92

View File

@ -3879,8 +3879,8 @@
"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",
"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,