General cleanup
This commit is contained in:
committed by
Scott Lahteine
parent
4201a48ecf
commit
e8dc7cad18
@ -350,7 +350,7 @@ void menu_motion() {
|
||||
#if ENABLED(ASSISTED_TRAMMING)
|
||||
GCODES_ITEM(MSG_ASSISTED_TRAMMING, PSTR("G35"));
|
||||
#endif
|
||||
|
||||
|
||||
//
|
||||
// Level Bed
|
||||
//
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include "../../inc/MarlinConfigPre.h"
|
||||
|
||||
#if HAS_TRINAMIC_CONFIG && HAS_LCD_MENU
|
||||
#if HAS_LCD_MENU && HAS_TRINAMIC_CONFIG
|
||||
|
||||
#include "menu.h"
|
||||
#include "../../module/stepper/indirection.h"
|
||||
|
@ -22,13 +22,15 @@
|
||||
|
||||
#include "../../inc/MarlinConfigPre.h"
|
||||
|
||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION)
|
||||
#if BOTH(HAS_LCD_MENU, TOUCH_SCREEN_CALIBRATION)
|
||||
|
||||
#include "menu.h"
|
||||
#include "../ultralcd.h"
|
||||
|
||||
void touch_screen_calibration() {
|
||||
|
||||
ui.touch_calibration();
|
||||
|
||||
}
|
||||
|
||||
#endif // TOUCH_SCREEN_CALIBRATION
|
||||
|
Reference in New Issue
Block a user