0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-19 16:16:13 +00:00

🩹 Fix planner typo (#24977)

This commit is contained in:
ellensp 2022-11-26 14:17:24 +13:00 committed by GitHub
parent 59e19898ce
commit 9c092ed0fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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