orcaslicer/resources/printers/filaments_blacklist.json
tao wang 7c728452a2 NEW:add filaments not supported by detection
Change-Id: I1cabf8631e77fbaf42d2b30ee3e715c8f2459bda
2023-02-22 20:09:17 +08:00

30 lines
838 B
JSON

{
"whitelist": [
],
"blacklist": [
{
"vendor": "Third Party",
"type": "TPU",
"action": "prohibition",
"description": "TPU is not supported by AMS."
},
{
"vendor": "Third Party",
"type": "PVA",
"action": "warning",
"description": "Damp PVA will become flexible and get stuck inside AMS,please take care to dry it before use."
},
{
"vendor": "Third Party",
"type": "PA-CF",
"action": "warning",
"description": "CF/GF filaments are hard and brittle, It's easy to break or get stuck in AMS, please use with caution."
},
{
"vendor": "Third Party",
"type": "PLA-CF",
"action": "warning",
"description": "CF/GF filaments are hard and brittle, It's easy to break or get stuck in AMS, please use with caution."
}
]
}