millproject
Différences
Ci-dessous, les différences entre deux révisions de la page.
| millproject [2020/01/05 11:07] – créée jerome | millproject [2020/01/05 11:20] (Version actuelle) – jerome | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | |||
| + | < | ||
| + | # 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 | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | #verbose | ||
| + | |||
| + | # parameters for isolation routing / engraving / etching | ||
| + | zwork=-0.05 | ||
| + | zsafe=1.5 | ||
| + | zchange=15 | ||
| + | mill-feed=75 | ||
| + | mill-speed=1000 | ||
| + | |||
| + | # parameters for cutting out boards | ||
| + | cutter-diameter=1.4 | ||
| + | zcut=-1.6 | ||
| + | cut-feed=50 | ||
| + | cut-speed=1000 | ||
| + | cut-infeed=1 | ||
| + | |||
| + | # drilling parameters | ||
| + | zdrill=-1.6 | ||
| + | drill-feed=50 | ||
| + | drill-speed=1000 | ||
| + | |||
| + | # | ||
| + | # generate voronoi regions | ||
| + | offset=1.0 | ||
| + | dpi=1000 | ||
| + | # | ||
| + | </ | ||