ENH: update filaments_blacklist.json

jira: [STUDIO-14159]
Change-Id: Idde4d1c366024b49d474d8802d9f912711ea3991
(cherry picked from commit 5bdf315e6f68e2e27036e348e70402df38f4c49f)
This commit is contained in:
xin.zhang 2025-08-28 09:49:52 +08:00 committed by Noisyfox
parent 9360733661
commit 964a35e9b0
2 changed files with 11 additions and 1 deletions

View file

@ -8,6 +8,13 @@
"slot": "ams",
"description": "TPU is not supported by AMS."
},
{
"vendor": "Bambu Lab",
"type": "PET-CF",
"action": "prohibition",
"slot": "ams",
"description": "AMS does not support 'Bambu Lab PET-CF'."
},
{
"type": "TPU",
"action": "warning",

View file

@ -169,8 +169,11 @@ void check_filaments(std::string model_id,
wiki_url = filament_item.contains("wiki") ? filament_item["wiki"].get<std::string>() : "";
return;
// Using in description
// Error in description
L("TPU is not supported by AMS.");
L("AMS does not support 'Bambu Lab PET-CF'.");
// Warning in description
L("Please cold pull before printing TPU to avoid clogging. You may use cold pull maintenance on the printer.");
L("Damp PVA will become flexible and get stuck inside AMS, please take care to dry it before use.");
L("Damp PVA is flexible and may get stuck in extruder. Dry it before use.");