Advertisement
Guest User

Untitled

a guest
Jun 16th, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. G91 ;Set to Relative Positioning
  2. G1 H1 Z-600 F6000 ;Move Z rail to limit switch until pressed
  3. G1 H2 Z3 F250 ;Back off Z rail from limit switch a small amount
  4. G1 H1 Z-10 F150 ;Move Z rail to limit switch slowly
  5.  
  6. G1 H1 X500 Y-500 F3000 ;Move X and Y rail to limit switch until pressed
  7. G1 H2 X-3 Y3 F250 ;Back off X and Y rail from limit switch a small amount
  8. G1 H1 X10 Y-10 F150 ;Move X and Y rail to limit switch slowly
  9. G90 ;Absolute position
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement