diff options
author | John Thornton <jthornton@gnipsel.com> | 2012-03-10 07:46:50 -0600 |
---|---|---|
committer | John Thornton <jthornton@gnipsel.com> | 2012-03-10 07:46:50 -0600 |
commit | 5c4ad82d0a26f8d5c82ad749fe077aa9c0c6c002 (patch) | |
tree | 2025d9cb5dbc963adf9d0a57c045a6233dda4e95 | |
parent | bcc658e7483d37edb090054c12b1859037fb2b90 (diff) | |
download | linuxcnc-5c4ad82d0a26f8d5c82ad749fe077aa9c0c6c002.tar.gz linuxcnc-5c4ad82d0a26f8d5c82ad749fe077aa9c0c6c002.zip |
Docs: fix broken link
English docs only
Signed-off-by: John Thornton <jthornton@gnipsel.com>
-rw-r--r-- | docs/src/gcode/gcode.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/gcode/gcode.txt b/docs/src/gcode/gcode.txt index 7928124b7..615b53f32 100644 --- a/docs/src/gcode/gcode.txt +++ b/docs/src/gcode/gcode.txt @@ -49,7 +49,7 @@ value of parameter 100 were 2, 'G10 L#100' would also mean the same. [width="75%", options="header", cols="2^,5<"] |==================================================================== |Code |Description -|<<sec:G0-Rapid,G0>> |Coordinated Straight Motion Rapid +|<<sec:G0,G0>> |Coordinated Straight Motion Rapid |<<sec:G1-Linear-Motion,G1>> |Coordinated Straight Motion Feed Rate |<<sec:G2-G3-Arc,G2, G3>> |Coordinated Helical Motion Feed Rate |<<sec:G4-Dwell,G4>> |Dwell |