mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 14:12:52 +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"
|
#define FIL_RUNOUT_PIN PC15 // "E0-STOP"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Power-loss Detection
|
||||||
|
//
|
||||||
|
#ifndef POWER_LOSS_PIN
|
||||||
|
#define POWER_LOSS_PIN PC12 // Power Loss Detection: PWR-DET
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Steppers
|
// Steppers
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue