mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Implemented possibility to set extruder sequence for whole print
This commit is contained in:
@@ -13,6 +13,7 @@ class wxBoxSizer;
|
||||
class wxStaticText;
|
||||
class wxChoice;
|
||||
class wxComboCtrl;
|
||||
class wxBitmapComboBox;
|
||||
class wxCheckBox;
|
||||
class DoubleSlider;
|
||||
|
||||
@@ -102,8 +103,8 @@ class Preview : public wxPanel
|
||||
bool m_loaded;
|
||||
bool m_enabled;
|
||||
|
||||
DoubleSlider* m_slider {nullptr};
|
||||
wxComboBox* m_extruder_selector {nullptr};
|
||||
DoubleSlider* m_slider {nullptr};
|
||||
wxBitmapComboBox* m_extruder_selector {nullptr};
|
||||
|
||||
public:
|
||||
Preview(wxWindow* parent, Bed3D& bed, Camera& camera, GLToolbar& view_toolbar, Model* model, DynamicPrintConfig* config,
|
||||
|
||||
Reference in New Issue
Block a user