Skip to content

Instantly share code, notes, and snippets.

@ChrisHinde
Last active January 2, 2019 20:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ChrisHinde/d62b77b96692b5bcbc3f693c88113213 to your computer and use it in GitHub Desktop.
Save ChrisHinde/d62b77b96692b5bcbc3f693c88113213 to your computer and use it in GitHub Desktop.
START G-CODE
(Copy the text between the ---'s and paste into "Start G-code" in the settings for the printer in Cura)
---
;start gcode
M118 X48.17 Y45.44 Z90.01 T0
M140 S0 T0
M104 S0 T1
M107
G90
G28
M132 X Y Z A B
G1 Z50.000 F420
G161 X Y F3300
M6 T0
M651
M907 X100 Y100 Z40 A100 B20
M108 T0
G1 X25.33 Y-44.00 F4200
M108 T0
;end of start gcode
---
=======================
END G-CODE
(Copy the text between the ---'s and paste into "End G-code" in the settings for the printer in Cura)
---
; start of end gcode
M104 S0 T0
G162 Z
G28 X Y
M652
M132 X Y Z A B
G91
M18
;end of end gcode
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment