Also prevent longpress when Stopped
This commit is contained in:
parent
64eefa969b
commit
62d362f45f
@ -7745,7 +7745,7 @@ void menu_lcd_longpress_func(void)
|
|||||||
// start LCD inactivity timer
|
// start LCD inactivity timer
|
||||||
lcd_timeoutToStatus.start();
|
lcd_timeoutToStatus.start();
|
||||||
backlight_wake();
|
backlight_wake();
|
||||||
if (homing_flag || mesh_bed_leveling_flag || menu_menu == lcd_babystep_z || menu_menu == lcd_move_z || menu_block_mask != MENU_BLOCK_NONE)
|
if (homing_flag || mesh_bed_leveling_flag || menu_menu == lcd_babystep_z || menu_menu == lcd_move_z || menu_block_mask != MENU_BLOCK_NONE || Stopped)
|
||||||
{
|
{
|
||||||
// disable longpress during re-entry, while homing, calibration or if a serious error
|
// disable longpress during re-entry, while homing, calibration or if a serious error
|
||||||
lcd_quick_feedback();
|
lcd_quick_feedback();
|
||||||
|
Loading…
Reference in New Issue
Block a user