1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-13 08:24:27 +00:00

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 c5438d8bc3
commit 5c141d9f10
2 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -503,7 +503,7 @@ struct Pad {
// Contour3D mesh;
TriangleMesh tmesh;
PoolConfig cfg;
double zlevel;
double zlevel = 0;
Pad() {}