ambrop72 / aprinter

3D printer firmware written in C++
Other
143 stars 42 forks source link

Buffer overrun errors #17

Closed XayOn closed 8 years ago

XayOn commented 9 years ago

I'm getting some buffer overrun errors. With the following procedure:

It seems like octoprint keeps sending commands without waiting for the Z axis to go home (should be non-blocking). Then, when the Z axis gets home, I get the buffer overrun error.

No more info by the moment but can reproduce it anytime. Anyway It's not usual to have it waiting for like 10s (wich is what takes for my z axis to go full down from up top) so it's not a big deal

ambrop72 commented 8 years ago

This must be an issue with the host software sending too many commands without waiting for ok, so closing.