chiark / gitweb /
Put the X/Y/Z indicator inside of the machine so you can see it from the inside.
authordaid <daid303@gmail.com>
Thu, 6 Sep 2012 14:54:27 +0000 (16:54 +0200)
committerdaid <daid303@gmail.com>
Thu, 6 Sep 2012 14:54:27 +0000 (16:54 +0200)
Cura/gui/opengl.py

index 81d23320c1dc413d6fd96597425231accfe724b6..f553e27f9ea84bf96286a8b7c9138a2d07aefec4 100644 (file)
@@ -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