forked from pcb2gcode/pcb2gcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
millproject_example
63 lines (56 loc) · 1.25 KB
/
millproject_example
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# This is an example config file for pcb2gcode.
# Rename this file "millproject" and place it in the same directory as your
# gerber files to save typing
# <option>=false is implicit, it is present just for clearness
# You may want to uncomment and change those in local project files (or you
# can specify them directly as command line arguments)
#front=board.front.gbr
#back=board.back.gbr
#outline=board.outline.gbr
#drill=board.plated-drill.drl
#preamble=preamble.ngc
#preamble-text=preamble_text.txt
#postamble=postamble.ngc
# Common options
dpi=1000
metric=true
metricoutput=true
mirror-absolute=false
optimise=true
zchange=10.0000
zero-start=true
zsafe=5.0000
# Mill options
extra-passes=0
mill-feed=600
mill-speed=10000
offset=0.1000
#offset=20 # Uncomment (and comment the previous line) for voronoi regions
zwork=-0.0500
# Drill options
drill-feed=1000
drill-side=auto
drill-speed=10000
milldrill=false
nog81=false
onedrill=false
zdrill=-2.5000
# Outline options
bridges=0.5000
bridgesnum=2
cut-feed=600
cut-side=auto
cut-infeed=10.0000
cut-speed=10000
cutter-diameter=3.0000
fill-outline=true
outline-width=0.2000
zbridges=-0.6000
zcut=-2.5000
# Autoleveller options
al-back=false
al-front=false
al-probefeed=100
al-x=15.0000
al-y=15.0000
software=LinuxCNC