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

Apply Probe Z offset to G30 #163

Closed zaped212 closed 5 years ago

zaped212 commented 5 years ago

G30 previously took the X and Y probe offsets into account when probing a given position. This allow getting bed information for where the hotend should be instead of measuring at an offset position.

This takes the Z offset into account when returning the probe information. This also removes the offset from being indirectly applied with the G33 commands.

zaped212 commented 5 years ago

Looks like some changes got messed up when I pushed. ill close and resubmit later.