MagLev V4 probe by MDD

This commit is contained in:
Scott Lahteine 2021-12-27 13:35:05 -06:00
parent aa05f74b93
commit 73b513fdd8
298 changed files with 3278 additions and 0 deletions

View file

@ -1045,6 +1045,17 @@
*/
//#define BLTOUCH
/**
* MagLev V4 probe by MDD
*
* This probe is deployed and activated by powering a built-in electromagnet.
*/
//#define MAGLEV4
#if ENABLED(MAGLEV4)
//#define MAGLEV_TRIGGER_PIN 11 // Set to the connected digital output
#define MAGLEV_TRIGGER_DELAY 15 // Changing this risks overheating the coil
#endif
/**
* Touch-MI Probe by hotends.fr
*