Browse Source

Document G92 arguments in GCodes.md

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

+ 2
- 2
Documentation/GCodes.md View File

@@ -7,8 +7,8 @@ G1   - Coordinated Movement X Y Z E
7 7
 G2   - CW ARC
8 8
 G3   - CCW ARC
9 9
 G4   - Dwell S[seconds] or P[milliseconds]
10
-G92  - Set current position to cordinates given
11
-M0   - Wait for user, with optional prompt message (to press the LCD button, requires ULTRA_LCD)
10
+G92  - Set the "current position" to coordinates: X<xpos> Y<ypos> Z<zpos> E<epos>
11
+M0   - Wait for user, with optional prompt message (requires LCD controller)
12 12
        M0 Click When Ready ; show "Click When Ready" until the button is pressed.
13 13
 M1   - Same as M0
14 14
 M400 - Finish all moves

Loading…
Cancel
Save