Rename extr_unload_() to mmu_unload_filament() and move it to ultralcd.cpp as it is menu.
This commit is contained in:
parent
0cdfa7a5e8
commit
3a541488b2
3 changed files with 16 additions and 15 deletions
Firmware
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue