Ver Fonte

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

Marek Bel há 5 anos atrás
pai
commit
bca0fd81eb
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Firmware/ultralcd.cpp

+ 1 - 0
Firmware/ultralcd.cpp

@@ -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
 	{