Skip to content

Instantly share code, notes, and snippets.

@mitchwongho
Last active May 23, 2020 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitchwongho/812c3b5b09eefe3b6e6ba4a207918218 to your computer and use it in GitHub Desktop.
Save mitchwongho/812c3b5b09eefe3b6e6ba4a207918218 to your computer and use it in GitHub Desktop.
Cura Start G-Code
G28 ; Home all axes
G29 ; Auto bed-level (BL-Touch)
;G1 Z15.0 F6000 ;Move the platform down 15mm
;Prime the extruder
G92 E0
G1 F200 E3
G92 E0
; Linear advance
M900 K0.11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment