Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
leptun committed Jan 10, 2023
1 parent 92cfe7c commit a681fb8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Firmware/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1817,17 +1817,6 @@ void lcd_cutter_enabled()
}
#endif //MMU_HAS_CUTTER

void lcd_set_filament_autoload() {
fsensor.setAutoLoadEnabled(!fsensor.getAutoLoadEnabled());
}

#if defined(FILAMENT_SENSOR) && defined(PAT9125)
void lcd_set_filament_oq_meass()
{
fsensor_oq_measure_set(!fsensor_oq_measure_enabled);
}
#endif


FilamentAction eFilamentAction=FilamentAction::None; // must be initialized as 'non-autoLoad'
bool bFilamentPreheatState;
Expand Down

0 comments on commit a681fb8

Please sign in to comment.