Basic Information:
Printer Model: Ender 3 V2
MCU / Printerboard: Creality v4.2.2
Host / SBC: Raspberry Pi 4, 4GB
klippy.log (61.5 KB)
Describe your issue:
This is my first time trying to set up the printer using Klipper. I believe I accounted for the X and Y offsets of my BL Touch mount (using the JKostenov v3 mount from Thingiverse) when setting the bed_mesh mesh_mix and mesh_max. When I go to do a screws_tilt_calculate
, I’m still getting an out of range error.
Any suggestions?
Hello @anthonylavado !
[bltouch]
sensor_pin = ^PB1
control_pin = PB0
x_offset = -42.0
y_offset = -10.0
z_offset = 1.840
[bed_mesh]
speed = 120
horizontal_move_z = 5
mesh_pps = 2, 2
mesh_min = 15, 15
mesh_max = 191,220
probe_count = 5,5
algorithm = bicubic
fade_start = 1
fade_end = 10
fade_target = 0
You have to take the offsets into consideration of the bed mesh.
Lines 12 & 13 are nozzle coordinates.
If the probe is 42 mm left of the nozzle, the mesh may start at 42 + 15 = 57
Please also see here: Move out of range: X Y Z [E]