Select correct MMU slot in lcd_wizard_load
Change in memory: Flash: +8 bytes SRAM: 0 bytes
This commit is contained in:
parent
9cf1f7871e
commit
fc15f5a6ef
|
|
@ -3717,7 +3717,9 @@ static void lcd_wizard_load() {
|
||||||
lcd_puts_at_P(0, 2, _T(MSG_LOADING_FILAMENT));
|
lcd_puts_at_P(0, 2, _T(MSG_LOADING_FILAMENT));
|
||||||
loading_flag = true;
|
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)
|
static void wizard_lay1cal_message(bool cold)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue