mode switching
info-message viewing during mode switching
This commit is contained in:
parent
6fda306eab
commit
7e48d633cb
|
|
@ -4515,6 +4515,7 @@ static void lcd_silent_mode_set() {
|
||||||
}
|
}
|
||||||
eeprom_update_byte((unsigned char *)EEPROM_SILENT, SilentModeMenu);
|
eeprom_update_byte((unsigned char *)EEPROM_SILENT, SilentModeMenu);
|
||||||
#ifdef TMC2130
|
#ifdef TMC2130
|
||||||
|
lcd_display_message_fullscreen_P(_i("Mode change in progress ..."));
|
||||||
// Wait until the planner queue is drained and the stepper routine achieves
|
// Wait until the planner queue is drained and the stepper routine achieves
|
||||||
// an idle state.
|
// an idle state.
|
||||||
st_synchronize();
|
st_synchronize();
|
||||||
|
|
@ -4535,6 +4536,7 @@ static void lcd_silent_mode_set() {
|
||||||
#ifdef TMC2130
|
#ifdef TMC2130
|
||||||
if (CrashDetectMenu && (SilentModeMenu != SILENT_MODE_NORMAL))
|
if (CrashDetectMenu && (SilentModeMenu != SILENT_MODE_NORMAL))
|
||||||
menu_submenu(lcd_crash_mode_info2);
|
menu_submenu(lcd_crash_mode_info2);
|
||||||
|
lcd_encoder_diff=0; // reset 'encoder buffer'
|
||||||
#endif //TMC2130
|
#endif //TMC2130
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue