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:
9c47af5
)
Put the X/Y/Z indicator inside of the machine so you can see it from the inside.
author
daid
<daid303@gmail.com>
Thu, 6 Sep 2012 14:54:27 +0000
(16:54 +0200)
committer
daid
<daid303@gmail.com>
Thu, 6 Sep 2012 14:54:27 +0000
(16:54 +0200)
Cura/gui/opengl.py
patch
|
blob
|
history
diff --git
a/Cura/gui/opengl.py
b/Cura/gui/opengl.py
index 81d23320c1dc413d6fd96597425231accfe724b6..f553e27f9ea84bf96286a8b7c9138a2d07aefec4 100644
(file)
--- a/
Cura/gui/opengl.py
+++ b/
Cura/gui/opengl.py
@@
-164,7
+164,7
@@
def DrawMachine(machineSize):
glDisable(GL_BLEND)
\r
\r
glPushMatrix()
\r
- glTranslate(
-5,-5,0
)
\r
+ glTranslate(
5,5,2
)
\r
glLineWidth(2)
\r
glColor3f(0.5,0,0)
\r
glBegin(GL_LINES)
\r