chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b59d5e3
)
Possible fix for one of the lines being dumped into .xsession-errors.
author
Steven Abadie
<steven@alephobjects.com>
Tue, 18 Nov 2014 03:52:01 +0000
(20:52 -0700)
committer
Steven Abadie
<steven@alephobjects.com>
Tue, 18 Nov 2014 04:38:02 +0000
(21:38 -0700)
This needs further testing.
Cura/serialCommunication.py
patch
|
blob
|
history
diff --git
a/Cura/serialCommunication.py
b/Cura/serialCommunication.py
index e94574d174679828dec2b23ea4a1ab7c99e6dbe8..c1ec18dc5e6c4fc0234bd5fe7ce443b1f9f8317f 100644
(file)
--- 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():