Z Endstop Servo => Z Probe Servo

This commit is contained in:
Scott Lahteine
2018-04-01 23:51:12 -05:00
parent 2dafc10da3
commit be098cd42f
59 changed files with 89 additions and 87 deletions

View File

@@ -833,8 +833,8 @@
*/
#if HAS_SERVOS
#ifndef Z_ENDSTOP_SERVO_NR
#define Z_ENDSTOP_SERVO_NR -1
#ifndef Z_PROBE_SERVO_NR
#define Z_PROBE_SERVO_NR -1
#endif
#endif