mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 22:25:57 +08:00
Prevent abstract color profiles to be filtered out for machines that support them.
CURA-11634
This commit is contained in:
parent
2c63e33b01
commit
437613dcba
@ -42,6 +42,7 @@
|
||||
"supports_material_export": true,
|
||||
"supports_network_connection": true,
|
||||
"supports_usb_connection": false,
|
||||
"supports_abstract_color": true,
|
||||
"variants_name": "Print core",
|
||||
"weight": -1
|
||||
},
|
||||
|
@ -51,6 +51,7 @@
|
||||
"supports_material_export": true,
|
||||
"supports_network_connection": true,
|
||||
"supports_usb_connection": false,
|
||||
"supports_abstract_color": true,
|
||||
"variants_name": "Print core",
|
||||
"weight": -2
|
||||
},
|
||||
|
@ -39,6 +39,7 @@
|
||||
"supports_material_export": true,
|
||||
"supports_network_connection": true,
|
||||
"supports_usb_connection": false,
|
||||
"supports_abstract_color": true,
|
||||
"variants_name": "Print core",
|
||||
"weight": -2
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user