Now uses the [int] setting type. The default value is [ ] (an empty list).

This commit is contained in:
Mark Burton 2017-01-27 15:54:58 +00:00
parent db3cf0c0fb
commit afc75b6c3e

View file

@ -1089,9 +1089,9 @@
"infill_angles":
{
"label": "Infill Line Directions",
"description": "A comma separated list of 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. Default is empty 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": "str",
"default_value": "",
"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": "[ ]",
"settable_per_mesh": true
},
"sub_div_rad_mult":