chiark / gitweb /
Add more documentation, fix commandline slicing.
[cura.git] / Cura / serialCommunication.py
index 6a8b1a0501370f50f25e1976dd21383bf3c5715f..0534a84bfd34ae6caa6e308791177c90b892a03d 100644 (file)
@@ -1,8 +1,12 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
+"""
+Serial communication with the printer for printing is done from a separate process,
+this to ensure that the PIL does not block the serial printing.
 
-# Serial communication with the printer for printing is done from a separate process,
-# this to ensure that the PIL does not block the serial printing.
+This file is the 2nd process that is started to handle communication with the printer.
+And handles all communication with the initial process.
+"""
 
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 import sys
 import time
 import os