The G-code and M-code commands used on the AON3D machines are listed below.
For detailed guide on the use of the commands that follow, refer to the detailed instructions at Program Codes Guide . This guide is intended as a memory aid for users already familiar with machine operating processes.
G-code and M-code inputs are case-sensitive: Make sure to capitalize the G and/or M. The Graphical User Interface (GUI)/web browser will alert the user if an incorrect command is entered. An incorrect command will be ignored, but will not stop an active print.
Command | Description |
---|---|
G0/G1 | Linear Movement |
G4 | Dwell |
G28 | Home Axes |
G29 | Auto Bed Leveling |
G30 | Single Z-Axis Probe |
G90 | Absolute Positioning |
G91 | Relative Positioning |
G92 | Set Position |
T0/T1 | Select Active Toolhead |
M0 | Pause |
M82 | Set Extruder To Absolute Positioning |
M83 | Set Extruder To Relative Positioning |
M104 | Set Hot End/Build Chamber Temperature |
M108 | Resume |
M109 | Set Hot End/Build Chamber Temperature and Wait |
M114 | Current Position |
M115 | Firmware Information |
M119 | Endstop Status |
M140 | Set Bed Temperature |
M190 | Set Bed Temperature and Wait |
M218 | Set Toolhead Offsets |
M220 | Set Feed Rate Percentage Override |
M221 | Set Flow Rate Percentage Override |
M290 | Z-Axis Offset Adjustment |
M301 | Set PID Parameters |
M303 | PID Autotune |
M411 | Stop Dwell |
M420 | Bed Leveling Configuration Management |
M500 | Save To EEPROM |
M501 | Restore From EEPROM |
M502 | Reset EEPROM |
M503 | Report Current Configuration |