- Directional movement/extruder: G1 (This could also be G0)
- Disable motors: M84
- Set fan speed: M106
- Bed leveling: G29
- Auto Home: G28
- set hotend temperature
- set bed temperature
- report temperatures: M105
- Start print: M24
- Pause print: M25
- Stop print: M29
- Select gcode: M23 <path_of_file>
- Start print: M24 (of selected file)
- Start Upload file: M28
- End Upload file: M29
- Report SD print status: M27 C (report currently open file)
- Report SD print status: M27 S (reports every x seconds)
- Delete SD file: M30 <path_to_file>