mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 14:29:05 +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
|
||||
auto rasterize = [this]() {
|
||||
auto rasterize = [this, max_objstatus]() {
|
||||
if(canceled()) return;
|
||||
|
||||
// collect all the keys
|
||||
|
Loading…
x
Reference in New Issue
Block a user