From: daid Date: Tue, 6 Aug 2013 15:28:25 +0000 (+0200) Subject: Fix the timelaps bug. X-Git-Tag: 13.10~106 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=91d48ee02776321272f2381811e9e6980dfa8307;p=cura.git Fix the timelaps bug. --- diff --git a/Cura/gui/printWindow.py b/Cura/gui/printWindow.py index 790562fc..e932e587 100644 --- a/Cura/gui/printWindow.py +++ b/Cura/gui/printWindow.py @@ -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()