Setting X/Y Min Max?

Basic Information:

Printer Model: Ender 3 Pro
MCU / Printerboard: 4.2.7
config-20231218-190013.zip (3.8 KB)

klippy.log

Fill out above information and in all cases attach your klippy.log file (use zip to compress it, if too big). Pasting your printer.cfg is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there

Describe your issue:

I just installed Klipper on my Ender 3 Pro, and I am trying to configure my offsets and min/max since my mesh is probing off the bed. I am trying to adjust my Y min so “0” is really 24, which puts the XY 0,0 at the bottom left of my bed. After updating the config and restarting, it still goes to the 0 location off the bed. I have already configured the offsets for my CR Touch on my Sprite pro, what else am I missing?

Hello @LazerKhat

[stepper_y]
step_pin: PB7
dir_pin: PB8
enable_pin: !PC3
microsteps: 16
rotation_distance: 39.72
endstop_pin: ^PA6
position_endstop: 0
position_max: 235
position_min: 24
homing_speed: 50

position_min: 24 describes the minimal position the printhead can reach. Even it is not over the bed any more.
It it is 24mm away from the bed, so you have to set position_min: -24.

For more info see here:

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