OctoPrint/Cura/util
2012-05-20 11:15:20 +02:00
..
__init__.py Added my own STL loader, no longer using the one from Skeinforge. This one is 3 to 4 times faster. 2012-03-28 16:53:08 +02:00
exporer.py Fixed #105 - Opening explorer on a filename with a space in it failed. 2012-05-15 13:18:38 +02:00
gcodeInterpreter.py Fixed #102 - Jorised GCode preview was messed up. Caused by incorrect layerheight calculations, new code only updates the layer heigh if a move is done, not when an extrusion is done. 2012-05-16 15:14:17 +02:00
mesh.py Abstract the 3D model related functions into a seperate class, and remove some duplicate code from the project planner and the 3D preview. 2012-05-18 10:10:51 +02:00
profile.py Added slice date/time and basic settings to start GCode. And made export preserve lines that only had comments. 2012-05-20 11:15:20 +02:00
sliceRun.py Add dwindle to progress bar options. Fixed indentation in fill.py 2012-05-17 09:52:38 +02:00
stl.py Abstract the 3D model related functions into a seperate class, and remove some duplicate code from the project planner and the 3D preview. 2012-05-18 10:10:51 +02:00
util3d.py Added copy button to project planner, and cleaned up project planner code a bit. 2012-05-04 17:57:24 +02:00
version.py Add version info 2012-04-11 16:34:15 +02:00