Advertisement
Guest User

Untitled

a guest
May 25th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. ; homez.g
  2. ; called to home the Z axis
  3. ;
  4. ; generated by RepRapFirmware Configuration Tool on Wed Oct 25 2017 13:35:35 GMT+0200 (Vest-Europa (sommertid))
  5.  
  6. ; Lift Z relatively to current position
  7. G91
  8. G1 Z5 F6000 S2
  9.  
  10. M98 Pdeployprobe.g
  11.  
  12. ; Move Z down until the switch triggers
  13. ;G1 Z-295 S1 F1800
  14. G30
  15.  
  16. ; Back to absolute positioning
  17. G90
  18.  
  19. ; Tell the firmware where we are
  20. ;G92 Z1.30
  21.  
  22. M98 Pretractprobe.g
  23.  
  24. ; Uncomment the following lines to lift Z after probing
  25. ;G91
  26. ;G1 Z5 F100
  27. ;G90
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement