Generalize kinematics function names
This commit is contained in:
parent
9c4ad7d7ef
commit
d5e2d523c7
4 changed files with 34 additions and 39 deletions
|
|
@ -189,7 +189,7 @@ void cubic_b_spline(const float position[NUM_AXIS], const float target[NUM_AXIS]
|
|||
clamp_to_software_endstops(bez_target);
|
||||
|
||||
#if ENABLED(DELTA) || ENABLED(SCARA)
|
||||
calculate_delta(bez_target);
|
||||
inverse_kinematics(bez_target);
|
||||
#if ENABLED(AUTO_BED_LEVELING_FEATURE)
|
||||
adjust_delta(bez_target);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue