Skip to content

henols/GrblAutoLeveller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRBL AutoLeveller

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

w/o AutoLeveller Circuit milled without AutoLeveller

with AutoLeveller Circuit milled with AutoLeveller

For more information, download the executable, donate, please visit the AutoLeveller website.

Installation

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

License

GPLv2

About

Processes a GCode file to add a probing stage and uses that probing stage to automatically adjust the Z axis. Can be used to produce better milled PCB's.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.5%
  • Shell 0.5%