chiark / gitweb /
Fix the timelaps bug.
authordaid <daid303@gmail.com>
Tue, 6 Aug 2013 15:28:25 +0000 (17:28 +0200)
committerdaid <daid303@gmail.com>
Tue, 6 Aug 2013 15:28:25 +0000 (17:28 +0200)
Cura/gui/printWindow.py

index 790562fc31f95f9a66cc1091713fedf2a8db7ead..e932e5876708b8c5f592410987c4b3063b522051 100644 (file)
@@ -486,7 +486,7 @@ class printWindow(wx.Frame):
                        return
                self.currentZ = -1
                if self.cam is not None and self.timelapsEnable.GetValue():
-                       self.cam.startTimelapse(self.timelapsSavePath)
+                       self.cam.startTimelapse(self.timelapsSavePath.GetValue())
                self.machineCom.printGCode(self.gcodeList)
                self.UpdateButtonStates()