Deploy & Stow in G29 for Delta + Z Servo Endstop

This commit is contained in:
Scott Lahteine
2016-03-30 16:41:16 -07:00
parent 33a9d32800
commit 82ef101ed5
2 changed files with 3 additions and 3 deletions

View File

@@ -339,7 +339,7 @@
#define MAX_PROBE_Y (min(Y_MAX_POS, Y_MAX_POS + Y_PROBE_OFFSET_FROM_EXTRUDER))
#endif
#define SERVO_LEVELING (defined(AUTO_BED_LEVELING_FEATURE) && defined(Z_ENDSTOP_SERVO_NR))
#define SERVO_LEVELING (ENABLED(AUTO_BED_LEVELING_FEATURE) && defined(Z_ENDSTOP_SERVO_NR) && Z_ENDSTOP_SERVO_NR >= 0)
/**
* Sled Options