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 5c71a2f commit 2e5db5a
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 @@ -1776,7 +1776,7 @@ class GrblHalController {
this.workflow.stop();
this.feeder.reset();
this.write('\x18'); // ^x
delay(300).then(() => {
delay(350).then(() => {
this.writeln('$X');
delay(500).then(() => {
this.connection.writeImmediate(GRBLHAL_REALTIME_COMMANDS.COMPLETE_REALTIME_REPORT);
Expand Down

0 comments on commit 2e5db5a

Please sign in to comment.