chiark / gitweb /
Save a lot of memory by storing the loaded GCode as numpy arrays instead of python...
authordaid303 <daid303@gmail.com>
Wed, 1 May 2013 15:18:45 +0000 (17:18 +0200)
committerdaid303 <daid303@gmail.com>
Wed, 1 May 2013 15:18:45 +0000 (17:18 +0200)
commit32f606d84caf2d89337dd2ca27faa05d4e762fe4
treec8543f7b93e8701e666dbf4c28c76670035f2c0e
parent361046a6986ef521ec39c2bc4422749922176b40
Save a lot of memory by storing the loaded GCode as numpy arrays instead of python arrays.
Cura/gui/sceneView.py
Cura/util/gcodeInterpreter.py