G-code queue singleton, front injection (#14236)
This commit is contained in:
@ -375,8 +375,8 @@ void _lcd_draw_homing();
|
||||
#endif
|
||||
|
||||
#if ANY(AUTO_BED_LEVELING_UBL, PID_AUTOTUNE_MENU, ADVANCED_PAUSE_FEATURE)
|
||||
void lcd_enqueue_command(const char * const cmd);
|
||||
void lcd_enqueue_commands_P(PGM_P const cmd);
|
||||
void lcd_enqueue_one_now(const char * const cmd);
|
||||
void lcd_enqueue_one_now_P(PGM_P const cmd);
|
||||
#endif
|
||||
|
||||
#if ENABLED(LEVEL_BED_CORNERS)
|
||||
|
Reference in New Issue
Block a user