Cura/resources/definitions/goofoo_small.def.json
Jaime van Kessel e5b60dcaed
Restore exclude materials to some extent again
These machines were 1.75 machines, so they should include those in their exclude list
(and not include 2.85 variants)

CURA-10709
2023-06-22 15:10:49 +02:00

24 lines
No EOL
553 B
JSON

{
"version": 2,
"name": "Goofoo Small",
"inherits": "goofoo_base",
"metadata":
{
"visible": false,
"exclude_materials": [
"goofoo_bronze_pla",
"goofoo_peek",
"goofoo_tpe_83a",
"goofoo_tpu_87a",
"goofoo_tpu_95a",
"goofoo_pa_cf",
"goofoo_pc",
"goofoo_pa",
"goofoo_asa",
"goofoo_abs",
"goofoo_pva",
"goofoo_hips"
],
"quality_definition": "goofoo_small"
}
}