chiark / gitweb /
Fix the timelaps bug.
[cura.git] / 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()