From d517a8e17d89266335d95b8d7559a0e5ddbcd2a8 Mon Sep 17 00:00:00 2001 From: Steven Abadie Date: Mon, 17 Nov 2014 20:52:01 -0700 Subject: [PATCH] Possible fix for one of the lines being dumped into .xsession-errors. This needs further testing. --- Cura/serialCommunication.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cura/serialCommunication.py b/Cura/serialCommunication.py index e94574d1..c1ec18dc 100644 --- a/Cura/serialCommunication.py +++ b/Cura/serialCommunication.py @@ -46,8 +46,8 @@ class serialComm(object): def mcProgress(self, lineNr): sys.stdout.write('progress:%d\n' % (lineNr)) - def mcZChange(self, newZ): - sys.stdout.write('changeZ:%d\n' % (newZ)) + #def mcZChange(self, newZ): + # sys.stdout.write('changeZ:%d\n' % (newZ)) def monitorStdin(self): while not self._comm.isClosed(): -- 2.30.2