Welcome! Log In Create A New Profile

Advanced

Bed center way off. How do I center it?

Posted by coreformula 
Bed center way off. How do I center it?
March 04, 2015 09:49PM
I am using the most current copy of marlin on a custom Mendel type machine. I am having problems centering the bed on prints. It always starts an inch off the lower right on the side of the "X" end-stop and two inches off center on the "Y".

Is there a way for me to celebrate this in the firmware?

RAMBO board
200x200 build bed, but will be swapping it out with a 12"x12"
Re: Bed center way off. How do I center it?
March 05, 2015 09:21AM
in your configuration.h file


// Travel limits after homing
#define X_MAX_POS 185
#define X_MIN_POS 0
#define Y_MAX_POS 180
#define Y_MIN_POS 0
#define Z_MAX_POS 220
#define Z_MIN_POS 0

set those to your bed size in mm.

there is also a setting in the slicer program to set bed size.
Sorry, only registered users may post in this forum.

Click here to login