Files
OrcaSlicer/resources/printers/filaments_blacklist.json
xin.zhang c94c453936 ENH: add notice for PVA in external spool
jira: [STUDIO-12788]
Change-Id: Ie34da3a3b3ad26edcee7c522ffa4cca059e52f2d
(cherry picked from commit f8527f3bc3cbf137b4925726e24f6f0de4023213)
2025-10-02 10:00:24 +08:00

46 lines
1.3 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": "PVA",
"action": "warning",
"slot": "ext",
"description": "Damp PVA is flexible and may get stuck in extruder. 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."
}
]
}