mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 15:35:52 +08:00
Include guard around SupportMaterial so that it isn't built by the Perl side.
This commit is contained in:
parent
fe492f818a
commit
0373496baa
@ -1,3 +1,4 @@
|
||||
#ifndef SLIC3RXS
|
||||
#include "SupportMaterial.hpp"
|
||||
|
||||
namespace Slic3r
|
||||
@ -1223,3 +1224,4 @@ SupportMaterial::create_circle(coordf_t radius)
|
||||
}
|
||||
|
||||
}
|
||||
#endif // SLIC3RXS
|
||||
|
@ -1,3 +1,4 @@
|
||||
#ifndef SLIC3RXS
|
||||
#ifndef slic3r_SupportMaterial_hpp_
|
||||
#define slic3r_SupportMaterial_hpp_
|
||||
|
||||
@ -166,3 +167,5 @@ private:
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endif // SLIC3RXS
|
||||
|
Loading…
x
Reference in New Issue
Block a user