Skip to content

Instantly share code, notes, and snippets.

@shinmai
Created December 10, 2017 21:27
Show Gist options
  • Save shinmai/5a4fcde89b585248c5960979539d32b2 to your computer and use it in GitHub Desktop.
Save shinmai/5a4fcde89b585248c5960979539d32b2 to your computer and use it in GitHub Desktop.
Printrbot G-code commands

Turn motors off

M18

Home all axes

G28 X0 Y0 Z0

Probe the print bed

G29

Turn fan(s) ON

M106

Turn fan(s) OFF

M107

Raise Z axes by 0.5mm

M212 Z-0.5
M500
M501

More commands can be found here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment