1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00:00

Still WIP

This commit is contained in:
tamasmeszaros
2019-07-01 18:22:07 +02:00
parent cb3a586deb
commit 253ec07cb2
9 changed files with 242 additions and 210 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
#include "Point.hpp"
#include "TriangleMesh.hpp"
#include "Slicing.hpp"
#include "ModelArrange.hpp"
#include "Arrange.hpp"
#include <map>
#include <memory>
@@ -491,7 +491,7 @@ private:
// A single instance of a ModelObject.
// Knows the affine transformation of an object.
class ModelInstance : public ModelBase, public arr::Arrangeable
class ModelInstance : public ModelBase, public arrangement::Arrangeable
{
public:
enum EPrintVolumeState : unsigned char