Welcome! Log In Create A New Profile

Advanced

Y axist stop at 180 mm

Posted by Jahaziel Morales 
Y axist stop at 180 mm
June 14, 2016 10:39PM
Hello Guys
i brougth a prusa aluminum I3 printer everything looks good but. when i try to print large pices mis y axis stops at 180 mm and cant go further my print look like if theres an invisible wall or something..

i try to look out for the y axis maximun travel configuration in arduino but cant find the rigth code currently i have Marlin frimware.

please help

Edited 1 time(s). Last edit at 06/14/2016 10:40PM by Jahaziel Morales.
Re: Y axist stop at 180 mm
June 15, 2016 02:49AM
// Travel limits after homing (units are in mm)
#define X_MIN_POS 0
#define Y_MIN_POS 0
#define Z_MIN_POS 0
#define X_MAX_POS 200
#define Y_MAX_POS 200
#define Z_MAX_POS 200

ie the MAX_POS defines the size of the bed
Sorry, only registered users may post in this forum.

Click here to login