Minor speedup for SCARA scaling

And cleanup of Delta IK macros...
This commit is contained in:
Scott Lahteine 2017-12-21 21:58:00 -06:00
parent 6f40d57e14
commit b5677907d0
3 changed files with 22 additions and 34 deletions

View file

@ -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)