Commit 62d9a09d authored by lode_leroy's avatar lode_leroy

follow api updates

git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@36 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 8ddd0aee
...@@ -37,9 +37,9 @@ if __name__ == "__main__": ...@@ -37,9 +37,9 @@ if __name__ == "__main__":
dy = (y1-y0)/lines dy = (y1-y0)/lines
pg = DropCutter(c, model) pg = DropCutter(c, model)
pathlist = pg.GenerateToolPath(x0, x1, y0, y1, z0, z1, dx, dy) pathlist = pg.GenerateToolPath(x0, x1, y0, y1, z0, z1, dx, dy, 0)
g = SimpleGCodeExporter("cutter2.nc", z1) g = SimpleGCodeExporter("cutter2.nc", "mm", x1, y1, z1, 100, 7000)
g.AddPathList(pathlist) g.AddPathList(pathlist)
g.close() 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