Fix Spindle/Laser Control menu (#20347)

This commit is contained in:
Mike La Spina
2020-12-09 04:29:33 -06:00
committed by Scott Lahteine
parent edb2a83e71
commit 3e68e4b418
7 changed files with 33 additions and 23 deletions

View File

@@ -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); }