diff --git a/index.js b/index.js index 6b564e9..9c4da68 100644 --- a/index.js +++ b/index.js @@ -974,6 +974,7 @@ io.on("connection", function(socket) { io.sockets.emit('grbl') }, 600) // Start interval for status queries + clearInterval(statusLoop); statusLoop = setInterval(function() { if (status.comms.connectionStatus > 0) { addQRealtime("?");