more fixin

Signed-off-by: JT <john@localhost.localdomain>
This commit is contained in:
JT
2015-10-29 18:28:44 -05:00
parent 37e0a61665
commit 10f4f922e0
2 changed files with 3 additions and 3 deletions

View File

@ -39,12 +39,12 @@ func main() {
}
entities = dxfutil.GetIndex(entities)
/*
for _, e := range entities {
fmt.Printf("%2d %2s %4s Xs %f Ys %f Xe %f Ye %f\n",
e.Index, e.G, e.G0, e.Xs, e.Ys, e.Xe, e.Ye)
}
*/
dxfutil.GenGcode(entities, iniMap["SAVEAS"])
}

View File

@ -1,2 +1,2 @@
SAVEAS=/home/john/linuxcnc/nc_files/output.ngc
TOLERANCE=0.0000001
TOLERANCE=0.0001