Motor Y-Axis only move to down
Posted: Sun May 01, 2016 9:10 pm
Hi all,
I bought a Delta Rostock G2S and it's assembled. But, I am trying the calibrate.
There an issue with motor of Y-Axis (at right of the LCD Panel). When trying auto home, this motor move to down.
In "configuration.h" changed
to
(and, of course, compiled and uploaded with Arduino program 1.0.5)
but don't work. Motor goes to down same.
What's is the error? Anything I don't make well?
I bought a Delta Rostock G2S and it's assembled. But, I am trying the calibrate.
There an issue with motor of Y-Axis (at right of the LCD Panel). When trying auto home, this motor move to down.
In "configuration.h" changed
Code: Select all
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
#define INVERT_X_DIR true // DELTA does not invert
#define INVERT_Y_DIR true
#define INVERT_Z_DIR true
#define INVERT_E0_DIR true
#define INVERT_E1_DIR false
#define INVERT_E2_DIR false
#define INVERT_E3_DIR false
Code: Select all
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
#define INVERT_X_DIR true // DELTA does not invert
#define INVERT_Y_DIR false
#define INVERT_Z_DIR true
#define INVERT_E0_DIR true
#define INVERT_E1_DIR false
#define INVERT_E2_DIR false
#define INVERT_E3_DIR false
but don't work. Motor goes to down same.
What's is the error? Anything I don't make well?