Rename extr_unload_() to mmu_unload_filament() and move it to ultralcd.cpp as it is menu.

This commit is contained in:
Marek Bel 2019-09-12 18:40:02 +02:00
parent 0cdfa7a5e8
commit 3a541488b2
3 changed files with 16 additions and 15 deletions
Firmware

View file

@ -1074,18 +1074,6 @@ void mmu_filament_ramming()
}
}
//-//
void extr_unload_()
{
eFilamentAction = FilamentAction::MmuUnLoad;
bFilamentFirstRun = false;
if (target_temperature[0] >= EXTRUDE_MINTEMP)
{
bFilamentPreheatState = true;
mFilamentItem(target_temperature[0], target_temperature_bed);
}
else lcd_generic_preheat_menu();
}
//! @brief show which filament is currently unloaded
void extr_unload_view()