mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-20 08:04:15 +00:00
🩹 Fix planner typo (#24977)
This commit is contained in:
parent
505d73d2ba
commit
db60e0e7dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue