Skip to content

Instantly share code, notes, and snippets.

@fu5ha
Created July 26, 2019 21:37
Show Gist options
  • Save fu5ha/7a0d5119b88ceb5811e6eb53f4d2a685 to your computer and use it in GitHub Desktop.
Save fu5ha/7a0d5119b88ceb5811e6eb53f4d2a685 to your computer and use it in GitHub Desktop.
G28 ; home
M420 S Z5 ; call on the auto level gods
G1 X25 Y25 F1500 ; avoid binder clips
G1 Z0.3 X25 Y20 F3000 ; get ready to prime
G92 E0 ; reset extrusion distance
G1 Y200 E20 F1000 ; prime nozzle
G1 X25.5 F1000; Move over slightly
G1 X25.5 Y20 E40 F1000; Wipe back
G92 E0 ; reset extrusion distance
G1 X15 Y20 F9000; Quick wipe then print
G1 Y10 F9000;
G1 X40 F9000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment