Fix for SPE-700 (Corrupted slice data)

This commit is contained in:
tamasmeszaros 2018-12-20 15:22:58 +01:00
parent ece3c74380
commit 70bfa4202f
4 changed files with 21 additions and 4 deletions

View file

@ -164,6 +164,8 @@ public:
/// Get the pad geometry
const TriangleMesh& get_pad() const;
void remove_pad();
};
}