Do not ask same filament related question twice if starting first layer calibration from wizard.
This commit is contained in:
parent
ebf405d589
commit
f1d190d2d5
|
|
@ -4519,7 +4519,7 @@ void lcd_v2_calibration()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else if (!eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE))
|
||||||
{
|
{
|
||||||
bool loaded = false;
|
bool loaded = false;
|
||||||
if (fsensor_enabled && ir_sensor_detected)
|
if (fsensor_enabled && ir_sensor_detected)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue