BTT SKR Pro runout pins (#18416)
This commit is contained in:
parent
ce3fb61604
commit
2330ee48f2
@ -98,6 +98,19 @@
|
|||||||
#define Z_MIN_PROBE_PIN PA2
|
#define Z_MIN_PROBE_PIN PA2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Filament Runout Sensor
|
||||||
|
//
|
||||||
|
#ifndef FIL_RUNOUT_PIN
|
||||||
|
#define FIL_RUNOUT_PIN PE15
|
||||||
|
#endif
|
||||||
|
#ifndef FIL_RUNOUT2_PIN
|
||||||
|
#define FIL_RUNOUT2_PIN PE10
|
||||||
|
#endif
|
||||||
|
#ifndef FIL_RUNOUT3_PIN
|
||||||
|
#define FIL_RUNOUT3_PIN PG5
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Steppers
|
// Steppers
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user