From: daid303 Date: Tue, 2 Oct 2012 09:03:00 +0000 (+0200) Subject: Add some comments. X-Git-Tag: 13.03~300 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f4a7f5f7a2769e2f4b5391081df38eef7a2338a2;p=cura.git Add some comments. --- diff --git a/Cura/gui/printWindow.py b/Cura/gui/printWindow.py index 9cf50289..2846d529 100644 --- a/Cura/gui/printWindow.py +++ b/Cura/gui/printWindow.py @@ -567,6 +567,7 @@ class temperatureGraph(wx.Panel): bedTempSPPen = wx.Pen('#A0A0FF') bedTempPenBG = wx.Pen('#D0D0FF') + #Draw the background up to the current temperatures. x0 = 0 t0 = 0 bt0 = 0 @@ -597,6 +598,7 @@ class temperatureGraph(wx.Panel): dc.DrawLine(0, 0, w, 0) dc.DrawLine(0, 0, 0, h) + #Draw the main lines x0 = 0 t0 = 0 bt0 = 0