Skip to content

Commit

Permalink
🐛 Fix LCD_BED_LEVELING compile (#23298)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and thinkyhead committed Dec 25, 2021
1 parent 22cf9b4 commit 77c9668
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Marlin/src/lcd/menu/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ void _lcd_draw_homing() {
}

#if ENABLED(LCD_BED_LEVELING) || (HAS_LEVELING && DISABLED(SLIM_LCD_MENUS))
#include "../../feature/bedlevel/bedlevel.h"
void _lcd_toggle_bed_leveling() { set_bed_leveling_enabled(!planner.leveling_active); }
#endif

Expand Down

0 comments on commit 77c9668

Please sign in to comment.