chiark / gitweb /
Use an alternative method to check for wxPython if distutils is not available
[cura.git] / Cura / serialCommunication.py
index 4add5f2314d8c1efd58ac48055ecc5fae0d08a05..1b095484a5477bcc5295aec0f1970fc2f871caeb 100644 (file)
@@ -48,7 +48,7 @@ class serialComm(object):
                sys.stdout.write('progress:%d\n' % (lineNr))
 
        def mcZChange(self, newZ):
-               pass
+               sys.stdout.write('changeZ:%f\n' % (newZ))
 
        def monitorStdin(self):
                while not (self._comm.isClosed() or sys.stdin.closed):