Geeetech3D/Smartto-IAR

Bed X/Y Origin incorrect

Opened this issue · 0 comments

In Firmware V1.xx.58, the X0:Y0 position of the nozzle does not correspond to the front left corner of the bed. In reality, the nozzle ends up approximately 8 mm to the left and 16mm to the front of the edge of the bed. This causes a number of issues in print setup.

The correction can be achieved in the firmware by setting these two values:
#define X_MIN_POSITION 8.0
#define Y_MIN_POSITION 16.0