16 hours ago, tinkergnome said:
Sounds like a firmware configuration thingy....?
http://marlinfw.org/docs/configuration/configuration.html#homing-options
Okay you were correct...
I wasnt understanding what I was looking at in the code.
By changing the X_MIN Y_MIN ;after Homing offset
to this:
#define X_MIN_POS -101
#define Y_MIN_POS -163
#define Z_MIN_POS 0
and ALSO using the CURA GCode addition of:
G92 X0 Y0 Z15
It is now printing dead center on the bed and I am running the first test print. Thanks man
Recommended Posts
tinkergnome 927
Sounds like a firmware configuration thingy....?
http://marlinfw.org/docs/configuration/configuration.html#homing-optionsLink to post
Share on other sites
jtaylor330 0
Tonight I will sit down and run through a clean configuration of marlin. Right now it’s using the preconfig files for the anetA8 because that is what the print controller came off of and all I changed was the bed dimensions to reflect this new build.
Link to post
Share on other sites