1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Background processing in C++, WIP.

This commit is contained in:
bubnikv
2018-03-28 17:05:31 +02:00
parent 8639df1cfd
commit 33e1108f65
17 changed files with 279 additions and 140 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ TriangleMesh::slice(z)
std::vector<ExPolygons> layers;
TriangleMeshSlicer mslicer(THIS);
mslicer.slice(z_f, &layers);
mslicer.slice(z_f, &layers, [](){});
AV* layers_av = newAV();
size_t len = layers.size();