Fix loading filament 255 instead of 0 in first layer calibration wizard.

This commit is contained in:
Marek Bel 2019-07-30 19:15:33 +02:00
parent 0aed59c947
commit bca0fd81eb

View File

@ -4798,6 +4798,7 @@ static void lcd_wizard_load()
if (mmu_enabled)
{
lcd_show_fullscreen_message_and_wait_P(_i("Please insert PLA filament to the first tube of MMU, then press the knob to load it."));////c=20 r=8
tmp_extruder = 0;
}
else
{