sled improvements

- create sled pin definition
- G28 Works with sled
This commit is contained in:
Christian Bohn
2015-05-11 23:22:19 +02:00
parent 8a0dc4d54a
commit fb44b53ae3
3 changed files with 72 additions and 38 deletions

View File

@@ -44,6 +44,10 @@
#define FAN_PIN 4
#endif
#ifdef Z_PROBE_SLED
#define SLED_PIN 27
#endif
#ifdef NUM_SERVOS
#define SERVO0_PIN -1