Commit d78821d4 authored by sumpfralle's avatar sumpfralle

clarify parameter name


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@411 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent ccd03d41
...@@ -30,8 +30,8 @@ import os ...@@ -30,8 +30,8 @@ import os
class ToolPathList(list): class ToolPathList(list):
def add_toolpath(self, toolpath, name, tool_settings): def add_toolpath(self, toolpath, name, toolpath_settings):
self.append(ToolPath(toolpath, name, tool_settings)) self.append(ToolPath(toolpath, name, toolpath_settings))
class ToolPath: class ToolPath:
......
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