Advertisement
Guest User

Untitled

a guest
Jun 27th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. O<touchoff> SUB
  2. #<switch_offset> = 0.00
  3. #<pierce_height> = #1
  4. #<pierce_delay> = #2
  5. #<cut_height> = #3
  6.  
  7. (G53 G0 Z0)
  8. (G92 Z0)
  9. G38.2 Z-1 F60
  10. G92 Z#<switch_offset>
  11. G1 Z#<pierce_height>
  12.  
  13. M1
  14. M3 S1
  15. G4 P#<pierce_delay>
  16. G1 Z#<cut_height> F20
  17.  
  18. O<touchoff> ENDSUB
  19. M2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement