Added onedrill parameter and set cutter-diameter
This commit is contained in:
		@@ -5,4 +5,4 @@
 | 
			
		||||
MILLSPEED=600
 | 
			
		||||
MILLFEED=200
 | 
			
		||||
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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user