AutoLeveller - The Java based software for 'levelling' GCode file for use on a CNC machine
Probes the surface to be etched then uses this information to adjust the Z height using bilenear interpolation
- Can be used on multiple operating systems
- Helps reduce air cuts when etching
- Can equally be used for etching other projects such as a metallic project box
Circuit milled without AutoLeveller
Circuit milled with AutoLeveller
For more information, download the executable, donate, please visit the AutoLeveller website.
The AutoLeveller project requires the vecmath.jar library which is part of the Java3D library
git clone https://github.com/**username**/AutoLeveller.git
#####NOTE: Add vecmath.jar to your referenced libraries within your IDE. The path for my PC is...
C:\Program Files (x86)\Java\Java3D\1.5.2\lib\ext\vecmath.jar
GPLv2