Commit 5a8e3474 authored by Guillaume Seguin's avatar Guillaume Seguin

Cleanup

parent 5f298c45
...@@ -68,10 +68,7 @@ class printcore(): ...@@ -68,10 +68,7 @@ class printcore():
self.stop_read_thread = False self.stop_read_thread = False
self.print_thread = None self.print_thread = None
if port is not None and baud is not None: if port is not None and baud is not None:
#print port, baud
self.connect(port, baud) self.connect(port, baud)
#print "connected\n"
def disconnect(self): def disconnect(self):
"""Disconnects from printer and pauses the print """Disconnects from printer and pauses the print
......
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