Say "BLTOUCH" in machine info report
This commit is contained in:
parent
ed7d2694fc
commit
4afa293289
@ -2893,10 +2893,10 @@ inline void gcode_G4() {
|
|||||||
SERIAL_ECHOPGM("Probe: ");
|
SERIAL_ECHOPGM("Probe: ");
|
||||||
#if ENABLED(FIX_MOUNTED_PROBE)
|
#if ENABLED(FIX_MOUNTED_PROBE)
|
||||||
SERIAL_ECHOLNPGM("FIX_MOUNTED_PROBE");
|
SERIAL_ECHOLNPGM("FIX_MOUNTED_PROBE");
|
||||||
#elif HAS_Z_SERVO_ENDSTOP
|
|
||||||
SERIAL_ECHOLNPGM("SERVO PROBE");
|
|
||||||
#elif ENABLED(BLTOUCH)
|
#elif ENABLED(BLTOUCH)
|
||||||
SERIAL_ECHOLNPGM("BLTOUCH");
|
SERIAL_ECHOLNPGM("BLTOUCH");
|
||||||
|
#elif HAS_Z_SERVO_ENDSTOP
|
||||||
|
SERIAL_ECHOLNPGM("SERVO PROBE");
|
||||||
#elif ENABLED(Z_PROBE_SLED)
|
#elif ENABLED(Z_PROBE_SLED)
|
||||||
SERIAL_ECHOLNPGM("Z_PROBE_SLED");
|
SERIAL_ECHOLNPGM("Z_PROBE_SLED");
|
||||||
#elif ENABLED(Z_PROBE_ALLEN_KEY)
|
#elif ENABLED(Z_PROBE_ALLEN_KEY)
|
||||||
|
Loading…
Reference in New Issue
Block a user