Skip to content

Instantly share code, notes, and snippets.

@SippieCup
Created October 5, 2020 17:04
Show Gist options
  • Save SippieCup/b2825ff3c7af9dbaa7dbb28b62bcc6e7 to your computer and use it in GitHub Desktop.
Save SippieCup/b2825ff3c7af9dbaa7dbb28b62bcc6e7 to your computer and use it in GitHub Desktop.
Ender 5 Plus Starting G Code
G28 ; home extruder
M140 S[first_layer_bed_temperature] ; set bed temp
M190 S[first_layer_bed_temperature] ; wait for bed temp
;G29 ; Redo autoleveling - Uncomment every few prints
M420 S1 Z2; Use Mesh
M104 S[first_layer_temperature] ; set extruder temp
M109 S[first_layer_temperature] ; wait for extruder temp
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up
G1 X150 Y350 Z0.25 F5000.0 ;Move to start position
G1 X350 Y350.0 Z0.25 F1500.0 E15 ;Draw the first line
G1 X350 Y349.0 Z0.25 F5000.0 ;Move to side a little
G1 X150 Y349 Z0.25 F1500.0 E30 ;Draw the second line
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment