mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
First version of SLA support points generation
This commit is contained in:
parent
c23c09c453
commit
0afe2aec1e
10 changed files with 288 additions and 9 deletions
|
@ -5,8 +5,10 @@
|
|||
|
||||
#include "../../slic3r/GUI/GLTexture.hpp"
|
||||
#include "../../slic3r/GUI/GLCanvas3D.hpp"
|
||||
|
||||
#include "libslic3r/Point.hpp"
|
||||
#include "libslic3r/BoundingBox.hpp"
|
||||
#include "libslic3r/SLA/SLAAutoSupports.hpp"
|
||||
|
||||
#include <array>
|
||||
#include <vector>
|
||||
|
@ -434,6 +436,7 @@ protected:
|
|||
class GLGizmoSlaSupports : public GLGizmoBase
|
||||
{
|
||||
private:
|
||||
SLAAutoSupports* m_sas = nullptr;
|
||||
ModelObject* m_model_object = nullptr;
|
||||
#if ENABLE_SLA_SUPPORT_GIZMO_MOD
|
||||
ModelObject* m_old_model_object = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue