Browse Source

Clean up M85 in GCodes.md

Scott Lahteine 9 years ago
parent
commit
8f164f4c83
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Documentation/GCodes.md

+ 1
- 1
Documentation/GCodes.md View File

@@ -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…
Cancel
Save