G92 > send-to-ESP

This commit is contained in:
ChK
2026-04-06 05:24:41 +02:00
parent 3e874e70c9
commit 3d33ecd747
12 changed files with 3337 additions and 20 deletions

View File

@@ -70,7 +70,7 @@ describe("TelnetSenderGRBL.execCommand", () => {
sender.execCommand("G92", mOld, mNew);
// ✅ verify output
expect(sender.tSocket.written).toBe("G92 x12.34 y57.30 z57.30 f2300.00\r\n");
expect(sender.tSocket.written).toBe("G92 x12.34 y57.30 z57.30\r\n");
});
});