using X max connection on rambo for foilament runout
This commit is contained in:
parent
33489f47e6
commit
66bde873b1
@ -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
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user