Move out of range error
Hi, I get this error,
G28 executed,
QUAD_GANTRY_LEVEL executed,
BED_MESH_CALIBRATE I receive the following error: Move out of range: -2.000 21.800 1.000 [0.000],
apparently after updating the various entries.
This appeared in the console (it wasn't there before):
BDsensorVer:V1.2 pandapi3d.com ,switch_mode=0,collision_homing=0
I can't understand the problem.
Can you help me on how solve it? Thank you in advance
it seems that the x position -2 is not allowed. the reason is here: the mesh_min in the section [bed_mesh] is 20 , but the x_offset = 22 in the senction BDsensor.
Thank you very much, now I have another error, I'll try to solve it myself (if I can)