mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Fix: Schedule SLA print uploads too (the same way as FFF)
This commit is contained in:
parent
ee8df7b408
commit
4d70546a05
2 changed files with 37 additions and 20 deletions
|
@ -167,6 +167,7 @@ private:
|
|||
bool invalidate_all_steps();
|
||||
// If the background processing stop was requested, throw CanceledException.
|
||||
void throw_if_canceled() const { if (m_print->canceled()) throw CanceledException(); }
|
||||
void prepare_upload();
|
||||
|
||||
// wxWidgets command ID to be sent to the platter to inform that the slicing is finished, and the G-code export will continue.
|
||||
int m_event_slicing_completed_id = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue