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

This commit is contained in:
Marek Bel 2019-09-12 23:41:42 +02:00
parent ebf405d589
commit f1d190d2d5

View file

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