🐛 Fix Robin Nano v3 filament runout pins (#23344)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
committed by
Scott Lahteine
parent
d034a9c295
commit
2c12171f46
@ -145,10 +145,10 @@
|
||||
#endif
|
||||
|
||||
#ifndef FIL_RUNOUT_PIN
|
||||
#define FIL_RUNOUT_PIN MT_DET_1_PIN
|
||||
#define FIL_RUNOUT_PIN PA4
|
||||
#endif
|
||||
#ifndef FIL_RUNOUT2_PIN
|
||||
#define FIL_RUNOUT2_PIN MT_DET_2_PIN
|
||||
#define FIL_RUNOUT2_PIN PE6
|
||||
#endif
|
||||
|
||||
#ifndef POWER_LOSS_PIN
|
||||
|
Reference in New Issue
Block a user