Skip to content

kooscode/excellon2gcode

Repository files navigation

excellon2gcode

NOTES

** Download the repo as ZIP.. then follow install instructions below.
** This has only been tested on Tormach CNC machines running Path Pilot, but its a canned drill cycle, so it should work fine on other machines.
** Spindle speed is fixed at 10k RPM for now, but you can change it in the .js file.. same with a few other presets..
** Check the EAGLE EXCELLON CAM processor Screenshot for details settings to generate drill file.

INSTALL INSTRUCTIONS:

Install Node.js from http://nodejs.org

Install the "command" and "clear" required node modules in the repo directory:

npm install --save command

npm install --save clear


Install "e2g" as a CLI command:
npm install -g


USAGE:
e2g [excellon-filename]

About

EXCELLON drill file to GCODE converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published