Allow LCD_PIXEL_WIDTH/HEIGHT override
This commit is contained in:
parent
29ec868c4b
commit
b2328d089a
7 changed files with 16 additions and 18 deletions
|
|
@ -532,7 +532,7 @@ void GCodeQueue::get_serial_commands() {
|
|||
|
||||
// Reset stream state, terminate the buffer, and commit a non-empty command
|
||||
if (!process_line_done(sd_input_state, command_buffer[index_w], sd_count)) {
|
||||
_commit_command(false); // The file was not terminated with a newline
|
||||
_commit_command(false); // Can handle last line missing a newline terminator
|
||||
#if ENABLED(POWER_LOSS_RECOVERY)
|
||||
recovery.cmd_sdpos = card.getIndex(); // Prime for the next _commit_command
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue