mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-03 07:10:37 +08:00
Merge remote-tracking branch 'origin/master' into gui3
This commit is contained in:
commit
05e3bdc271
@ -306,7 +306,7 @@ GCodeSender::on_read(const boost::system::error_code& error,
|
|||||||
this->set_error_status(false);
|
this->set_error_status(false);
|
||||||
if (error) {
|
if (error) {
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
if (error.value() == 45 || ) {
|
if (error.value() == 45) {
|
||||||
// OS X bug: http://osdir.com/ml/lib.boost.asio.user/2008-08/msg00004.html
|
// OS X bug: http://osdir.com/ml/lib.boost.asio.user/2008-08/msg00004.html
|
||||||
this->do_read();
|
this->do_read();
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user