Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ; homez.g
  2. ; called to home the Z axis
  3. ;
  4. ; generated by RepRapFirmware Configuration Tool on Wed Mar 22 2017 23:04:59 GMT-0400 (Eastern Daylight Time)
  5.  
  6. ; Lift Z relatively to current position
  7. G91
  8. G1 Z10 F6000
  9. G90
  10. G1 X144 Y95 F5000
  11. G91
  12.  
  13. ; Move Z down until the switch triggers
  14. G1 Z-205 S1 F1800
  15. G1 Z5 F3000
  16. G1 Z-7 S1 F100
  17.  
  18. ; Back to absolute positioning
  19. G90
  20.  
  21. ; Tell the firmware where we are
  22. G92 Z3
  23.  
  24. ; Uncomment the following lines to lift Z after probing
  25. G91
  26. G1 Z10 F100
  27. ;G90
  28. ;G1 X100 Y100 F5000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement