XY_TRAVEL_SPEED => XY_PROBE_SPEED

This commit is contained in:
Scott Lahteine
2016-06-22 02:38:50 -07:00
parent 88dc543584
commit 2798499b71
23 changed files with 64 additions and 67 deletions

View File

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