CURA-5149 moved excluded_materials to all UM printers

This commit is contained in:
Jack Ha 2018-03-26 16:49:56 +02:00
parent 38e15f009f
commit 6619bd40cb
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,8 @@
"author": "Ultimaker",
"manufacturer": "Ultimaker B.V.",
"category": "Ultimaker",
"visible": false
"visible": false,
"exclude_materials": [ "generic_hips", "generic_petg" ]
},
"overrides": {
"machine_max_feedrate_e": {

View File

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