Skip to content

Commit

Permalink
Slower realtime report on reset limit
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Apr 30, 2024
1 parent d7b167a commit 5c71a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/controllers/Grblhal/GrblHalController.js
Original file line number Diff line number Diff line change
Expand Up @@ -1778,7 +1778,7 @@ class GrblHalController {
this.write('\x18'); // ^x
delay(300).then(() => {
this.writeln('$X');
delay(100).then(() => {
delay(500).then(() => {
this.connection.writeImmediate(GRBLHAL_REALTIME_COMMANDS.COMPLETE_REALTIME_REPORT);
});
});
Expand Down

0 comments on commit 5c71a2f

Please sign in to comment.