Remove option to heat nozzle only from mFilamentItem() when activated from wizard, as it has no use after filament unload was removed from wizard.
This commit is contained in:
parent
ff4450489b
commit
e1cfd6dc4f
|
|
@ -2139,12 +2139,7 @@ void mFilamentItem(uint16_t nTemp, uint16_t nTempBed)
|
||||||
nTargetOld = target_temperature[0];
|
nTargetOld = target_temperature[0];
|
||||||
nTargetBedOld = target_temperature_bed;
|
nTargetBedOld = target_temperature_bed;
|
||||||
setTargetHotend0((float )nTemp);
|
setTargetHotend0((float )nTemp);
|
||||||
|
setTargetBed((float) nTempBed);
|
||||||
if (!eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE) ||
|
|
||||||
eFilamentAction == FilamentAction::Lay1Cal)
|
|
||||||
{
|
|
||||||
setTargetBed((float) nTempBed);
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
{
|
||||||
const FilamentAction action = eFilamentAction;
|
const FilamentAction action = eFilamentAction;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue