Skip to content

Instantly share code, notes, and snippets.

@bretterer
Created May 13, 2020 21:13
Show Gist options
  • Save bretterer/ef0b086a9d907c257554da674194aa7f to your computer and use it in GitHub Desktop.
Save bretterer/ef0b086a9d907c257554da674194aa7f to your computer and use it in GitHub Desktop.
The gcode used at the start of all my prints
; Ender 3 Custom Start G-code
G92 E0 ; Reset Extruder
G28 ; Home all axes
M420 S1 ; Use the stored mesh
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position
G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line
G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little
G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment