Skip to content

Instantly share code, notes, and snippets.

@abr4xas
Created September 11, 2022 23:49
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 abr4xas/58147404c660486a562e4e70e002f8fa to your computer and use it in GitHub Desktop.
Save abr4xas/58147404c660486a562e4e70e002f8fa to your computer and use it in GitHub Desktop.
basic cura
// 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