Advertisement
Guest User

Untitled

a guest
Apr 27th, 2024
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. ; homeall.g
  2. ; called to home all axes
  3. ;
  4. ; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Jul 07 2022 18:06:56 GMT+0200 (Central European Summer Time)
  5. G91 ; relative positioning
  6. G1 H2 Z5 F6000 ; lift Z relative to current position
  7. G1 H1 X-325 Y325 F3800 ; move quickly to X or Y endstop and stop there (first pass)
  8. G1 H1 X-325 ; home X axis
  9. G1 H1 Y325 ; home Y axis
  10. G1 X5 Y-5 F6000 ; go back a few mm
  11. G1 H1 X-325 F360 ; move slowly to X axis endstop once more (second pass)
  12. G1 H1 Y325 ; then move slowly to Y axis endstop
  13. G90 ; absolute positioning
  14. G1 X5 Y5 F6000 ; go to first bed probe point and home Z
  15. G30 ; home Z by probing the bed
  16.  
  17. ; Uncomment the following lines to lift Z after probing
  18. ;G91 ; relative positioning
  19. ;G1 Z5 F100 ; lift Z relative to current position
  20. ;G90 ; absolute positioning
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement