Bed shape dialog improvements (#9569)

* init

* reduce changes

* Update BedShapeDialog.cpp

* update
This commit is contained in:
yw4z 2025-05-16 18:49:07 +03:00 committed by GitHub
parent 2490564f7f
commit b7e0abc5f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 86 additions and 37 deletions

View file

@ -9,8 +9,10 @@
#include <libslic3r/BuildVolume.hpp>
#include "Widgets/ComboBox.hpp"
#include <wx/dialog.h>
#include <wx/choicebk.h>
#include <wx/simplebook.h> // ORCA
namespace Slic3r {
namespace GUI {
@ -83,7 +85,8 @@ private:
void load_texture();
void load_model();
wxChoicebook* m_shape_options_book;
wxSimplebook* m_shape_options_book;
ComboBox* m_shape_combo;
std::vector <ConfigOptionsGroupShp> m_optgroups;
friend class BedShapeDialog;