mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Smoother manual control movements
This commit is contained in:
parent
37ecc61d06
commit
9febb10bd7
4 changed files with 12 additions and 6 deletions
|
@ -28,7 +28,7 @@ class GCodeSender : private boost::noncopyable {
|
|||
size_t queue_size() const;
|
||||
void pause_queue();
|
||||
void resume_queue();
|
||||
void purge_queue();
|
||||
void purge_queue(bool priority = false);
|
||||
std::vector<std::string> purge_log();
|
||||
std::string getT() const;
|
||||
std::string getB() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue