mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 00:06:03 +08:00
Remove debug print.
This commit is contained in:
parent
86af877c13
commit
2962c49a52
@ -144,13 +144,6 @@ def DrawMachine(machineSize):
|
|||||||
|
|
||||||
def ResetMatrixRotationAndScale():
|
def ResetMatrixRotationAndScale():
|
||||||
matrix = glGetFloatv(GL_MODELVIEW_MATRIX)
|
matrix = glGetFloatv(GL_MODELVIEW_MATRIX)
|
||||||
|
|
||||||
for x in xrange(0, 4):
|
|
||||||
s = ""
|
|
||||||
for y in xrange(0, 4):
|
|
||||||
s = s + " %8.8f" % (matrix[x][y])
|
|
||||||
print s
|
|
||||||
|
|
||||||
noZ = False
|
noZ = False
|
||||||
scale2D = matrix[0][0]
|
scale2D = matrix[0][0]
|
||||||
matrix[0][0] = 1.0
|
matrix[0][0] = 1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user