mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fixed race condition when no pad is generated. Progress indication for SLA is broken.
This commit is contained in:
parent
c5438d8bc3
commit
5c141d9f10
2 changed files with 16 additions and 8 deletions
|
@ -503,7 +503,7 @@ struct Pad {
|
|||
// Contour3D mesh;
|
||||
TriangleMesh tmesh;
|
||||
PoolConfig cfg;
|
||||
double zlevel;
|
||||
double zlevel = 0;
|
||||
|
||||
Pad() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue