Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ; homedelta.g
  2. ; Called to home all towers on a delta printer.
  3.  
  4. G91 ; relative positioning
  5. G1 H1 X600 Y600 Z600 F1800 ; move all towers to the high end stopping at the endstops (first pass)
  6. G1 H2 X-5 Y-5 Z-5 F1800 ; go down a few mm
  7. G1 H1 X10 Y10 Z10 F360 ; move all towers up once more (second pass)
  8. G1 Z-8 F6000 ; move down a few mm so that the nozzle can be centered
  9. G90 ; absolute positioning
  10. G1 X0 Y0 F6000 ; move X+Y to the center
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement