🩹 Fix planner typo (#24977)

This commit is contained in:
ellensp 2022-11-26 14:17:24 +13:00 committed by Scott Lahteine
parent 505d73d2ba
commit db60e0e7dc
1 changed files with 1 additions and 1 deletions

View File

@ -2167,7 +2167,7 @@ bool Planner::_populate_block(
sq(steps_dist_mm.x), + sq(steps_dist_mm.y), + sq(steps_dist_mm.z),
+ sq(steps_dist_mm.i), + sq(steps_dist_mm.j), + sq(steps_dist_mm.k),
+ sq(steps_dist_mm.u), + sq(steps_dist_mm.v), + sq(steps_dist_mm.w)
);
)
#elif ENABLED(FOAMCUTTER_XYUV)
#if HAS_J_AXIS
// Special 5 axis kinematics. Return the largest distance move from either X/Y or I/J plane