mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 08:08:25 +00:00
POWER_LOSS_PIN for BTT SKR mini MZ / E3 2.0 (#20069)
This commit is contained in:
parent
841f0d5778
commit
7da62cc9f7
1 changed files with 7 additions and 0 deletions
|
@ -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…
Reference in a new issue