mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 04:37:52 -06:00
Fix compilation on Windows
This commit is contained in:
parent
9f9b5afedb
commit
97bf69ba7f
3 changed files with 16 additions and 10 deletions
|
@ -420,9 +420,11 @@ GCodeSender::do_send(const std::string &line)
|
|||
this->can_send = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#ifdef SLIC3RXS
|
||||
REGISTER_CLASS(GCodeSender, "GCode::Sender");
|
||||
#include <myinit.h>
|
||||
__REGISTER_CLASS(Slic3r::GCodeSender, "GCode::Sender");
|
||||
#endif
|
||||
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue