-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmillproject
More file actions
37 lines (28 loc) · 773 Bytes
/
Copy pathmillproject
File metadata and controls
37 lines (28 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# this is an example config file for pcb2gcode.
# place this in the same directory as your gerber files to save typing
# You may want to uncomment and change those in local project files
#front=board.front.gbr
#back=board.back.gbr
#outline=board.outline.gbr
#drill=board.plated-drill.cnc
# The board outline is 10mil wide, no holes
fill-outline = yes
outline-width = 0.010
# parameters for isolation routing / engraving / etching
#offset=1 # uncomment for voronoi regions
#offset=0.010 # uncomment for 20mil isolator
zwork=-0.008
zsafe=0.08
mill-feed=6
mill-speed=30000
# parameters for cutting out boards
cutter-diameter=0.03937
zcut=-0.08
cut-feed=3
cut-speed=20000
cut-infeed=0.1
# drilling parameters
zdrill=-0.08
zchange=0.8
drill-feed=3
drill-speed=20000