mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Fix build on windows.
This issue is annoying.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user