From 0a1bf22f7e23806ce5edf9b430dcb40a5bb082d1 Mon Sep 17 00:00:00 2001 From: Manuel Weiser Date: Thu, 27 Feb 2025 22:07:47 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20f=C3=BCge=20Best=C3=A4tigungsmeldung=20?= =?UTF-8?q?f=C3=BCr=20Spool-Einstellung=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bambu.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bambu.cpp b/src/bambu.cpp index 57c66d2..dd5c7a4 100644 --- a/src/bambu.cpp +++ b/src/bambu.cpp @@ -314,6 +314,8 @@ void autoSetSpool(int spoolId, uint8_t trayId) { Serial.println(spoolInfo.as()); setBambuSpool(spoolInfo.as()); + + oledShowMessage("Spool set"); } // id wieder zurücksetzen damit abgeschlossen