NEW: add some filament check supports for printers

JIRA: [STUDIO-12604]
Change-Id: Ic0e7b517319621907c3c6b8ad82dbcf881c780e8
(cherry picked from commit 55a8c98e9125cdacc801ecebfd82acdcc3e8e7f7)
This commit is contained in:
xin.zhang
2025-06-09 17:31:34 +08:00
committed by Noisyfox
parent 6f7704470f
commit a339677d08
10 changed files with 164 additions and 236 deletions

View File

@@ -5,22 +5,26 @@
{
"type": "TPU",
"action": "prohibition",
"description": "TPU: not supported"
"slot": "ams",
"description": "TPU is not supported by AMS."
},
{
"type": "PVA",
"action": "warning",
"description": "PVA: flexible"
"slot": "ams",
"description": "Damp PVA will become flexible and get stuck inside AMS, please take care to dry it before use."
},
{
"type_suffix": "CF",
"action": "warning",
"description": "CF/GF: hard and brittle"
"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",
"description": "CF/GF: hard and brittle"
"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",
@@ -28,7 +32,8 @@
"name": "PLA Glow",
"model_id":["N1","N2S"],
"action": "warning",
"description": "PLA-Glow"
"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."
}
]
}

View File

@@ -1 +1 @@
02.00.00.24
02.00.00.25