Files
OrcaSlicer/resources/printers/filaments_blacklist.json
xin.zhang a339677d08 NEW: add some filament check supports for printers
JIRA: [STUDIO-12604]
Change-Id: Ic0e7b517319621907c3c6b8ad82dbcf881c780e8
(cherry picked from commit 55a8c98e9125cdacc801ecebfd82acdcc3e8e7f7)
2025-09-25 16:38:56 +08:00

40 lines
1.1 KiB
JSON

{
"whitelist": [
],
"blacklist": [
{
"type": "TPU",
"action": "prohibition",
"slot": "ams",
"description": "TPU is not supported by AMS."
},
{
"type": "PVA",
"action": "warning",
"slot": "ams",
"description": "Damp PVA will become flexible and get stuck inside AMS, please take care to dry it before use."
},
{
"type_suffix": "CF",
"action": "warning",
"slot": "ams",
"description": "CF/GF filaments are hard and brittle, it's easy to break or get stuck in AMS, please use with caution."
},
{
"type_suffix": "GF",
"action": "warning",
"slot": "ams",
"description": "CF/GF filaments are hard and brittle, it's easy to break or get stuck in AMS, please use with caution."
},
{
"vendor": "Bambu Lab",
"type": "PLA",
"name": "PLA Glow",
"model_id":["N1","N2S"],
"action": "warning",
"slot": "ams",
"description": "The rough surface of PLA Glow can accelerate wear on the AMS system, particularly on the internal components of the AMS Lite."
}
]
}