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:
And yes, bedsize is set to 210 in X and Y...
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...