mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 19:42:47 +00:00
Merge remote-tracking branch 'origin/tm_sla_supports_backend' into dev_native
This commit is contained in:
@@ -19,6 +19,8 @@ namespace Slic3r {
|
||||
|
||||
class Model;
|
||||
class Print;
|
||||
class SLAPrint;
|
||||
|
||||
namespace GUI {
|
||||
|
||||
class MainFrame;
|
||||
@@ -137,6 +139,8 @@ public:
|
||||
int get_selected_object_idx();
|
||||
bool is_single_full_object_selection();
|
||||
wxGLCanvas* canvas3D();
|
||||
|
||||
PrinterTechnology printer_technology() const;
|
||||
private:
|
||||
struct priv;
|
||||
std::unique_ptr<priv> p;
|
||||
|
||||
Reference in New Issue
Block a user