Skip to content

Commit

Permalink
little demo of polar drill cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
cradek committed Jan 20, 2010
1 parent 7f618cf commit 336ae55
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nc_files/hole-circle.ngc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
; drill a bolt hole circle for 6 bolts at diameter 3 inches

G20 G17 G90

; position over first hole, establishing our radius of 1.5
; an equivalent command would be G0 @1.5 ^0 Z0
G0 X1.5 Y0 Z0

; drill six holes, incrementing 60 degrees each time
G91 G81 R.1 Z-.5 ^60 L6 F10

M2

0 comments on commit 336ae55

Please sign in to comment.