mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 19:42:47 +00:00
support generation when support point is added or removed. Rendering interface for SLA supports
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user