- Buffer flush added to the the end of M190 loop
- Inverted position polling when canceling print via display
This commit is contained in:
David Ramiro
2019-02-06 12:32:58 +01:00
parent 42f52d34b4
commit 01e152b456
4 changed files with 12 additions and 10 deletions

View File

@@ -8706,6 +8706,9 @@ inline void gcode_M109() {
#if DISABLED(BUSY_WHILE_HEATING)
KEEPALIVE_STATE(IN_HANDLER);
#endif
// flush the serial buffer after heating to prevent lockup by m105
flush_and_request_resend();
}
#endif // HAS_HEATED_BED