Touch-MI probe by hotends.fr (#14101)

A simple Z probe using a magnet to deploy a probe. See https://youtu.be/E7Ik9PbKPl0 for the sensor description...
This commit is contained in:
Tanguy Pruvot
2019-06-15 05:19:48 +02:00
committed by Scott Lahteine
parent 26de051e92
commit f2cfa408b7
105 changed files with 1661 additions and 3 deletions

View File

@ -66,6 +66,8 @@ void safe_delay(millis_t ms) {
"BLTOUCH"
#elif HAS_Z_SERVO_PROBE
"SERVO PROBE"
#elif ENABLED(TOUCH_MI_PROBE)
"TOUCH_MI_PROBE"
#elif ENABLED(Z_PROBE_SLED)
"Z_PROBE_SLED"
#elif ENABLED(Z_PROBE_ALLEN_KEY)