Select correct MMU slot in lcd_wizard_load

Change in memory:
Flash: +8 bytes
SRAM: 0 bytes
This commit is contained in:
Guðni Már Gilbert 2023-05-02 22:38:54 +00:00
parent 9cf1f7871e
commit fc15f5a6ef
1 changed files with 3 additions and 1 deletions

View File

@ -3717,7 +3717,9 @@ static void lcd_wizard_load() {
lcd_puts_at_P(0, 2, _T(MSG_LOADING_FILAMENT));
loading_flag = true;
}
enquecommand_P(MSG_M701);
// When MMU is disabled P parameter is ignored
enquecommand_P(PSTR("M701 P0"));
}
static void wizard_lay1cal_message(bool cold)