🧑💻 Remove servo macros
This commit is contained in:
committed by
Scott Lahteine
parent
d886320799
commit
ea22640d78
@ -343,7 +343,7 @@ FORCE_INLINE void probe_specific_action(const bool deploy) {
|
||||
|
||||
#elif HAS_Z_SERVO_PROBE
|
||||
|
||||
MOVE_SERVO(Z_PROBE_SERVO_NR, servo_angles[Z_PROBE_SERVO_NR][deploy ? 0 : 1]);
|
||||
servo[Z_PROBE_SERVO_NR].move(servo_angles[Z_PROBE_SERVO_NR][deploy ? 0 : 1]);
|
||||
|
||||
#elif EITHER(TOUCH_MI_PROBE, Z_PROBE_ALLEN_KEY)
|
||||
|
||||
|
Reference in New Issue
Block a user