mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
Implemented priority queue
This commit is contained in:
parent
b4a6d0acee
commit
16939b80e6
5 changed files with 65 additions and 27 deletions
|
@ -15,7 +15,7 @@
|
|||
void disconnect();
|
||||
bool is_connected() const;
|
||||
int queue_size() const;
|
||||
void send(std::string s);
|
||||
void send(std::string s, bool priority = false);
|
||||
void pause_queue();
|
||||
void resume_queue();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue