mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-11 12:04:29 +03:00
Fix: GCodeSender: Line number resynchronisation
This commit is contained in:
@@ -51,7 +51,7 @@ class GCodeSender : private boost::noncopyable {
|
||||
bool can_send;
|
||||
bool queue_paused;
|
||||
size_t sent;
|
||||
std::vector<std::string> last_sent;
|
||||
std::deque<std::string> last_sent;
|
||||
|
||||
// this mutex guards log, T, B
|
||||
mutable boost::mutex log_mutex;
|
||||
|
||||
Reference in New Issue
Block a user