summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Radek <chris@timeguy.com>2007-06-01 14:04:36 +0000
committerChris Radek <chris@timeguy.com>2007-06-01 14:04:36 +0000
commit710f129bf3153e8b6669558640426221d2967cab (patch)
tree4f065e968c3ad6605a25e95dcb433234b1285955
parentf99176c67783ff7645cefa2ee64d69fb459a6763 (diff)
downloadlinuxcnc-710f129bf3153e8b6669558640426221d2967cab.tar.gz
linuxcnc-710f129bf3153e8b6669558640426221d2967cab.zip
fix missing units specification
-rw-r--r--tests/ccomp/mill-g90g91g92/expected1
-rw-r--r--tests/ccomp/mill-g90g91g92/test.ngc1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/ccomp/mill-g90g91g92/expected b/tests/ccomp/mill-g90g91g92/expected
index 9eb894515..bf3901643 100644
--- a/tests/ccomp/mill-g90g91g92/expected
+++ b/tests/ccomp/mill-g90g91g92/expected
@@ -1,6 +1,7 @@
N..... USE_LENGTH_UNITS(CANON_UNITS_MM)
N..... SET_ORIGIN_OFFSETS(0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000)
N..... SET_FEED_REFERENCE(CANON_XYZ)
+ N..... USE_LENGTH_UNITS(CANON_UNITS_INCHES)
N..... SELECT_TOOL(3)
N..... CHANGE_TOOL(3)
N..... STRAIGHT_TRAVERSE(0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000)
diff --git a/tests/ccomp/mill-g90g91g92/test.ngc b/tests/ccomp/mill-g90g91g92/test.ngc
index 5c05d4331..74d8fae2f 100644
--- a/tests/ccomp/mill-g90g91g92/test.ngc
+++ b/tests/ccomp/mill-g90g91g92/test.ngc
@@ -1,3 +1,4 @@
+G20
T3 M6
G0 X0 Y0
F100