UBL G29 works without settings.load()
This commit is contained in:
parent
950be70a33
commit
e89f1453ab
4 changed files with 15 additions and 32 deletions
|
|
@ -2309,7 +2309,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