Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. ; homeall.g
  2. ; called to home all axes
  3. ;
  4. ; generated by RepRapFirmware Configuration Tool on Wed Mar 22 2017 23:04:59 GMT-0400 (Eastern Daylight Time)
  5.  
  6. ; Relative positioning
  7. G91
  8.  
  9. ; Lift Z
  10. G1 Z10 F6000
  11.  
  12. ; Course home X and Y
  13. G1 X-235 Y-262 F4000 S1
  14.  
  15. ; Move away from the endstops
  16. G1 X5 Y5 F6000
  17.  
  18. ; Fine home X and Y
  19. G1 X-235 Y-262 F1800 S1
  20.  
  21. ; Use Absolute Positioning
  22. G90
  23.  
  24. ; Move X and Y to center
  25. G1 X144 Y95 F5000
  26.  
  27. ; Back to relative positioning
  28. G91
  29.  
  30. ; Move Z down until the switch triggers
  31. G1 Z-205 F1800 S1
  32. G1 Z5 F3000
  33. G1 Z-7 F100 S1
  34.  
  35. ; Absolute positioning
  36. G90
  37.  
  38. ; Tell the firmware where we are
  39. G92 Z3
  40.  
  41. ; Uncomment the following line to lift the nozzle after probing
  42. G1 Z10 F1000
  43. G1 X100 Y100 F5000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement