1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

Add REGISTER_CLASS call for Extruder class.

This commit is contained in:
Y. Sapir
2014-04-27 23:44:10 +03:00
parent 2565d80679
commit c2b249d059
+7
View File
@@ -1,4 +1,7 @@
#include "Extruder.hpp"
#ifdef SLIC3RXS
#include "perlglue.hpp"
#endif
namespace Slic3r {
@@ -39,4 +42,8 @@ Extruder::use_relative_e_distances() const
return *static_cast<const ConfigOptionBool*>(opt);
}
#ifdef SLIC3RXS
REGISTER_CLASS(Extruder, "Extruder");
#endif
}