master
daid 2012-07-16 16:38:29 +02:00
parent 4d9233de6d
commit aa20057eb7
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ class projectPlanner(wx.Frame):
self._saveCombinedSTL(dlg.GetPath())
dlg.Destroy()
def _saveCombinedSTL(filename):
def _saveCombinedSTL(self, filename):
output = mesh.mesh()
for item in self.list:
offset = util3d.Vector3(item.centerX, item.centerY, 0)