mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Merge remote-tracking branch 'origin/tm_sla_supports_backend' into dev_native
This commit is contained in:
commit
c6695538a9
5 changed files with 76 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue