support generation when support point is added or removed. Rendering interface for SLA supports

This commit is contained in:
tamasmeszaros 2018-11-12 17:35:57 +01:00
parent 98a640ea06
commit 31967d0d1d
5 changed files with 76 additions and 2 deletions

View file

@ -18,6 +18,8 @@ namespace Slic3r {
class Model;
class Print;
class SLAPrint;
namespace GUI {
class MainFrame;
@ -133,6 +135,8 @@ public:
int get_selected_object_idx();
wxGLCanvas* canvas3D();
PrinterTechnology printer_technology() const;
private:
struct priv;
std::unique_ptr<priv> p;