mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: update filaments_blacklist.json
jira: [STUDIO-14159] Change-Id: Idde4d1c366024b49d474d8802d9f912711ea3991 (cherry picked from commit 5bdf315e6f68e2e27036e348e70402df38f4c49f)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user