mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 14:22:43 -07:00
Build error fix for msvc
This commit is contained in:
@@ -680,7 +680,7 @@ void SLAPrint::process()
|
||||
auto& levels = m_printer_input;
|
||||
|
||||
// Rasterizing the model objects, and their supports
|
||||
auto rasterize = [this, &levels]() {
|
||||
auto rasterize = [this, max_objstatus, &levels]() {
|
||||
if(canceled()) return;
|
||||
|
||||
// clear the rasterizer input
|
||||
|
||||
Reference in New Issue
Block a user