Page 1 of 1

Motor Y-Axis only move to down

Posted: Sun May 01, 2016 9:10 pm
by Mercurania
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

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
to

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
(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?

Re: Motor Y-Axis only move to down

Posted: Fri May 06, 2016 4:37 pm
by Admin
did you check the wirng of the y axis endstop? Max or min?