Browse Source

🔨 Robin Nano V3 overridable POWER_LOSS_PIN (#22123)

mrv96 4 years ago
parent
commit
4eecc20ebc
No account linked to committer's email address
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      Marlin/src/pins/stm32f4/pins_MKS_ROBIN_NANO_V3.h

+ 3
- 1
Marlin/src/pins/stm32f4/pins_MKS_ROBIN_NANO_V3.h View File

190
   #define FIL_RUNOUT2_PIN               MT_DET_2
190
   #define FIL_RUNOUT2_PIN               MT_DET_2
191
 #endif
191
 #endif
192
 
192
 
193
-#define POWER_LOSS_PIN                    PW_DET
193
+#ifndef POWER_LOSS_PIN
194
+  #define POWER_LOSS_PIN                  PW_DET
195
+#endif
194
 #define PS_ON_PIN                         PW_OFF
196
 #define PS_ON_PIN                         PW_OFF
195
 
197
 
196
 //
198
 //

Loading…
Cancel
Save