MagLev V4 probe by MDD (#23192)

This commit is contained in:
Ave6683
2021-12-27 22:28:27 +01:00
committed by GitHub
parent 3f6147fe85
commit d557db8425
6 changed files with 51 additions and 7 deletions

View File

@@ -1502,6 +1502,10 @@ void setup() {
SETUP_RUN(bltouch.init(/*set_voltage=*/true));
#endif
#if ENABLED(MAGLEV4)
OUT_WRITE(MAGLEV_TRIGGER_PIN, LOW);
#endif
#if ENABLED(I2C_POSITION_ENCODERS)
SETUP_RUN(I2CPEM.init());
#endif