mstrens / grbl_controller_esp32

grbl controller for esp32
174 stars 76 forks source link

When I repeatedly press Pause/Resume several times,it will stop sending gcode. #33

Closed viewsat closed 3 years ago

viewsat commented 3 years ago

Hello there: When I repeatedly press Pause/Resume several times, it will stop sending gcode. Is this an error in my operation? Or is there an error in grbl_controller_esp32? I connect to grbl V1.1f (Arduino UNO). pause

viewsat commented 3 years ago

Pause Button test video https://youtu.be/42i9WrGcGAU

mstrens commented 3 years ago

Thanks for reporting this. I expect I know the reason. I will try to find a solution.

mstrens commented 3 years ago

I put a new version on github that should fix this issue (I hope)

viewsat commented 3 years ago

I put a new version on github that should fix this issue (I hope)

I tested the pause (hold) button of the new version, and there will be no problem of stopping sending gcode. I will test again if I have time these days Thank you very much!