We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2976bb4 commit bd9d7a3Copy full SHA for bd9d7a3
Marlin/src/lcd/extui/mks_ui/draw_number_key.cpp
@@ -243,10 +243,10 @@ static void set_value_confirm() {
243
#if HAS_Z_AXIS
244
case ZMaxFeedRate: planner.settings.max_feedrate_mm_s[Z_AXIS] = atof(key_value); break;
245
#endif
246
- #if HAS_E0_AXIS
+ #if HAS_EXTRUDERS
247
case E0MaxFeedRate: planner.settings.max_feedrate_mm_s[E_AXIS] = atof(key_value); break;
248
249
- #if HAS_E1_AXIS
+ #if HAS_MULTI_EXTRUDER
250
case E1MaxFeedRate: planner.settings.max_feedrate_mm_s[E_AXIS_N(1)] = atof(key_value); break;
251
252
0 commit comments