From b58d0a20e74ee5ae42220f9c8fa62b7975b30465 Mon Sep 17 00:00:00 2001 From: openbuilds-engineer Date: Mon, 2 May 2022 20:46:31 +0200 Subject: [PATCH] v1.0.319 --- index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.js b/index.js index 8918e0e..8ba777a 100644 --- a/index.js +++ b/index.js @@ -1872,7 +1872,6 @@ io.on("connection", function(socket) { switch (status.machine.firmware.type) { case 'grbl': clearInterval(queueCounter); - clearInterval(statusLoop); addQRealtime(String.fromCharCode(0x18)); // ctrl-x setTimeout(function() { addQRealtime('$X\n'); @@ -2035,7 +2034,6 @@ function runJob(object) { function stopPort() { clearInterval(queueCounter); - clearInterval(statusLoop); status.comms.interfaces.activePort = false; status.comms.interfaces.activeBaud = false; status.comms.connectionStatus = 0; @@ -2978,7 +2976,6 @@ function stop(data) { debug_log('Cleaning Queue'); if (!data.jog) { setTimeout(function() { - clearInterval(statusLoop); addQRealtime(String.fromCharCode(0x18)); // ctrl-x debug_log('Sent: Code(0x18)'); }, 200);