Hi all,
I have narrowed down my issue trying to print on my Anet A6 with Marlin 1.1.9 + BLTouch.
If I command the the Z axis to Z0, the probe lowers to the bed, the BLTouch sensor seems to be operating correctly. However, after the operation is complete,
Th extruder moves to a Z offset of 10. I have looked at the firmware but cannot find anything that would seem to cause this. Any suggestions?
Here is the terminal capture of the commands.
[...]
Send: G28 X0 Y0
[...]
Recv: X:-3.00 Y:-5.00 Z:5.20 E:0.00 Count X:-300 Y:-500 Z:2000
Recv: ok
[...]
Send: G28 Z0
[...]
Recv: X:141.00 Y:131.00 Z:10.04 E:0.00 Count X:14100 Y:13100 Z:4000
Recv: ok
Thanks,
Wayne