motor and endstop problems
Posted: Tue May 29, 2018 3:38 am
I have updated the firmware with file Marlin_GT2560-PI3_Pro_C.zip (md5 sum: d39c926a434787ee5b6bdcd0ae1a3d22)
using arduino-1.0.1-windows.zip
Problem 1:
At first both X and Y motors were moving in opposite direction. I corrected that by changing these 2 lines in Configuration.h
#define INVERT_X_DIR true // for Mendel set to false, for Orca set to true
#define INVERT_Y_DIR false // for Mendel set to true, for Orca set to false
Now the direction for all motors is correct. Therefore problem 1 is solved.
Problem 2:
Sending home (with repetier or panel) Y (bed) goes to front instead of back where the endstop is. So I have to use emergency stop. X and Z home correctly.
I tried to change
// Sets direction of endstops when homing; 1=MAX, -1=MIN
#define Y_HOME_DIR 1 //was -1
but it does not move when I send it to home.
Problem 3:
Z axis moves approximately 6mm when I move it 1mm using repetier. Is there a seeting in the firmware that will correct this?
Thanks!
SL
using arduino-1.0.1-windows.zip
Problem 1:
At first both X and Y motors were moving in opposite direction. I corrected that by changing these 2 lines in Configuration.h
#define INVERT_X_DIR true // for Mendel set to false, for Orca set to true
#define INVERT_Y_DIR false // for Mendel set to true, for Orca set to false
Now the direction for all motors is correct. Therefore problem 1 is solved.
Problem 2:
Sending home (with repetier or panel) Y (bed) goes to front instead of back where the endstop is. So I have to use emergency stop. X and Z home correctly.
I tried to change
// Sets direction of endstops when homing; 1=MAX, -1=MIN
#define Y_HOME_DIR 1 //was -1
but it does not move when I send it to home.
Problem 3:
Z axis moves approximately 6mm when I move it 1mm using repetier. Is there a seeting in the firmware that will correct this?
Thanks!
SL