diff --git a/src/core/atcore.cpp b/src/core/atcore.cpp --- a/src/core/atcore.cpp +++ b/src/core/atcore.cpp @@ -531,6 +531,7 @@ { if (serialInitialized()) { //ensure M115 is sent on cold connect. + d->commandQueue.clear(); d->ready = true; qCDebug(ATCORE_CORE) << "Sending " << GCode::description(GCode::MCommands::M115); pushCommand(GCode::toCommand(GCode::MCommands::M115));