Fixed race condition when no pad is generated. Progress indication for SLA is broken.

This commit is contained in:
tamasmeszaros
2018-11-21 17:40:18 +01:00
parent 68269e0399
commit da269cb33e
2 changed files with 16 additions and 8 deletions

View File

@@ -503,7 +503,7 @@ struct Pad {
// Contour3D mesh;
TriangleMesh tmesh;
PoolConfig cfg;
double zlevel;
double zlevel = 0;
Pad() {}