mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 02:29:04 +08:00
Fix broken compilation
This commit is contained in:
parent
99581a5e53
commit
ab9f231c0c
@ -176,10 +176,6 @@ void SLAPrint::Steps::hollow_model(SLAPrintObject &po)
|
||||
ctl.stopcondition = [this]() { return canceled(); };
|
||||
ctl.cancelfn = [this]() { throw_if_canceled(); };
|
||||
|
||||
sla::JobController ctl;
|
||||
ctl.stopcondition = [this]() { return canceled(); };
|
||||
ctl.cancelfn = [this]() { throw_if_canceled(); };
|
||||
|
||||
sla::InteriorPtr interior =
|
||||
generate_interior(range(po.m_mesh_to_slice), hlwcfg, ctl);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user