Skip to content

Commit

Permalink
Merge pull request #955 from timschneider/3.5-dev-fix-M122-crash
Browse files Browse the repository at this point in the history
Fix M122 StuckInSpinLoop, Gcodes spinning
  • Loading branch information
dc42 authored Feb 5, 2024
2 parents ddeb9f7 + 65c23d5 commit 5f574aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Platform/Tasks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ void Tasks::Diagnostics(MessageType mtype) noexcept
str.catf(" %s", m->GetName());
break;
}
m = m->GetNext();
}
}
break;
Expand Down

0 comments on commit 5f574aa

Please sign in to comment.