mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 16:16:13 +00:00
🔨 Robin Nano V3 overridable POWER_LOSS_PIN (#22123)
This commit is contained in:
parent
cc100429f2
commit
4eecc20ebc
1 changed files with 3 additions and 1 deletions
|
@ -190,7 +190,9 @@
|
|||
#define FIL_RUNOUT2_PIN MT_DET_2
|
||||
#endif
|
||||
|
||||
#ifndef POWER_LOSS_PIN
|
||||
#define POWER_LOSS_PIN PW_DET
|
||||
#endif
|
||||
#define PS_ON_PIN PW_OFF
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue