Commit 41c4f604 authored by kliment's avatar kliment

Load file after skeining

parent b01413fe
......@@ -632,6 +632,10 @@ class pronsole(cmd.Cmd):
skeinforge_craft.writeOutput(l[0],True)
else:
skeinforge_craft.writeOutput(l[0],False)
else:
skeinforge_craft.writeOutput(l[0],False)
print "Loading skeined file."
self.do_load(l[0].replace(".stl","_export.gcode"))
except:
print "Skeinforge execution failed."
raise
......
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