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:
86af877
)
Remove debug print.
author
Daid
<daid303@gmail.com>
Sun, 22 Apr 2012 14:30:18 +0000
(16:30 +0200)
committer
Daid
<daid303@gmail.com>
Sun, 22 Apr 2012 14:30:18 +0000
(16:30 +0200)
Cura/gui/opengl.py
patch
|
blob
|
history
diff --git
a/Cura/gui/opengl.py
b/Cura/gui/opengl.py
index 91987f00cea247a3026f08526c5863bbf3aee3b4..e235699de7d5706bd6a2b68a3c7fd43285e77989 100644
(file)
--- a/
Cura/gui/opengl.py
+++ b/
Cura/gui/opengl.py
@@
-144,13
+144,6
@@
def DrawMachine(machineSize):
\r
def ResetMatrixRotationAndScale():
\r
matrix = glGetFloatv(GL_MODELVIEW_MATRIX)
\r
-
\r
- for x in xrange(0, 4):
\r
- s = ""
\r
- for y in xrange(0, 4):
\r
- s = s + " %8.8f" % (matrix[x][y])
\r
- print s
\r
-
\r
noZ = False
\r
scale2D = matrix[0][0]
\r
matrix[0][0] = 1.0
\r