mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
Experiment with extruders count change
This commit is contained in:
parent
ec7e10e068
commit
6432ec8a9b
2 changed files with 81 additions and 10 deletions
|
@ -300,6 +300,11 @@ public:
|
|||
size_t m_initial_extruders_count;
|
||||
size_t m_sys_extruders_count;
|
||||
|
||||
std::vector<wxTreeItemId> m_extruders_tree_items;
|
||||
wxTreeItemId m_single_extruder_MM_item = nullptr;
|
||||
bool m_correct_treectrl = false; // m_correct_tree = false -> delete/create m_treectrl
|
||||
// m_correct_tree = true -> just correct m_treectrl
|
||||
|
||||
TabPrinter() {}
|
||||
TabPrinter(wxNotebook* parent, bool no_controller) : Tab(parent, _(L("Printer Settings")), "printer", no_controller) {}
|
||||
~TabPrinter(){}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue