From 1f4835b97e5d727d74c92a2231c2a8ab32b1f9da Mon Sep 17 00:00:00 2001 From: daid Date: Thu, 6 Sep 2012 16:54:27 +0200 Subject: [PATCH] Put the X/Y/Z indicator inside of the machine so you can see it from the inside. --- Cura/gui/opengl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cura/gui/opengl.py b/Cura/gui/opengl.py index 81d2332..f553e27 100644 --- a/Cura/gui/opengl.py +++ b/Cura/gui/opengl.py @@ -164,7 +164,7 @@ def DrawMachine(machineSize): glDisable(GL_BLEND) glPushMatrix() - glTranslate(-5,-5,0) + glTranslate(5,5,2) glLineWidth(2) glColor3f(0.5,0,0) glBegin(GL_LINES)