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:
commit
73752c25c8
@ -63,7 +63,6 @@
|
|||||||
// Limit Switches
|
// Limit Switches
|
||||||
//
|
//
|
||||||
#define X_MIN_PIN 12
|
#define X_MIN_PIN 12
|
||||||
#define X_MAX_PIN 24
|
|
||||||
#define Y_MIN_PIN 11
|
#define Y_MIN_PIN 11
|
||||||
#define Y_MAX_PIN 23
|
#define Y_MAX_PIN 23
|
||||||
#ifndef Z_MIN_PIN
|
#ifndef Z_MIN_PIN
|
||||||
@ -79,7 +78,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef FIL_RUNOUT_PIN
|
#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
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user