Advertisement
sinned6915

prime-warm script

Jun 10th, 2018
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ; Select new extruder
  2. T<EXT+0>
  3. ; Warm it up, and wait till it's warm
  4. M109 S<TEMP>
  5. ; You may want to prime some filament here
  6. G28 X Y Z ; move X/Y to min endstops
  7. G29 ; Autolevel Bilinear Mesh
  8. G1 Z8.0 F600; move bed down 8mm
  9. G1 X0 Y0 F9000 ;move carriage to X0 Y0 - DO NOT G28 WILL RESET BED LEVELING
  10. G92 E0 ;rezero extruder
  11. G1 X10.0 Y5.0 Z0.3 F600; move to beginning of wipe position 0.3mm off of bed
  12. G1 E5 F1800 ; advance filament to overcome the 5mm retraction at print end
  13. G1 X50 E8 F1800; Wipe 50mm while extruding 8mm at 30mm/s
  14. G4 S2 ; dwell 2 seconds - ;wait for nozzle ooze
  15. G1 X70 F250; move right 20 to complete the wipe
  16. G92 E0 ; zero the extruded length again
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement