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:
@ -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)
|
||||
|
Reference in New Issue
Block a user