Ender 3 cant move over 110 pos

Hello there!

First time configuring a printer with Klipper, all looks fine, but its weird that the X and Y axis moves at the max position of ~110.
After homing and move to 110 it already goes out of the bed range.
I added my Print config, but I checked with the ender 3 model config, and looks like is ok. Anyone already had this kind of problem?

Using M4P + CB1

Thanks in advance

config-20240601-121800.zip (3.2 KB)
klippy.zip (116.9 KB)

Basic Information:

Printer Model: Ender 3
MCU / Printerboard: M4p + CB1
Host / SBC
klippy.log

Changed the rotation_distance from 40 to 80, looks like it fixed. But its weird as I never seen this values in other configs

For an unmodified Ender 3 a rotation_distance of 80 is definitively wrong.

You should measure how far the printer actually moves, e.g. when you command it to move 10mm in X or Y.

In addition, make sure not to mix up G90 (absolute positioning) and G91 (relative positioning).

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.