piksliviksi

homeall.g

Nov 21st, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. ; homeall.g
  2. ; called to home all axes
  3. ;
  4. ; generated by RepRapFirmware Configuration Tool v3.1.1 on Sun Jun 07 2020 21:40:47 GMT+0200 (Kesk-Euroopa suveaeg)
  5. G91 ; relative positioning
  6. G1 H2 Z5 F6000 ; lift Z relative to current position
  7. G1 H1 X-305 Y-305 F1800 ; move quickly to X or Y endstop and stop there (first pass)
  8. G1 H1 X-305 ; home X axis
  9. G1 H1 Y-305 ; home Y axis
  10. G1 X5 Y5 F6000 ; go back a few mm
  11. G1 H1 X-305 F360 ; move slowly to X axis endstop once more (second pass)
  12. G1 H1 Y-305 ; then move slowly to Y axis endstop
  13. G90 ; absolute positioning
  14. G1 X-5 Y-5 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
Add Comment
Please, Sign In to add comment