X Carriage moves to X+ even when you press X- February 08, 2014 04:19PM |
Registered: 13 years ago Posts: 6 |
Re: X Carriage moves to X+ even when you press X- February 08, 2014 04:34PM |
Registered: 11 years ago Posts: 349 |
Re: X Carriage moves to X+ even when you press X- February 08, 2014 05:39PM |
Registered: 13 years ago Posts: 6 |
const bool X_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. const bool Y_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. const bool Z_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. const bool X_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop. const bool Y_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop. const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop. //#define DISABLE_MAX_ENDSTOPS //#define DISABLE_MIN_ENDSTOPS
Re: X Carriage moves to X+ even when you press X- February 08, 2014 08:27PM |
Registered: 14 years ago Posts: 1,780 |
Re: X Carriage moves to X+ even when you press X- February 08, 2014 08:42PM |
Registered: 13 years ago Posts: 6 |
Re: X Carriage moves to X+ even when you press X- February 09, 2014 07:40AM |
Registered: 12 years ago Posts: 177 |
Re: X Carriage moves to X+ even when you press X- February 09, 2014 09:27AM |
Registered: 13 years ago Posts: 6 |
Quote
T3P3
Hi Bluemetal
What do you get when you issue M119 in your host program? that should show what endstops are open/closed.
Cheers
Tony
Re: X Carriage moves to X+ even when you press X+ It is a fuse problem! February 09, 2014 11:00PM |
Registered: 13 years ago Posts: 6 |