Merge branch '73-taz6-workhorse-filament-sensor-assigned-the-wrong-pin' into 'master'

using X max connection on rambo for filament runout

Closes #73

See merge request lulzbot3d/marlin!52
This commit is contained in:
Brian Kahl 2022-02-14 14:00:01 +00:00
commit 73752c25c8

View File

@ -63,7 +63,6 @@
// Limit Switches
//
#define X_MIN_PIN 12
#define X_MAX_PIN 24
#define Y_MIN_PIN 11
#define Y_MAX_PIN 23
#ifndef Z_MIN_PIN
@ -79,7 +78,9 @@
#endif
#ifndef FIL_RUNOUT_PIN
#define FIL_RUNOUT_PIN 5
#define FIL_RUNOUT_PIN 24 //using X max port and the same connector as the sidekick filament runout sensor
#else
#define X_MAX_PIN 24
#endif
//