Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 941 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 941 Bytes

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]