Reversing the extruder did not work. Corrected

master
Ahmet Cem TURAN 2011-06-11 09:13:13 -07:00
parent 40ba0e592d
commit acf6986705
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
def do_reverse(self,l=""):
try:
if not (l.__class__=="".__class__ or l.__class__==u"".__class__) or (not len(l)):
l=str(self.edist.GetValue())
l=str(self.edist.GetValue()*-1)
pronsole.pronsole.do_extrude(self,l)
except:
pass