Motor Y-Axis only move to down

Post Reply
Mercurania
Posts: 1
Joined: Sun May 01, 2016 8:27 pm

Motor Y-Axis only move to down

Post by Mercurania » 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

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?

User avatar
Admin
Posts: 486
Joined: Wed Nov 30, 2011 9:49 am

Re: Motor Y-Axis only move to down

Post by Admin » Fri May 06, 2016 4:37 pm

did you check the wirng of the y axis endstop? Max or min?

Post Reply