A few macros to support Klicky Z-Probe functions on my Voron Trident 250mm, namely Auto Z Calibration, Mesh Compensation, and Auto bed Leveling
- Download whichever macro files contain the functions you'd like to import
- /sys/mesh.g contains Mesh Compensation / heightmap calculations
- /sys/bed.g contains auto z calibration
- /macros/AutoBedLeveling.g contains, you guessed it, auto bed leveling
- Any values that need to be tuned to a specific printer are saved as variables at the top of the files. Carefully work through these, and supply the proper settings for your specific build
- Save the updated files to your printer, in the same directory I have organized them here
Current files are developed to support my 250mm Voron Trident, but should lend themselves well to any RepRap build with minor modifications (I designed for RepRap v3.4, I cannot promise backward compatibility)
This software is built on the shoulders of developers who came before me. Pay your respects to these outstanding members of the community:
- pRINTERnOODLE developed comprehensive software support for both Mesh Compensation and AutoZ Calibration. If you are in the early stages of your RepRap install, I strongly recommend starting here.
- Protoloft has a great repo for Auto Z Calibration on Klipper
- Of course, none of this would be possible without jlas1's Klicky Probe, the best drop-in ZProbe for CoreXY printers, hands down