Commit ac06e549 authored by Guillaume Seguin's avatar Guillaume Seguin

Start removing references to Skeinforge

parent e38ae6a9
......@@ -1369,7 +1369,7 @@ class pronsole(cmd.Cmd):
self.log(_("Loading sliced file."))
self.do_load(l[0].replace(".stl", "_export.gcode"))
except Exception, e:
self.logError(_("Skeinforge execution failed: %s") % e)
self.logError(_("Slicing failed: %s") % e)
def complete_skein(self, text, line, begidx, endidx):
s = line.split()
......
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