mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 07:05:57 +08:00
Fix build on windows.
This issue is annoying.
This commit is contained in:
parent
4ffe3278be
commit
d1ed3d40c1
@ -1353,7 +1353,7 @@ void SLAPrint::process()
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Rasterizing the model objects, and their supports
|
// Rasterizing the model objects, and their supports
|
||||||
auto rasterize = [this]() {
|
auto rasterize = [this, max_objstatus]() {
|
||||||
if(canceled()) return;
|
if(canceled()) return;
|
||||||
|
|
||||||
// collect all the keys
|
// collect all the keys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user