Fix broken compilation

This commit is contained in:
tamasmeszaros 2022-10-18 17:52:00 +02:00
parent 99581a5e53
commit ab9f231c0c

View File

@ -176,10 +176,6 @@ void SLAPrint::Steps::hollow_model(SLAPrintObject &po)
ctl.stopcondition = [this]() { return canceled(); }; ctl.stopcondition = [this]() { return canceled(); };
ctl.cancelfn = [this]() { throw_if_canceled(); }; ctl.cancelfn = [this]() { throw_if_canceled(); };
sla::JobController ctl;
ctl.stopcondition = [this]() { return canceled(); };
ctl.cancelfn = [this]() { throw_if_canceled(); };
sla::InteriorPtr interior = sla::InteriorPtr interior =
generate_interior(range(po.m_mesh_to_slice), hlwcfg, ctl); generate_interior(range(po.m_mesh_to_slice), hlwcfg, ctl);