From f4a7f5f7a2769e2f4b5391081df38eef7a2338a2 Mon Sep 17 00:00:00 2001 From: daid303 Date: Tue, 2 Oct 2012 11:03:00 +0200 Subject: [PATCH] Add some comments. --- Cura/gui/printWindow.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2