Welcome! Log In Create A New Profile

Advanced

[SOLVED] Problem centering

Posted by Naesstrom 
[SOLVED] Problem centering
March 23, 2019 06:49AM
Ok I'll start by admitting that I havn't done anything to my Marlin fw since I built my printer 3-4 years ago but I recently updated my hotend and thus needed to change the thermistor settings!

Homing X and Y works just fine and I've set up the offset so G1 X0 Y0 brings it right to the corner of the bed but when I press Home Z it ends up here:

Running a M114 gives me X:9.00 Y:95.00 Z:3.10 at that position!

Safe homing seems correct:
#define Z_SAFE_HOMING

#if ENABLED(Z_SAFE_HOMING)
  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
  #define Z

And yes, bedsize is set to 210 in X and Y...

Edited 1 time(s). Last edit at 03/23/2019 03:29PM by Naesstrom.
Re: Problem centering
March 23, 2019 08:22AM
Complete config is here btw... incase I missed something
[github.com]
Re: Problem centering
March 23, 2019 03:29PM
Fixed by commenting out the following lines

#define MANUAL_X_HOME_POS 0
#define MANUAL_Y_HOME_POS 0
#define MANUAL_Z_HOME_POS 0
Sorry, only registered users may post in this forum.

Click here to login