mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-15 08:59:39 -07:00
ENH: update filaments_blacklist.json
jira: [STUDIO-14159] Change-Id: Idde4d1c366024b49d474d8802d9f912711ea3991 (cherry picked from commit 5bdf315e6f68e2e27036e348e70402df38f4c49f)
This commit is contained in:
parent
9360733661
commit
964a35e9b0
2 changed files with 11 additions and 1 deletions
|
|
@ -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.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue