When homing the printer, the motors do not go all the way up to the endstops. They move all the axis's about 5cm down (instead of top) and then stop everytime when i hit the home button (or G28 command). I set Home X: Max, Home Y: Max, Home Z: Max, Printable Height: 330 from software and the configuration as follows:
#define X_HOME_DIR 1
#define Y_HOME_DIR 1
#define Z_HOME_DIR 1
#define Z_MAX_LENGTH 330
EEPROM values are same as firmware's. How can i fix this problem? Thanks.
#define X_HOME_DIR 1
#define Y_HOME_DIR 1
#define Z_HOME_DIR 1
#define Z_MAX_LENGTH 330
EEPROM values are same as firmware's. How can i fix this problem? Thanks.