Commit 8d2c609a authored by kliment's avatar kliment

Revert previous commit

parent 77149a22
......@@ -680,8 +680,6 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
fn=self.filename
try:
self.filename=self.filename.replace(".stl","_export.gcode")
if not os.file.exists(self.filename):
self.filename.replace("_export","")
self.f=[i.replace("\n","").replace("\r","") for i in open(self.filename)]
if self.p.online:
wx.CallAfter(self.printbtn.Enable)
......
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