TPARA followup
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
|
||||
inline bool SCARA_move_to_cal(const uint8_t delta_a, const uint8_t delta_b) {
|
||||
if (IsRunning()) {
|
||||
forward_kinematics_SCARA(delta_a, delta_b);
|
||||
forward_kinematics(delta_a, delta_b);
|
||||
do_blocking_move_to_xy(cartes);
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user