Disable infill_angles setting when infill_pattern is concentric, concentric_3d or cubicsubdiv.

This commit is contained in:
Mark Burton 2017-03-02 07:47:41 +00:00
parent d6bed392e4
commit aef39991a2

View file

@ -1104,6 +1104,7 @@
"description": "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees for the lines and zig zag patterns and 45 degrees for all other patterns).",
"type": "[int]",
"default_value": "[ ]",
"enabled": "infill_pattern != 'concentric' and infill_pattern != 'concentric_3d' and infill_pattern != 'cubicsubdiv'",
"settable_per_mesh": true
},
"sub_div_rad_mult":