Advertisement
Guest User

Untitled

a guest
May 25th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. ; homeall.g
  2. ; called to home all axes
  3. ;
  4. ; generated by RepRapFirmware Configuration Tool on Wed Oct 25 2017 13:35:35 GMT+0200 (Vest-Europa (sommertid))
  5.  
  6. ; Relative positioning
  7. G91
  8.  
  9. ; Lift Z
  10. G1 Z5 F6000 S2
  11.  
  12. ; Course home X or Y
  13. G1 X-295 Y-295 F1800 S1
  14. ; Course home X
  15. G1 X-295 S1
  16. ; Course home Y
  17. G1 Y-295 S1
  18.  
  19. ; Move away from the endstops
  20. G1 X5 Y5 F6000
  21.  
  22. ; Fine home X
  23. G1 X-295 F360 S1
  24. ; Fine home Y
  25. G1 Y-295 S1
  26.  
  27. M98 Pdeployprobe.g
  28.  
  29. ; Move Z down until the switch triggers
  30. ;G1 Z-295 F1800 S1
  31. G30
  32.  
  33. ; Absolute positioning
  34. ;G90
  35.  
  36. ; Tell the firmware where we are
  37. ;G92 Z1.5
  38.  
  39. M98 Pretractprobe.g
  40.  
  41. ; Uncomment the following line to lift the nozzle after probing
  42. ;G1 Z5 F100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement