G-code queue singleton, front injection (#14236)
This commit is contained in:
@ -101,7 +101,7 @@ void menu_backlash();
|
||||
// Set the home offset based on the current_position
|
||||
//
|
||||
void _lcd_set_home_offsets() {
|
||||
enqueue_and_echo_commands_P(PSTR("M428"));
|
||||
queue.inject_P(PSTR("M428"));
|
||||
ui.return_to_status();
|
||||
}
|
||||
#endif
|
||||
@ -255,7 +255,7 @@ void menu_backlash();
|
||||
autotune_temp[e]
|
||||
#endif
|
||||
);
|
||||
lcd_enqueue_command(cmd);
|
||||
lcd_enqueue_one_now(cmd);
|
||||
}
|
||||
|
||||
#endif // PID_AUTOTUNE_MENU
|
||||
|
Reference in New Issue
Block a user