Load file after skeining

master
kliment 2011-06-01 19:11:30 +02:00
parent b01413fe30
commit 41c4f60429
1 changed files with 4 additions and 0 deletions

View File

@ -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