parent
bd4160dbaf
commit
fa0d909dd3
1 changed files with 7 additions and 0 deletions
|
@ -50,6 +50,13 @@
|
||||||
#define Z_MIN_PROBE_PIN P1_24
|
#define Z_MIN_PROBE_PIN P1_24
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Filament Runout Sensor
|
||||||
|
//
|
||||||
|
#ifndef FIL_RUNOUT_PIN
|
||||||
|
#define FIL_RUNOUT_PIN P1_28
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Steppers
|
// Steppers
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue