Printer Model: Ender 3v2
MCU / Printerboard: Whatever is default in the Ender 3v2, I’m not sure
Host / SBC: Raspberry Pi 3B+
klippy.log klippy.log (54.6 KB)
printer.cfg printer.cfg (8.4 KB)
Describe your issue:
Whenever I try to configure the bed mesh, it gives me an error on probe 6 I believe. The error is “Move out of range: 60.000 235.000 5.000 [0.000]”
I looked in my printer.cfg and there is no reference to 235 anywhere.
Edit: did some more research, I fixed it. Forgot to account for the bltouch offset. Solution was to subtract 190 (mesh_max) from the error, which gave me 45, then I did 220 (set bed size) - 45, which gave me the number i needed for the mesh_max.