protoloft / klipper_z_calibration

Klipper plugin for self-calibrating z-offset
GNU General Public License v3.0
1.05k stars 151 forks source link

Move out of range during Calibrate_Z #125

Closed panas78 closed 1 year ago

panas78 commented 1 year ago

After updating to latest release i am having error during Calibrate_z

klippy (2).log

panas78 commented 1 year ago

i also tried CALIBRATE_Z BED_POSITION={75.00, 187.50} but again it tries to move out side of bed dimensions

Move out of range: 458.250 700.750 20.000 [0.000] Move out of range: 458.250 700.750 20.000 [0.000] probe at 231.000,360.000 is z=0.557500 probe at 231.000,360.000 is z=0.557500 probe at 231.000,360.000 is z=0.557500

panas78 commented 1 year ago

also tried to set bed_xy_position: 175.00, 187.50 in [z_calibration] with no luck

new klipper.log uploaded klippy (5).log

TitusLabs commented 1 year ago

Hi! The problem is, that you defined the switch_xy_offsets with absolute values. Either, you change it to switch_xy_offsets=-3.75,-19.25 (if your values are correct) or by using the right property for that: switch_xy_position=227.25,340.75