Ver código fonte

Tweak M80/M81 descriptions

Scott Lahteine 8 anos atrás
pai
commit
94e90ca26c
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      Marlin/Marlin_main.cpp

+ 2
- 2
Marlin/Marlin_main.cpp Ver arquivo

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

Carregando…
Cancelar
Salvar