Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 675 Bytes

File metadata and controls

27 lines (23 loc) · 675 Bytes

List of gcode commands used in the app

Control

  • Directional movement/extruder: G1 (This could also be G0)
  • Disable motors: M84
  • Set fan speed: M106
  • Bed leveling: G29
  • Auto Home: G28

Temperature

  • set hotend temperature
  • set bed temperature
  • report temperatures: M105

Status

  • Start print: M24
  • Pause print: M25
  • Stop print: M29

Files

  • 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>