* M109 - S[xxx] Wait for extruder current temp to reach target temp. Waits only when heating - R[xxx] Wait for extruder current temp to reach target temp. Waits when heating and cooling
* M109 - S[xxx] Wait for extruder current temp to reach target temp. Waits only when heating - R[xxx] Wait for extruder current temp to reach target temp. Waits when heating and cooling
* M111 - Debug Dryrun Repetier
* M111 - Debug Dryrun Repetier
* M112 - Emergency stop
* M112 - Emergency stop
* M114 - Output current position to serial port
*M114 - Output current position to serial port, (V)erbose for user
* M115 - Capabilities string
* M115 - Capabilities string
* M117 - display message
* M117 - display message
* M119 - Output Endstop status to serial port
* M119 - Output Endstop status to serial port
...
@@ -100,6 +100,8 @@
...
@@ -100,6 +100,8 @@
* M405 - Turn on Filament Sensor extrusion control. Optional D[delay in cm] to set delay in centimeters between sensor and extruder
* M405 - Turn on Filament Sensor extrusion control. Optional D[delay in cm] to set delay in centimeters between sensor and extruder
* M406 - Turn off Filament Sensor extrusion control
* M406 - Turn off Filament Sensor extrusion control
* M407 - Displays measured filament diameter
* M407 - Displays measured filament diameter
* M410 - Quickstop. Abort all the planned moves
* M428 - Set the home_offset logically based on the current_position
* M500 - stores paramters in EEPROM
* M500 - stores paramters in EEPROM
* M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
* M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
* M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
* M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.