From 712fe6b970db503bb4d72000a134bc630b0ee3af Mon Sep 17 00:00:00 2001 From: Skateboss Date: Sun, 28 Aug 2011 08:35:48 +0200 Subject: [PATCH] removed line 1028 as it was left over from pasting. oops. --- pronterface.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pronterface.py b/pronterface.py index 5171957..d8bda59 100755 --- a/pronterface.py +++ b/pronterface.py @@ -1025,7 +1025,6 @@ class PronterWindow(wx.Frame,pronsole.pronsole): def loadviz(self): Xtot,Ytot,Ztot,Xmin,Xmax,Ymin,Ymax,Zmin,Zmax = pronsole.measurements(self.f) print pronsole.totalelength(self.f), _("mm of filament used in this print\n") - Xtot,Ytot,Ztot= pronsole.measurements(self.f) print _("the print goes from"),Xmin,_("mm to"),Xmax,_("mm in X\nand is"),Xtot,_("mm wide\n") print _("the print goes from"),Ymin,_("mm to"),Ymax,_("mm in Y\nand is"),Ytot,_("mm wide\n") print _("the print goes from"),Zmin,_("mm to"),Zmax,_("mm in Z\nand is"),Ztot,_("mm high\n")