Last active
May 23, 2020 18:32
-
-
Save mitchwongho/812c3b5b09eefe3b6e6ba4a207918218 to your computer and use it in GitHub Desktop.
Cura Start G-Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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