Help with motor wiring and endstops (pics included) January 20, 2015 10:01PM |
Registered: 9 years ago Posts: 12 |
SENDING:M119 Reporting endstop status x_min: TRIGGERED x_max: open y_min: TRIGGERED y_max: open z_min: TRIGGERED z_max: open >>>m119
Re: Help with motor wiring and endstops (pics included) January 20, 2015 10:16PM |
Registered: 9 years ago Posts: 329 |
// ENDSTOP SETTINGS: // Sets direction of endstops when homing; 1=MAX, -1=MIN #define X_HOME_DIR -1 #define Y_HOME_DIR -1 #define Z_HOME_DIR -1
Re: Help with motor wiring and endstops (pics included) January 21, 2015 11:07AM |
Registered: 10 years ago Posts: 477 |
Re: Help with motor wiring and endstops (pics included) January 21, 2015 11:12AM |
Registered: 10 years ago Posts: 477 |
Re: Help with motor wiring and endstops (pics included) January 21, 2015 06:47PM |
Registered: 9 years ago Posts: 12 |
Re: Help with motor wiring and endstops (pics included) January 21, 2015 08:02PM |
Registered: 9 years ago Posts: 12 |
// ENDSTOP SETTINGS: // Sets direction of endstops when homing; 1=MAX, -1=MIN #define X_HOME_DIR -1 #define Y_HOME_DIR -1 #define Z_HOME_DIR -1
// ENDSTOP SETTINGS: // Sets direction of endstops when homing; 1=MAX, -1=MIN #define X_HOME_DIR 1 #define Y_HOME_DIR -1 #define Z_HOME_DIR -1
Re: Help with motor wiring and endstops (pics included) January 22, 2015 12:04PM |
Registered: 12 years ago Posts: 110 |
Re: Help with motor wiring and endstops (pics included) January 22, 2015 04:02PM |
Registered: 9 years ago Posts: 12 |