Advertisement
robathome

Untitled

May 10th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. ; Move to probing height
  2. G1 Z5 F3000
  3.  
  4. ; Begin probing sequence
  5. G30 P0 Z-99999;
  6. G30 P1 Z-99999;
  7. G30 P2 Z-99999;
  8. G30 P3 Z-99999;
  9. G30 P4 Z-99999;
  10. G30 P5 Z-99999;
  11. G30 P6 Z-99999;
  12. G30 P7 Z-99999;
  13. G30 P8 Z-99999;
  14. G30 P9 Z-99999;
  15. G30 P10 Z-99999;
  16. G30 P11 Z-99999;
  17. G30 P12 Z-99999;
  18. G30 P13 Z-99999;
  19. G30 P14 Z-99999;
  20. G30 P15 Z-99999;
  21. G30 P16 Z-99999;
  22. G30 P17 Z-99999;
  23. G30 P18 Z-99999;
  24. G30 P19 Z-99999;
  25. G30 P20 Z-99999;
  26. G30 P21 Z-99999;
  27. G30 P22 Z-99999;
  28. G30 P23 Z-99999;
  29. G30 P24 Z-99999;
  30. G30 P25 Z-99999;
  31. G30 P26 Z-99999;
  32. G30 P27 Z-99999;
  33. G30 P28 Z-99999;
  34. G30 P29 Z-99999;
  35. G30 P30 Z-99999 S-1;
  36.  
  37. ; Return to travel height
  38. G1 Z10 F3000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement