homeing problem

Post Reply
alaskandog
Posts: 1
Joined: Mon Sep 14, 2015 2:41 am

homeing problem

Post by alaskandog » Mon Sep 14, 2015 2:46 am

When I push home for the y axis it goes the wrong way. Tried switching x and y plugs but no cigar

Mark
Posts: 1553
Joined: Thu Aug 06, 2015 9:19 am

Re: homeing problem

Post by Mark » Mon Sep 14, 2015 8:56 pm

You can change the corresponding direction of the motor in the firmware in configuration.h here:

#define INVERT_X_DIR false // for Mendel set to false, for Orca set to true
#define INVERT_Y_DIR true // for Mendel set to true, for Orca set to false
#define INVERT_Z_DIR false // for Mendel set to false, for Orca set to true
#define INVERT_E0_DIR true // for direct drive extruder v9 set to true, for geared extruder set to false
#define INVERT_E1_DIR false // for direct drive extruder v9 set to true, for geared extruder set to false
#define INVERT_E2_DIR false // for direct drive extruder v9 set to true, for geared extruder set to false

And the you can refer to this link here to reburn the firmware:
http://www.geeetech.com/forum/viewtopic ... 20&t=16433

Post Reply