UBL G29 works without settings.load
This commit is contained in:
parent
3d34dddbc0
commit
fbda8a2e2b
4 changed files with 15 additions and 31 deletions
|
|
@ -2303,7 +2303,6 @@ void kill_screen(const char* lcd_msg) {
|
|||
MENU_BACK(MSG_UBL_LEVEL_BED);
|
||||
if (!WITHIN(ubl_storage_slot, 0, a - 1)) {
|
||||
STATIC_ITEM(MSG_NO_STORAGE);
|
||||
STATIC_ITEM(MSG_INIT_EEPROM);
|
||||
}
|
||||
else {
|
||||
MENU_ITEM_EDIT(int3, MSG_UBL_STORAGE_SLOT, &ubl_storage_slot, 0, a - 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue