瀏覽代碼

Clean up M85 in GCodes.md

Scott Lahteine 9 年之前
父節點
當前提交
8f164f4c83
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Documentation/GCodes.md

+ 1
- 1
Documentation/GCodes.md 查看文件

@@ -44,7 +44,7 @@ M80  - Turn on Power Supply
44 44
 M81  - Turn off Power Supply
45 45
 M84  - Disable steppers until next move,
46 46
        or use S<seconds> to specify an inactivity timeout, after which the steppers will be disabled.  S0 to disable the timeout.
47
-M85  - Set inactivity shutdown timer with parameter S<seconds>. To disable set zero (default)
47
+M85  - Set inactivity shutdown timer with parameter S<seconds>. Disable with "M85" or "M85 S0".
48 48
 M112 - Emergency stop. Requires hardware reset!!
49 49
 M226 - Wait for a pin to be in some state: P<pin number> S<pin state>
50 50
 ```

Loading…
取消
儲存