You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
GCode can be sent from the app to a marlin device too fast. messages might be lost, out of order, or garbled by transmit failure.
There is no receipt system. There is no system to queue, resend, and CRC check messages.
To Reproduce
Steps to reproduce the behavior:
Make some gcode
connect to the robot
send too much gcode too fast.
Expected behavior
Marlin sends "OK" when it is ready for more. do not send more until OK received.
Problem is already well-solved in Makelangelo-software and in RO2.
Implement the solution from there.
Describe the bug
GCode can be sent from the app to a marlin device too fast. messages might be lost, out of order, or garbled by transmit failure.
There is no receipt system. There is no system to queue, resend, and CRC check messages.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Marlin sends "OK" when it is ready for more. do not send more until OK received.
Problem is already well-solved in Makelangelo-software and in RO2.
Implement the solution from there.
Probably requires #234 first.
The text was updated successfully, but these errors were encountered: