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 Dec 14, 2021
1 parent b464a4b commit a4678d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/menu/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ void _lcd_draw_homing() {
}
}

#if HAS_LEVELING && DISABLED(SLIM_LCD_MENUS)
#if ENABLED(LCD_BED_LEVELING) || (HAS_LEVELING && DISABLED(SLIM_LCD_MENUS))
void _lcd_toggle_bed_leveling() { set_bed_leveling_enabled(!planner.leveling_active); }
#endif

Expand Down

0 comments on commit a4678d9

Please sign in to comment.