diff --git a/xs/src/libslic3r/SupportMaterial.hpp b/xs/src/libslic3r/SupportMaterial.hpp index f784124a60..f11b225c73 100644 --- a/xs/src/libslic3r/SupportMaterial.hpp +++ b/xs/src/libslic3r/SupportMaterial.hpp @@ -101,11 +101,13 @@ public: bool operator<(const LayerExtreme &other) const { return z() < other.z(); } }; +/* struct LayerPrintZ_Hash { size_t operator()(const MyLayer &layer) const { return std::hash()(layer.print_z)^std::hash()(layer.height)^size_t(layer.bridging); } }; +*/ typedef std::vector MyLayersPtr; typedef std::deque MyLayerStorage;