mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Improved extruder_selector for DoubleSlider
This commit is contained in:
@@ -103,6 +103,7 @@ class Preview : public wxPanel
|
||||
bool m_enabled;
|
||||
|
||||
DoubleSlider* m_slider {nullptr};
|
||||
wxComboBox* m_extruder_selector {nullptr};
|
||||
|
||||
public:
|
||||
Preview(wxWindow* parent, Bed3D& bed, Camera& camera, GLToolbar& view_toolbar, Model* model, DynamicPrintConfig* config,
|
||||
@@ -129,7 +130,8 @@ public:
|
||||
void move_double_slider(wxKeyEvent& evt);
|
||||
void edit_double_slider(wxKeyEvent& evt);
|
||||
|
||||
void update_view_type();
|
||||
void update_view_type(bool slice_completed);
|
||||
void update_extruder_selector();
|
||||
|
||||
bool is_loaded() const { return m_loaded; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user