mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-27 13:56:24 +00:00
Fix default arg in lcd_goto_screen
This commit is contained in:
parent
b708bcf8b1
commit
8da92b6823
@ -514,7 +514,7 @@ uint16_t max_display_update_time = 0;
|
|||||||
/**
|
/**
|
||||||
* General function to go directly to a screen
|
* General function to go directly to a screen
|
||||||
*/
|
*/
|
||||||
void lcd_goto_screen(screenFunc_t screen, const uint32_t encoder = 0) {
|
void lcd_goto_screen(screenFunc_t screen, const uint32_t encoder/*=0*/) {
|
||||||
if (currentScreen != screen) {
|
if (currentScreen != screen) {
|
||||||
|
|
||||||
#if ENABLED(DOUBLECLICK_FOR_Z_BABYSTEPPING) && ENABLED(BABYSTEPPING)
|
#if ENABLED(DOUBLECLICK_FOR_Z_BABYSTEPPING) && ENABLED(BABYSTEPPING)
|
||||||
|
Loading…
Reference in New Issue
Block a user