Page 1 of 1

Mini G2S z-axis goes up when homing, the rest go down.

Posted: Mon Sep 28, 2015 3:54 am
by Trackzero
I have double checked all my cables, they are all plugged in the same(they are keyed so it makes it hard not to). When I issue the M119 command I get the following(which seems correct)
14:53:20.846 : Reporting endstop status
14:53:20.846 : x_max: open
14:53:20.846 : y_max: open
14:53:20.846 : z_min: open
14:53:20.846 : z_max: open

But when I home, it always takes the z-axis up, and the x and y axis down, to the point it locks up the cradle if I don't emergency stop it.

Re: Mini G2S z-axis goes up when homing, the rest go down.

Posted: Sun Oct 11, 2015 5:09 pm
by Mark
you motor goes in the wrog direction, you should change them here in the firmware:
change the corresponding settings here and ready to hit the emergency stop button if necessary!

#define INVERT_X_DIR true // for Mendel set to false, for Orca setto true
#define INVERT_Y_DIR false // for Mendel set to true, for Orca set to false

#define INVERT_Z_DIR true // for Mendel set to false, for Orca setto true

and you can refer to the link here to check the other things:
http://www.geeetech.com/forum/viewtopic ... 13&t=17042