intelligent-agent / redeem

Firmware for Replicape
http://wiki.thing-printer.com/index.php?title=Redeem
GNU General Public License v3.0
36 stars 44 forks source link

G33 probing returns enstop offsets half of what they should be #219

Closed goeland86 closed 5 years ago

goeland86 commented 5 years ago

My printer offsets before calibration are as follows:

offset_x = -0.467837757427
offset_y = -0.466515032858
offset_z = -0.464768006782

I run G33 N4 P (G29 macro included below), and end up with the following offsets:

Recv: delta calibration : offset_x = -0.26759
Recv: delta calibration : offset_y = -0.265634
Recv: delta calibration : offset_z = -0.265042

When running M500 the local.cfg then reads

offset_x = -0.26759018891530856
offset_y = -0.2656344837871469
offset_z = -0.2650423203330856

Clearly this is a nasty bug that prevents auto calibration from functioning. I'm linking to the kossel_mini.cfg for the printer.cfg, and local.cfg is linked here. This happens when running master or revolve branches as of today (2019-08-26).

goeland86 commented 5 years ago

Uh, woops. Realized something reading through my local.cfg again... the probe's offset_z was -0.2 instead of -0.002...