#Moved out of range when bed mesh calibrating

14 messages · Page 1 of 1 (latest)

narrow sinew
manic narwhal
#

What have you done at that moment. Sorry to say but normally the message is self explaining in your case you try to move to -43 in y

narrow sinew
#

I pressed the mesh calibrate button in heightmap

manic narwhal
#

Then check your tobe offset and your mesh coordinates

#

Klipper try’s to get your probe to that point and depending on the probe placement that can end in a nozzle position that would be out of range

narrow sinew
#

ahh maybe y_offset is inverted

#

cause that's 43

manic narwhal
#

That is your probe [bltouch] sensor_pin = ^PC14 control_pin = PC13 x_offset = 0 y_offset = 43 speed = 20 stow_on_each_sample = false samples = 1 z_offset = 1.000

narrow sinew
#

yes

manic narwhal
#

That is your mesh [bed_mesh] speed = 150 mesh_min = 8, 0 mesh_max = 210,194 probe_count = 10,10 fade_start = 1 fade_end = 10 fade_target = 0 algorithm = bicubic

narrow sinew
manic narwhal
#

To reach your mesh min the nozzle must go to 0 - 43 = -43

narrow sinew
#

changed y_offset to -43

#

yeah makes sense