Skip to content

Instantly share code, notes, and snippets.

@onebytegone
Created January 26, 2020 19:48
Show Gist options
  • Save onebytegone/eef22437683eed644393a1c1ed08b36d to your computer and use it in GitHub Desktop.
Save onebytegone/eef22437683eed644393a1c1ed08b36d to your computer and use it in GitHub Desktop.
GCode for manually leveling Printrbot Metal Simple
; Set bed and extruder temps
M190 S70
M109 S180
; Home X/Y
G28 X0.00 Y0.00
G1 Y150 X0 Z10 F3000
G30 S-1
G1 Y150 X0 Z10 F3000
G30 S-1
G1 Y150 X0 Z10 F3000
G30 S-1
G1 Y0 X150 Z10 F3000
G30 S-1
G1 Y0 X150 Z10 F3000
G30 S-1
G1 Y0 X150 Z10 F3000
G30 S-1
G1 Y150 X150 Z10 F3000
G30 S-1
G1 Y150 X150 Z10 F3000
G30 S-1
G1 Y150 X150 Z10 F3000
G30 S-1
G1 Y0 X0 Z10 F3000
G30 S-1
G1 Y0 X0 Z10 F3000
G30 S-1
G1 Y0 X0 Z10 F3000
G30 S-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment