Fix Spindle/Laser Control menu (#20347)
This commit is contained in:
committed by
Scott Lahteine
parent
edb2a83e71
commit
3e68e4b418
@@ -252,3 +252,5 @@ void _lcd_draw_homing();
|
||||
|
||||
extern uint8_t screen_history_depth;
|
||||
inline void clear_menu_history() { screen_history_depth = 0; }
|
||||
|
||||
#define STICKY_SCREEN(S) []{ ui.defer_status_screen(); ui.goto_screen(S); }
|
||||
|
||||
Reference in New Issue
Block a user