1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

More unfinished work

This commit is contained in:
Alessandro Ranellucci
2013-11-22 02:16:10 +01:00
parent 518798beb3
commit df8d889481
16 changed files with 74 additions and 48 deletions
+13
View File
@@ -0,0 +1,13 @@
#include "SurfaceCollection.hpp"
namespace Slic3r {
void
simplify(double tolerance)
{
for (Surfaces::iterator it = this->surfaces.begin(); it != this->surfaces.end(); ++it) {
throw "Unimplemented";
}
}
}