mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Build error fix for msvc
This commit is contained in:
parent
b31c62e044
commit
15eae24650
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue