chiark / gitweb /
Abstract the 3D model related functions into a seperate class, and remove some duplic...
authorDaid <daid303@gmail.com>
Fri, 18 May 2012 08:10:51 +0000 (10:10 +0200)
committerDaid <daid303@gmail.com>
Fri, 18 May 2012 08:10:51 +0000 (10:10 +0200)
commitd03d4ac4004bb740456d833248447fa7ad4c2cd3
treef1fd667dc00c0b6374cd3450ae059d2cd105f8b4
parentc812e11118fdf9b525d9e7ebffaf6382d6615c03
Abstract the 3D model related functions into a seperate class, and remove some duplicate code from the project planner and the 3D preview.
Cura/gui/preview3d.py
Cura/gui/projectPlanner.py
Cura/util/mesh.py [new file with mode: 0644]
Cura/util/stl.py