Added onedrill parameter and set cutter-diameter
This commit is contained in:
parent
ee895125cb
commit
f5e8e277eb
@ -5,4 +5,4 @@
|
|||||||
MILLSPEED=600
|
MILLSPEED=600
|
||||||
MILLFEED=200
|
MILLFEED=200
|
||||||
PROJECT=tuer
|
PROJECT=tuer
|
||||||
pcb2gcode --back $PROJECT-B_Cu.gbr --metric --zsafe 5 --zchange 10 --zwork -0.01 --offset 0.02 --mill-feed $MILLFEED --mill-speed $MILLSPEED --drill $PROJECT.drl --zdrill -2.5 --drill-feed $MILLFEED --drill-speed $MILLSPEED --basename $PROJECT
|
pcb2gcode --metric --onedrill --back $PROJECT-B_Cu.gbr --cutter-diameter 0.2 --zsafe 5 --zchange 10 --zwork -0.01 --offset 0.02 --mill-feed $MILLFEED --mill-speed $MILLSPEED --drill $PROJECT.drl --zdrill -2.5 --drill-feed $MILLFEED --drill-speed $MILLSPEED --basename $PROJECT
|
||||||
|
Loading…
Reference in New Issue
Block a user