From fea37d39b22b429eef59a5370046a13a5ffe5097 Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Mon, 9 Jun 2025 17:31:34 +0800 Subject: [PATCH] NEW: add some filament check for printers JIRA: [STUDIO-12604] Change-Id: Id4c806594eea270decd2e4e3e4941f2bca932712 (cherry picked from commit 8d8391e7465b3d6843613e30bf7f68099ceecfd2) --- resources/printers/filaments_blacklist.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/resources/printers/filaments_blacklist.json b/resources/printers/filaments_blacklist.json index 88d43b636a..14f8f94af1 100644 --- a/resources/printers/filaments_blacklist.json +++ b/resources/printers/filaments_blacklist.json @@ -20,6 +20,20 @@ "slot": "ext", "description": "Damp PVA is flexible and may get stuck in extruder. Dry it before use." }, + { + "type": "PPS-CF", + "model_id":["O1S"], + "action": "warning", + "description": "PPS-CF is brittle and could break in bended PTFE tube above Toolhead.", + "wiki": "https://e.bambulab.com/t?c=UC64kdlpHxN3Mb15" + }, + { + "type": "PPA-CF", + "model_id":["O1S"], + "action": "warning", + "description": "PPA-CF is brittle and could break in bended PTFE tube above Toolhead.", + "wiki": "https://e.bambulab.com/t?c=UC64kdlpHxN3Mb15" + }, { "type_suffix": "CF", "action": "warning",