Fix buffer issue with S3D USB printing

This commit is contained in:
David Ramiro 2019-02-11 22:53:09 +01:00
parent 28e86b95ed
commit bfe39a342d
No known key found for this signature in database
GPG Key ID: 5B042737EBEEB736
1 changed files with 2 additions and 2 deletions

View File

@ -8553,7 +8553,7 @@ inline void gcode_M109() {
#endif #endif
// flush the serial buffer after heating to prevent lockup by m105 // flush the serial buffer after heating to prevent lockup by m105
flush_and_request_resend(); SERIAL_FLUSH();
} }
@ -8708,7 +8708,7 @@ inline void gcode_M109() {
#endif #endif
// flush the serial buffer after heating to prevent lockup by m105 // flush the serial buffer after heating to prevent lockup by m105
flush_and_request_resend(); SERIAL_FLUSH();
} }
#endif // HAS_HEATED_BED #endif // HAS_HEATED_BED