Created
September 11, 2022 23:49
-
-
Save abr4xas/58147404c660486a562e4e70e002f8fa to your computer and use it in GitHub Desktop.
basic cura
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
// Start GCode | |
G28 ;Home | |
G1 Z15.0 F2000 ;Move the platform | |
// End GCode | |
M104 S0 | |
M140 S0 | |
G92 E0 | |
G1 E-10 F2000 | |
G28 X0 Y0 | |
M84 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment