Browse Source

POWER_LOSS_PIN for BTT SKR mini MZ / E3 2.0 (#20069)

vanilla_fb_2.0.x
Alexander D. Kanevskiy 4 years ago
committed by GitHub
parent
commit
3c318d0dc7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_common.h

7
Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_common.h

@ -62,6 +62,13 @@
#define FIL_RUNOUT_PIN PC15 // "E0-STOP"
#endif
//
// Power-loss Detection
//
#ifndef POWER_LOSS_PIN
#define POWER_LOSS_PIN PC12 // Power Loss Detection: PWR-DET
#endif
//
// Steppers
//

Loading…
Cancel
Save