Commit 60fba0d8 authored by kliment's avatar kliment

Merge branch 'master' of github.com:kliment/Printrun

parents 347124df f73561ba
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment