Files
OrcaSlicer-KX/resources/printers/filaments_blacklist.json
xin.zhang d4fd53763e ENH: update the filaments_blacklist functions
jira: [STUDIO-11883]
Change-Id: Ib75383f4e75a0bcd566dcf555695f2a9f45f0cba
(cherry picked from commit 6a12adb7f0b83c025ad09e7e59e68d07a0ea8335)
2025-09-23 21:44:42 +08:00

35 lines
655 B
JSON

{
"whitelist": [
],
"blacklist": [
{
"type": "TPU",
"action": "prohibition",
"description": "TPU: not supported"
},
{
"type": "PVA",
"action": "warning",
"description": "PVA: flexible"
},
{
"type_suffix": "CF",
"action": "warning",
"description": "CF/GF: hard and brittle"
},
{
"type_suffix": "GF",
"action": "warning",
"description": "CF/GF: hard and brittle"
},
{
"vendor": "Bambu Lab",
"type": "PLA",
"name": "PLA Glow",
"model_id":["N1","N2S"],
"action": "warning",
"description": "PLA-Glow"
}
]
}