mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Fixed race condition when no pad is generated. Progress indication for SLA is broken.
This commit is contained in:
@@ -503,7 +503,7 @@ struct Pad {
|
||||
// Contour3D mesh;
|
||||
TriangleMesh tmesh;
|
||||
PoolConfig cfg;
|
||||
double zlevel;
|
||||
double zlevel = 0;
|
||||
|
||||
Pad() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user