mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02:00
New Slic3r::TriangleMesh::XS class
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user