Revert ModelVolumeType separation
This commit is contained in:
parent
7bb80a84ab
commit
f022402963
4 changed files with 0 additions and 19 deletions
|
@ -183,7 +183,6 @@ set(SLIC3R_SOURCES
|
||||||
Model.hpp
|
Model.hpp
|
||||||
ModelArrange.hpp
|
ModelArrange.hpp
|
||||||
ModelArrange.cpp
|
ModelArrange.cpp
|
||||||
#ModelVolumeType.hpp
|
|
||||||
MultiMaterialSegmentation.cpp
|
MultiMaterialSegmentation.cpp
|
||||||
MultiMaterialSegmentation.hpp
|
MultiMaterialSegmentation.hpp
|
||||||
MeshNormals.hpp
|
MeshNormals.hpp
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
#include "Arrange.hpp"
|
#include "Arrange.hpp"
|
||||||
#include "CustomGCode.hpp"
|
#include "CustomGCode.hpp"
|
||||||
#include "enum_bitmask.hpp"
|
#include "enum_bitmask.hpp"
|
||||||
//#include "ModelVolumeType.hpp"
|
|
||||||
#include "TextConfiguration.hpp"
|
#include "TextConfiguration.hpp"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
#ifndef slic3r_ModelVolumeType_hpp_
|
|
||||||
#define slic3r_ModelVolumeType_hpp_
|
|
||||||
|
|
||||||
namespace Slic3r {
|
|
||||||
|
|
||||||
enum class ModelVolumeType : int {
|
|
||||||
INVALID = -1,
|
|
||||||
MODEL_PART = 0,
|
|
||||||
NEGATIVE_VOLUME,
|
|
||||||
PARAMETER_MODIFIER,
|
|
||||||
SUPPORT_BLOCKER,
|
|
||||||
SUPPORT_ENFORCER,
|
|
||||||
};
|
|
||||||
|
|
||||||
} // namespace Slic3r
|
|
||||||
#endif /* slic3r_ModelVolumeType_hpp_ */
|
|
|
@ -5,7 +5,6 @@
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <libslic3r/Emboss.hpp>
|
#include <libslic3r/Emboss.hpp>
|
||||||
//#include <libslic3r/ModelVolumeType.hpp>
|
|
||||||
#include "slic3r/Utils/RaycastManager.hpp"
|
#include "slic3r/Utils/RaycastManager.hpp"
|
||||||
#include "slic3r/GUI/Camera.hpp"
|
#include "slic3r/GUI/Camera.hpp"
|
||||||
#include "Job.hpp"
|
#include "Job.hpp"
|
||||||
|
|
Loading…
Reference in a new issue