diff options
author | Chris Morley <chrisinnanaimo@hotmail.com> | 2013-09-15 23:49:00 -0700 |
---|---|---|
committer | Chris Morley <chrisinnanaimo@hotmail.com> | 2013-09-15 23:49:00 -0700 |
commit | a30fb036e39a4687a513a1c97cd450222f76f9f8 (patch) | |
tree | 908b0bb278310499a2abe1582201a3215bab8989 | |
parent | e3fa125e168dc438ee7dace6bea0ddb6263a13fc (diff) | |
download | linuxcnc-a30fb036e39a4687a513a1c97cd450222f76f9f8.tar.gz linuxcnc-a30fb036e39a4687a513a1c97cd450222f76f9f8.zip |
docs - add info about required HAL connection for G95
-rw-r--r-- | docs/src/gcode/gcode.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/gcode/gcode.txt b/docs/src/gcode/gcode.txt index f461f66ef..1fc198e40 100644 --- a/docs/src/gcode/gcode.txt +++ b/docs/src/gcode/gcode.txt @@ -2142,6 +2142,7 @@ controlled point should move a certain number of inches per revolution of the spindle, depending on what length units are being used and which axis or axes are moving. G95 is not suitable for threading, for threading use G33 or G76. +G95 requires that motion.spindle-speed-in to be connected. It is an error if: |