Commit 81dacb1f authored by sumpfralle's avatar sumpfralle

r661@erker: lars | 2010-02-14 21:49:11 +0100

 removed experimental ODE code


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@126 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 0595a56a
......@@ -500,7 +500,7 @@ class ProjectGui:
self.option = pycam.PathProcessors.PathAccumulator(zigzag=True)
else:
self.option = None
self.pathgenerator = pycam.PathGenerators.DropCutter(self.cutter, self.model, self.option, physics=self.physics);
self.pathgenerator = pycam.PathGenerators.DropCutter(self.cutter, self.model, self.option);
if samples>1:
dx = (maxx-minx)/(samples-1)
else:
......
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