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