Skip to content

Commit db60e0e

Browse files
ellenspthinkyhead
authored andcommitted
🩹 Fix planner typo (MarlinFirmware#24977)
1 parent 505d73d commit db60e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/module/planner.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2167,7 +2167,7 @@ bool Planner::_populate_block(
21672167
sq(steps_dist_mm.x), + sq(steps_dist_mm.y), + sq(steps_dist_mm.z),
21682168
+ sq(steps_dist_mm.i), + sq(steps_dist_mm.j), + sq(steps_dist_mm.k),
21692169
+ sq(steps_dist_mm.u), + sq(steps_dist_mm.v), + sq(steps_dist_mm.w)
2170-
);
2170+
)
21712171
#elif ENABLED(FOAMCUTTER_XYUV)
21722172
#if HAS_J_AXIS
21732173
// Special 5 axis kinematics. Return the largest distance move from either X/Y or I/J plane

0 commit comments

Comments
 (0)