cabbagecreek / Marlin3DprinterTool

Marlin3dPrinterTool is a open-source software that helps you configure and test your 3D printer.
https://plus.google.com/u/0/communities/103616587200621103791
258 stars 66 forks source link

Testing z-Probe #161

Closed ghost closed 6 years ago

ghost commented 6 years ago

Measuring Z-Probe repeatability does not work. After the first calibration with the BLTouch no value is given and the process is stoped. The software is completely blocked and must be reset.

Version: 0.25.6607.18348 Marlin 1.1.8 Printer CR-10S Using BLTouch

zprobeoffset

ghost commented 6 years ago

Already found the issue. Z_MIN_PROBE_REPEATABILITY_TEST must be defined in Marlin Line 726 Marlin 1.1.8 Configuration.h

cabbagecreek commented 6 years ago

Perfect!!. During 3Dmeetup in Sweden last weekend I was doing alot if improvements. I have totaly rewritten the Z-probe offset calculation.

cabbagecreek commented 6 years ago

I have released v0.26-beta and this issue is solved