Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
drl2gcode
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
drl2gcode
Commits
1c9a7263
Commit
1c9a7263
authored
May 09, 2018
by
Franco (nextime) Lanza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add readme.md
parent
c5d9584f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
README.md
README.md
+32
-0
No files found.
README.md
0 → 100644
View file @
1c9a7263
## installation:
Just download the file and/or clone this git repository and give execution permissions to the grl2gcode.py python script.
There are no external dependencies except for python itself.
The script should be able to run on almost any system providing python is installed, it should work with both python 2.x and 3.x
and with any standard excellion drill file
Tested on Devuan GNU/Linux only and with kicad.
## Usage:
Using kicad generate an excellion drill file using metric measurements and
auxiliary axis as drill origin after pointing grid origin on the bottom left
of your PCB design.
Then, launch ./grl2gcode.py passing as the only argument the file name of the
generated .drl excellion file.
Editing grl2gcode.py you will find some variables you can tweak:
*
SPINDLE_SPEED = 32000
*
XY_MOVE_SPEED = 3000
*
Z_MOVE_SPEED = 300
*
DRILL_MOVE_SPEED = 100
*
DRILL_DEPT = 2
*
SAFE_HEIGHT = 25
*
RUNNING_HEIGHT = 10
*
TOOL_HEIGHT = 40
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment