mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 08:41:11 -06:00
New Slic3r::TriangleMesh::XS class
This commit is contained in:
parent
b33b30b09d
commit
f29faf0548
8 changed files with 116 additions and 76 deletions
|
@ -3,8 +3,7 @@
|
|||
|
||||
#include <vector>
|
||||
|
||||
typedef std::vector<unsigned int> Ztable2;
|
||||
|
||||
////////////////
|
||||
class ZTable
|
||||
{
|
||||
public:
|
||||
|
@ -17,7 +16,8 @@ ZTable::ZTable(std::vector<unsigned int>* ztable) :
|
|||
z(*ztable)
|
||||
{
|
||||
}
|
||||
////////////////
|
||||
|
||||
#include <admesh/stl.h>
|
||||
#include "TriangleMesh.hpp"
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue