mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-24 16:03:59 +02: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