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

@@ -3074,7 +3074,7 @@ inline void gcode_G28() {
#if ENABLED(Z_PROBE_SLED)
dock_sled(false); // engage (un-dock) the Z probe
#elif ENABLED(Z_PROBE_ALLEN_KEY) //|| SERVO_LEVELING
#elif ENABLED(Z_PROBE_ALLEN_KEY) || (ENABLED(DELTA) && SERVO_LEVELING)
deploy_z_probe();
#endif
@@ -3342,7 +3342,7 @@ inline void gcode_G28() {
#if ENABLED(DELTA)
// Allen Key Probe for Delta
#if ENABLED(Z_PROBE_ALLEN_KEY)
#if ENABLED(Z_PROBE_ALLEN_KEY) || SERVO_LEVELING
stow_z_probe();
#elif Z_RAISE_AFTER_PROBING > 0
raise_z_after_probing(); // ???