chiark / gitweb /
Change how the engine is interfaced from the python code. Put the GCode viewer in...
authordaid <daid303@gmail.com>
Fri, 24 Jan 2014 09:19:24 +0000 (10:19 +0100)
committerdaid <daid303@gmail.com>
Fri, 24 Jan 2014 09:19:24 +0000 (10:19 +0100)
commit6208201bafdeaf82883181471c6da3a41283cfe7
treeb8cfb119ffbe25bf02a6cf7d94f638078e9d644e
parentf395f7e33ee4f62fe851389b529cdf10108f7cf1
Change how the engine is interfaced from the python code. Put the GCode viewer in a seperate file.
12 files changed:
Cura/gui/app.py
Cura/gui/configWizard.py
Cura/gui/mainWindow.py
Cura/gui/printWindow.py
Cura/gui/sceneView.py
Cura/gui/util/engineResultView.py [new file with mode: 0644]
Cura/gui/util/opengl.py
Cura/gui/util/openglGui.py
Cura/gui/util/previewTools.py
Cura/util/gcodeInterpreter.py
Cura/util/profile.py
Cura/util/sliceEngine.py