File: millproject

package info (click to toggle)
pcb2gcode 1.1.4-git20120902-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,400 kB
  • ctags: 358
  • sloc: sh: 10,116; cpp: 2,335; python: 53; makefile: 43
file content (37 lines) | stat: -rw-r--r-- 773 bytes parent folder | download | duplicates (3)
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