CURA-5149 add possibility to exclude specific items from materials list

This commit is contained in:
Jack Ha 2018-03-26 15:20:31 +02:00
parent 2a39d81a3c
commit 38e15f009f
2 changed files with 6 additions and 1 deletions

View file

@ -25,7 +25,8 @@
},
"first_start_actions": [ "DiscoverUM3Action" ],
"supported_actions": [ "DiscoverUM3Action" ],
"supports_usb_connection": false
"supports_usb_connection": false,
"exclude_materials": [ "generic_hips", "generic_petg" ]
},