Advertisement
Guest User

peck tapping

a guest
Jan 6th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ; Holes for lathe bit holders
  2.  
  3. (Sane defaults)
  4. G17 G21 G40 G49 G54 G80 G90 G94
  5. F120
  6.  
  7. ; Offsets
  8. ; 50+5
  9. ; 100+5
  10. ; 150+5
  11. ; 200+5
  12. ; 250+5
  13.  
  14. G0Z10
  15. G0Y15
  16. #30 = 55
  17. o100 repeat [5]
  18. G0 Z10
  19. G0 X#30
  20. G0 Z1
  21. G1 Z0
  22. ;M3 S1000
  23. ;G83 Z-5 R0 Q.4 (peck drill with centre drill)
  24. ;G83 Z-25 R0 Q1 (peck drill with normal drill)
  25. (thread with m6 1mm thread)
  26. M3 S100
  27. #10 = 0
  28. o110 while [#10 GT -28]
  29. #10 = [#10 - 2]
  30. G33.1 K1 Z#10
  31. o110 endwhile
  32. #30 = [#30 + 50]
  33. o100 endrepeat
  34.  
  35. M2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement