Working on proper merging and leveling of the support layers.

This commit is contained in:
tamasmeszaros 2018-11-20 11:59:40 +01:00
parent f3b7b36d20
commit 7482b619b5
3 changed files with 49 additions and 33 deletions

View file

@ -69,8 +69,8 @@ public:
// as the pad height also needs to be considered.
double get_elevation() const;
const std::vector<ExPolygons>& get_support_slices() const;
const std::vector<ExPolygons>& get_model_slices() const;
// const std::vector<ExPolygons>& get_support_slices() const;
// const std::vector<ExPolygons>& get_model_slices() const;
// I refuse to grantee copying (Tamas)
SLAPrintObject(const SLAPrintObject&) = delete;
@ -93,6 +93,7 @@ protected:
bool invalidate_step(SLAPrintObjectStep step);
private:
// Object specific configuration, pulled from the configuration layer.
SLAPrintObjectConfig m_config;
// Translation in Z + Rotation by Y and Z + Scaling / Mirroring.