🚸 Include extra axes in position report (#23490)
This commit is contained in:
committed by
Scott Lahteine
parent
e0f75d4f06
commit
41f80a4498
@ -771,7 +771,7 @@ constexpr uint8_t epps = ENCODER_PULSES_PER_STEP;
|
||||
// Add a manual move to the queue?
|
||||
if (axis != NO_AXIS_ENUM && ELAPSED(millis(), start_time) && !planner.is_full()) {
|
||||
|
||||
const feedRate_t fr_mm_s = (axis <= LOGICAL_AXES) ? manual_feedrate_mm_s[axis] : XY_PROBE_FEEDRATE_MM_S;
|
||||
const feedRate_t fr_mm_s = (axis < LOGICAL_AXES) ? manual_feedrate_mm_s[axis] : XY_PROBE_FEEDRATE_MM_S;
|
||||
|
||||
#if IS_KINEMATIC
|
||||
|
||||
|
Reference in New Issue
Block a user