protoloft / klipper_z_calibration

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

Can't probe after recent v1.0 update - Move out of range: 324.000 472.000 7.668 #89

Closed Gil80 closed 1 year ago

Gil80 commented 1 year ago

I've read to changelog and the new config to apply. I don't use safe_z_home, I use homing_override. Therefore, when I try to probe, I get an error Move out of range: 324.000 472.000 7.668.

This is my config for z calibration:

[z_calibration]
nozzle_xy_position: 169,236
switch_xy_offsets: 20.5,41
#bed_xy_position: 117.5,117.5 ; disabled because I'm using bed mesh reference index.
wiggle_xy_offsets: 155,236
switch_offset: 0.45 #measured 0.41mm #0.45 for textured side, #0.39 for smooth side.
offset_margins: -1.0,1.0

what are the values I should use for nozzle_xy_position?

Gil80 commented 1 year ago

fixed the issue. the wiggle values are wrong.

TitusLabs commented 1 year ago

Yes, with wiggle this can happen easily. I will add this to the documentation...