Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. G91 ; switch to relative positioning
  2. G1 Z5 ; safe raise of z axis to ensure probe doesn't hit bed clamp
  3. G90 ; switch back to absolute positioning
  4. G28 ; home all axes
  5. G29 ; level print bed
  6. G92 Z1.4
  7. G1 X125 Y3 Z2 F5000 ; move to wait position right hand side of the table
  8. G1 Z0.4 ; position nozzle
  9. G1 E25 F300 ; purge nozzle
  10. M400 ; wait for purge to complete
  11. G1 X160 F1200 ; slow wipe
  12. G1 Z0.5 F1200 ; lift
  13.  
  14. ;G28; Home all axes
  15. ;G29; Start ABL
  16. ;G92 Z1.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement