Advertisement
Guest User

D-Bot Homeall.g

a guest
Nov 24th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. G91 ; relative mode
  2. G1 Z4 F200 ; raise head 4mm
  3. G1 X-300 F3000 S1 ; move up to 240mm in the -X direction, stopping if the homing switch is triggered
  4. G1 X4 F600 ; move slowly 4mm in the +X direction
  5. G1 X-10 S1 ; move slowly 10mm in the -X direction, stopping at the homing switch
  6. G1 Y200 F3000 S1 ; move up to 240mm in the +Y direction, stopping if the homing switch is triggered
  7. G1 Y-4 F600 ; move slowly 4mm in the -Y direction
  8. G1 Y10 S1 ; move slowly 10mm in the +Y direction, stopping at the homing switch
  9. G1 Z5 F6000 ; Raise Head 5mm
  10. G1 Z-325 F1800 S1 ; Move Z down until the switch triggers
  11. G90 ; Back to absolute positioning
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement