Comments, includes (#14671)

This commit is contained in:
Ludy
2019-07-20 08:41:34 +02:00
committed by Scott Lahteine
parent b714cfd4f0
commit 39e1726498
5 changed files with 13 additions and 7 deletions

View File

@ -414,8 +414,11 @@ void menu_move() {
END_MENU();
}
void _lcd_ubl_level_bed();
void menu_bed_leveling();
#if ENABLED(AUTO_BED_LEVELING_UBL)
void _lcd_ubl_level_bed();
#elif ENABLED(LCD_BED_LEVELING)
void menu_bed_leveling();
#endif
void menu_motion() {
START_MENU();