From 65c23d5dea75a9d6a44463861e7a2fb24fd3cd10 Mon Sep 17 00:00:00 2001 From: Tim Schneider Date: Sun, 4 Feb 2024 11:53:00 +0100 Subject: [PATCH] - fix M122 StuckInSpinLoop, Gcodes spinning --- src/Platform/Tasks.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Platform/Tasks.cpp b/src/Platform/Tasks.cpp index a10255b539..72c7e4331e 100644 --- a/src/Platform/Tasks.cpp +++ b/src/Platform/Tasks.cpp @@ -387,6 +387,7 @@ void Tasks::Diagnostics(MessageType mtype) noexcept str.catf(" %s", m->GetName()); break; } + m = m->GetNext(); } } break;