File tree 1 file changed +2
-2
lines changed
Marlin/src/lcd/extui/ftdi_eve_touch_ui/generic
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ void LevelingMenu::onRedraw(draw_mode_t what) {
81
81
.text (BLTOUCH_TITLE_POS, GET_TEXT_F (MSG_BLTOUCH))
82
82
#endif
83
83
.font (font_medium).colors (normal_btn)
84
- .enabled (ANY (Z_STEPPER_AUTO_ALIGN,MECHANICAL_GANTRY_CALIBRATION))
84
+ .enabled (ANY (Z_STEPPER_AUTO_ALIGN, MECHANICAL_GANTRY_CALIBRATION))
85
85
.tag (2 ).button (LEVEL_AXIS_POS, GET_TEXT_F (MSG_LEVEL_X_AXIS))
86
86
.enabled (ENABLED (HAS_BED_PROBE))
87
87
.tag (3 ).button (PROBE_BED_POS, GET_TEXT_F (MSG_PROBE_BED))
@@ -103,7 +103,7 @@ void LevelingMenu::onRedraw(draw_mode_t what) {
103
103
bool LevelingMenu::onTouchEnd (uint8_t tag) {
104
104
switch (tag) {
105
105
case 1 : GOTO_PREVIOUS (); break ;
106
- #if ANY(Z_STEPPER_AUTO_ALIGN,MECHANICAL_GANTRY_CALIBRATION)
106
+ #if ANY(Z_STEPPER_AUTO_ALIGN, MECHANICAL_GANTRY_CALIBRATION)
107
107
case 2 : SpinnerDialogBox::enqueueAndWait (F (" G34" )); break ;
108
108
#endif
109
109
#if HAS_BED_PROBE
You can’t perform that action at this time.
0 commit comments