Skip to content
Snippets Groups Projects
Commit fa0d909d authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Add FIL_RUNOUT_PIN for BIGTREE_SKR_V1.3

See #13267
parent bd4160db
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,13 @@ ...@@ -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
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment