mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Finished GCodeSender
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
GCodeSender(std::string port, unsigned int baud_rate);
|
||||
~GCodeSender();
|
||||
|
||||
bool is_connected() const;
|
||||
int queue_size() const;
|
||||
void disconnect();
|
||||
void send(std::string s);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user