Browse Source

Do not ask same filament related question twice if starting first layer calibration from wizard.

Marek Bel 5 năm trước cách đây
mục cha
commit
f1d190d2d5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Firmware/ultralcd.cpp

+ 1 - 1
Firmware/ultralcd.cpp

@@ -4519,7 +4519,7 @@ void lcd_v2_calibration()
 	        return;
 	    }
 	}
-	else
+	else if (!eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE))
 	{
 	    bool loaded = false;
 	    if (fsensor_enabled && ir_sensor_detected)