We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8e7bd commit a321125Copy full SHA for a321125
Marlin/src/lcd/extui/ftdi_eve_touch_ui/generic/main_menu.cpp
@@ -113,9 +113,9 @@ bool MainMenu::onTouchEnd(uint8_t tag) {
113
case 4: GOTO_SCREEN(MoveAxisScreen); break;
114
case 5:
115
injectCommands(F("M84 E"
116
- TERN_(DISABLE_INACTIVE_X, " X")
117
- TERN_(DISABLE_INACTIVE_Y, " Y")
118
- TERN_(DISABLE_INACTIVE_Z, " Z")
+ TERN_(DISABLE_IDLE_X, " X")
+ TERN_(DISABLE_IDLE_Y, " Y")
+ TERN_(DISABLE_IDLE_Z, " Z")
119
));
120
break;
121
case 6: GOTO_SCREEN(TemperatureScreen); break;
0 commit comments