Undesired behavior with endstops swapped
Made my swap commented out so its the option not the default.
This commit is contained in:
parent
ca1477d830
commit
04fda6b3e9
@ -20,19 +20,19 @@
|
|||||||
//Note: I had to solder on the additional MAX Endstop pins to attach a Z-Probe
|
//Note: I had to solder on the additional MAX Endstop pins to attach a Z-Probe
|
||||||
//endstop switch.
|
//endstop switch.
|
||||||
//
|
//
|
||||||
#undef X_MIN_PIN
|
//#undef X_MIN_PIN
|
||||||
#undef X_MAX_PIN
|
//#undef X_MAX_PIN
|
||||||
#undef Y_MIN_PIN
|
//#undef Y_MIN_PIN
|
||||||
#undef Y_MAX_PIN
|
//#undef Y_MAX_PIN
|
||||||
#undef Z_MIN_PIN
|
//#undef Z_MIN_PIN
|
||||||
#undef Z_MAX_PIN
|
//#undef Z_MAX_PIN
|
||||||
|
|
||||||
#define X_MIN_PIN 2
|
//#define X_MIN_PIN 2
|
||||||
#define X_MAX_PIN 3
|
//#define X_MAX_PIN 3
|
||||||
#define Y_MIN_PIN 15
|
//#define Y_MIN_PIN 15
|
||||||
#define Y_MAX_PIN 14
|
//#define Y_MAX_PIN 14
|
||||||
#define Z_MIN_PIN 19
|
//#define Z_MIN_PIN 19
|
||||||
#define Z_MAX_PIN 18
|
//#define Z_MAX_PIN 18
|
||||||
//
|
//
|
||||||
|
|
||||||
#define E2_STEP_PIN 23
|
#define E2_STEP_PIN 23
|
||||||
|
Loading…
Reference in New Issue
Block a user