|
@@ -97,8 +97,8 @@
|
97
|
97
|
* M76 - Pause the print job timer.
|
98
|
98
|
* M77 - Stop the print job timer.
|
99
|
99
|
* M78 - Show statistical information about the print jobs. (Requires PRINTCOUNTER)
|
100
|
|
- * M80 - Turn on Power Supply. (Requires POWER_SUPPLY)
|
101
|
|
- * M81 - Turn off Power Supply. (Requires POWER_SUPPLY)
|
|
100
|
+ * M80 - Turn on Power Supply. (Requires POWER_SUPPLY > 0)
|
|
101
|
+ * M81 - Turn off Power Supply. (Requires POWER_SUPPLY > 0)
|
102
|
102
|
* M82 - Set E codes absolute (default).
|
103
|
103
|
* M83 - Set E codes relative while in Absolute (G90) mode.
|
104
|
104
|
* M84 - Disable steppers until next move, or use S<seconds> to specify an idle
|