Changed exception: "Skeinforge/Slic3r execution failed: " to "Failed to execute slicing software: "

master
pinaise 2012-01-07 18:59:38 +01:00
parent 0fa92b4188
commit ea7c3ed3d5
1 changed files with 1 additions and 1 deletions

View File

@ -1271,7 +1271,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
self.skeinp.wait()
self.stopsf=1
except:
print _("Skeinforge/Slic3r execution failed.")
print _("Failed to execute slicing software: ")
self.stopsf=1
traceback.print_exc(file=sys.stdout)