Common gcode commands, all in one place. Super Easy.

I've gotten tired of searching for the same commands over and over, so here is a easy to use reference.

PID Tune, Hotend

Set Values

M303 E0 S260 C8

M301 P(value) I(value) D(value)

Where E is the extruder number (single extruder is E0), S is the temperature to tune to, and C is number of cycles.

Plug values into M301

PID Tune, Bed

Set Values

M303 E-1 S100 C8

M304 P(value) I(value) D(value)

Where E is the heatbed number (single bed is E-1), S is the temperature to tune to, and C is number of cycles.

Plug values into M304

Report Settings

M503

Reports current settings to the terminal, including PID steps per MM and more

Save Settings

M500

Saves current settings to the EEPROM

Set Steps/mm (XYZE)

M92 E144.22

M92 X80

M92 Y80

M92 Z800

Issue M92 command followed by X Y Z or E with the number you would like to set it to immediately following it.