XY_TRAVEL_SPEED => XY_PROBE_SPEED
This commit is contained in:
parent
88dc543584
commit
2798499b71
23 changed files with 64 additions and 67 deletions
|
|
@ -623,6 +623,8 @@
|
|||
#error "SERVO_ENDSTOP_ANGLES is deprecated. Use Z_SERVO_ANGLES instead."
|
||||
#elif defined(X_ENDSTOP_SERVO_NR) || defined(Y_ENDSTOP_SERVO_NR)
|
||||
#error "X_ENDSTOP_SERVO_NR and Y_ENDSTOP_SERVO_NR are deprecated and should be removed."
|
||||
#elif defined(XY_TRAVEL_SPEED)
|
||||
#error "XY_TRAVEL_SPEED is deprecated. Use XY_PROBE_SPEED instead."
|
||||
#endif
|
||||
|
||||
#endif //SANITYCHECK_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue