From d4285ad1e2e480ec4000acc5c06bd8bff50f6ae3 Mon Sep 17 00:00:00 2001 From: Skateboss Date: Sat, 27 Aug 2011 09:26:07 +0200 Subject: [PATCH] removed brackets --- pronterface.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pronterface.py b/pronterface.py index b3665c6..23862ea 100755 --- a/pronterface.py +++ b/pronterface.py @@ -1026,9 +1026,9 @@ class PronterWindow(wx.Frame,pronsole.pronsole): 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") + 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") self.gviz.clear() self.gwindow.p.clear() for i in self.f: