🚸 Wait for cooldown in MarlinUI power-off (#23476)
This commit is contained in:
committed by
Scott Lahteine
parent
d7b7b570c7
commit
b435487da7
@@ -380,7 +380,7 @@ void menu_main() {
|
||||
GET_TEXT(MSG_SWITCH_PS_OFF), (const char *)nullptr, PSTR("?")
|
||||
);
|
||||
#else
|
||||
GCODES_ITEM(MSG_SWITCH_PS_OFF, PSTR("M81"));
|
||||
ACTION_ITEM(MSG_SWITCH_PS_OFF, ui.poweroff);
|
||||
#endif
|
||||
else
|
||||
GCODES_ITEM(MSG_SWITCH_PS_ON, PSTR("M80"));
|
||||
|
Reference in New Issue
Block a user