Same error ever time: +.012 out of range when I set a new rang

Basic Information: Move out of range: -19.024 -21.024 10.000 [0.000]
Printer Model:Ender 3 v2
MCU / Printerboard: Ender 3
Silent Board Motherboard V4.2.2
Host / SBC: BTT Pad 7

This issue persists with a consistent error of 0.012 each time.

For example, if I set a new maximum of -19.024, the next time I home, I encounter the error “Move out of range: -19.036,” and this pattern continues repeatedly—for both the X and Y axes.

klippy (updated).log (3.7 MB)

printer.cfg (13.1 KB)

Everything was working perfectly yesterday. Today, I set up input shaping, and now I’m encountering the following error every time I home all axes:

Move out of range: -19.024 -21.024 10.000 [0.000]

I’m not sure where to start troubleshooting, as everything was set up correctly yesterday. For some reason, it’s no longer functioning properly today. I think it might have something to do with my input shaping? maybe my microcontroller architecture - I changes it to Linux process

Any help would be greatly appreciated!

It’s overshooting slightly when homing. Just set position_min for both axes to a slightly lower number. So if your X endstop is at -19, leave that value alone and set the minimum to -19.5.

hey hey! this worked thank you much,

but - is this a workaround or a solution? does this mean my ends tops are set wrong?