Commit 6d54c6c6 authored by lode_leroy's avatar lode_leroy

fix gcode parameter strings

git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@38 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent e0135d46
......@@ -39,7 +39,7 @@ if __name__ == "__main__":
pathlist = pg.GenerateToolPath(x0, x1, y0, y1, z0, z1, dx, dy, 0)
g = SimpleGCodeExporter("cutter2.nc", "mm", x1, y1, z1, "100", "7000")
g = SimpleGCodeExporter("cutter2.nc", "mm", x1, y1, z1, 100, 7000)
g.AddPathList(pathlist)
g.close()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment