Geeetech3D / Smartto-IAR

3D printer firmware and hardware of for stm32
11 stars 14 forks source link

Bed X/Y Origin incorrect #8

Open dekes1 opened 5 years ago

dekes1 commented 5 years ago

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