mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Remove Boost from distribution and fix some more things for Windows compilation
This commit is contained in:
parent
e7d2be842d
commit
ca48501f91
1644 changed files with 8 additions and 308678 deletions
|
@ -424,7 +424,9 @@ GCodeSender::do_send(const std::string &line)
|
|||
|
||||
#ifdef SLIC3RXS
|
||||
#include <myinit.h>
|
||||
__REGISTER_CLASS(Slic3r::GCodeSender, "GCode::Sender");
|
||||
namespace Slic3r {
|
||||
__REGISTER_CLASS(GCodeSender, "GCode::Sender");
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue