0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-19 16:16:13 +00:00

Add Einsy Rambo Filament Runout Pin (#19136)

This commit is contained in:
Keith Bennett 2020-08-25 22:44:15 -07:00 committed by Scott Lahteine
parent 6043f5d5d0
commit 6844ef21d4

View file

@ -80,6 +80,13 @@
#define Z_MIN_PROBE_PIN 10
#endif
//
// Filament Runout Sensor
//
#ifndef FIL_RUNOUT_PIN
#define FIL_RUNOUT_PIN 62
#endif
//
// Steppers
//