Skip to content

Commit

Permalink
POWER_LOSS_PIN for BTT SKR mini MZ / E3 2.0 (#20069)
Browse files Browse the repository at this point in the history
  • Loading branch information
kad authored and thinkyhead committed Apr 29, 2021
1 parent 841f0d5 commit 7da62cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down

0 comments on commit 7da62cc

Please sign in to comment.