Fix loading filament 255 instead of 0 in first layer calibration wizard.
This commit is contained in:
parent
0aed59c947
commit
bca0fd81eb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue