mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-15 17:42:14 +00:00
WIP: SL1 profiles, SL1 in wizard, switching between FFF / SLA
This commit is contained in:
@@ -74,7 +74,7 @@ void BackgroundSlicingProcess::thread_proc()
|
||||
this->set_step_done(bspsGCodeFinalize);
|
||||
}
|
||||
}
|
||||
} catch (CanceledException &ex) {
|
||||
} catch (CanceledException & /* ex */) {
|
||||
// Canceled, this is all right.
|
||||
assert(m_print->canceled());
|
||||
} catch (std::exception &ex) {
|
||||
|
||||
Reference in New Issue
Block a user