mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-16 14:41:49 -06:00
3DScene set_viewport_from_scene method moved to c++
This commit is contained in:
parent
df14a3c399
commit
2f773a89df
9 changed files with 135 additions and 119 deletions
|
@ -644,6 +644,7 @@ public:
|
|||
static void zoom_to_bed(wxGLCanvas* canvas);
|
||||
static void zoom_to_volumes(wxGLCanvas* canvas);
|
||||
static void select_view(wxGLCanvas* canvas, const std::string& direction);
|
||||
static void set_viewport_from_scene(wxGLCanvas* canvas, wxGLCanvas* other);
|
||||
|
||||
static void update_volumes_colors_by_extruder(wxGLCanvas* canvas);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue