mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 13:47:51 -06:00
Exclude HIPS and PETG material type from all UM printers.
CURA-5149
This commit is contained in:
parent
38e15f009f
commit
f021c83a3e
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,8 @@
|
||||||
"author": "Ultimaker",
|
"author": "Ultimaker",
|
||||||
"manufacturer": "Ultimaker B.V.",
|
"manufacturer": "Ultimaker B.V.",
|
||||||
"category": "Ultimaker",
|
"category": "Ultimaker",
|
||||||
"visible": false
|
"visible": false,
|
||||||
|
"exclude_materials": [ "generic_hips", "generic_petg" ]
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_max_feedrate_e": {
|
"machine_max_feedrate_e": {
|
||||||
|
|
|
@ -25,8 +25,7 @@
|
||||||
},
|
},
|
||||||
"first_start_actions": [ "DiscoverUM3Action" ],
|
"first_start_actions": [ "DiscoverUM3Action" ],
|
||||||
"supported_actions": [ "DiscoverUM3Action" ],
|
"supported_actions": [ "DiscoverUM3Action" ],
|
||||||
"supports_usb_connection": false,
|
"supports_usb_connection": false
|
||||||
"exclude_materials": [ "generic_hips", "generic_petg" ]
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue