We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da9e20 commit 185a7deCopy full SHA for 185a7de
www/js/app.js
@@ -151,7 +151,7 @@ function startSocket() {
151
if ((bytes[i] == 10) || (bytes[i] == 13)) {
152
wsmsg += msg;
153
Monitor_output_Update(wsmsg);
154
- if ((target_firmware == "grbl-embedded") || (target_firmware == "marlin-embedded")) process_socket_response(msg);
+ if ((target_firmware == "grbl-embedded") || (target_firmware == "marlin-embedded")) process_socket_response(wsmsg);
155
//msg = wsmsg.replace("\n", "");
156
//wsmsg = msg.replace("\r", "");
157
console.log(wsmsg);
0 commit comments