Minor speedup for SCARA scaling
And cleanup of Delta IK macros...
This commit is contained in:
parent
6f40d57e14
commit
b5677907d0
3 changed files with 22 additions and 34 deletions
|
|
@ -422,7 +422,7 @@
|
|||
|
||||
#if ENABLED(DELTA) // apply delta inverse_kinematics
|
||||
|
||||
DELTA_RAW_IK();
|
||||
DELTA_IK(raw);
|
||||
planner.buffer_segment(delta[A_AXIS], delta[B_AXIS], delta[C_AXIS], in_raw[E_AXIS], fr, active_extruder);
|
||||
|
||||
#elif IS_SCARA // apply scara inverse_kinematics (should be changed to save raw->logical->raw)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue