mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Bed shape dialog improvements (#9569)
* init * reduce changes * Update BedShapeDialog.cpp * update
This commit is contained in:
parent
2490564f7f
commit
b7e0abc5f5
3 changed files with 86 additions and 37 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue