Merge pull request #4927 from thinkyhead/rc_bltouch_noraise

Don't check Z_MAX on raise when the probe pwns the pin
This commit is contained in:
Scott Lahteine
2016-10-01 04:52:56 -05:00
committed by GitHub
2 changed files with 10 additions and 6 deletions

View File

@ -2945,10 +2945,10 @@ inline void gcode_G4() {
SERIAL_ECHOPGM("Probe: ");
#if ENABLED(FIX_MOUNTED_PROBE)
SERIAL_ECHOLNPGM("FIX_MOUNTED_PROBE");
#elif HAS_Z_SERVO_ENDSTOP
SERIAL_ECHOLNPGM("SERVO PROBE");
#elif ENABLED(BLTOUCH)
SERIAL_ECHOLNPGM("BLTOUCH");
#elif HAS_Z_SERVO_ENDSTOP
SERIAL_ECHOLNPGM("SERVO PROBE");
#elif ENABLED(Z_PROBE_SLED)
SERIAL_ECHOLNPGM("Z_PROBE_SLED");
#elif ENABLED(Z_PROBE_ALLEN_KEY)