From 57f4e95d80d5cd2121471d7dbe73785c79f5ba77 Mon Sep 17 00:00:00 2001 From: openbuilds-engineer Date: Tue, 22 Sep 2020 14:16:22 +0200 Subject: [PATCH] v1.0.250 --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 8443f77..9c4da68 100644 --- a/index.js +++ b/index.js @@ -762,7 +762,6 @@ io.on("connection", function(socket) { } io.sockets.emit('data', output); addQRealtime(String.fromCharCode(0x18)); // ctrl-x (needed for rx/tx connection) - addQRealtime("~\n"); debug_log("Sent: Ctrl+x"); } }, config.grblWaitTime * 1000);