mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 12:17:54 -06:00
Set flowrate per object
This commit is contained in:
parent
fb0b7f7b54
commit
7e1a2840e5
6 changed files with 27 additions and 2 deletions
|
@ -598,6 +598,14 @@ void ParamsPanel::set_active_tab(wxPanel* tab)
|
|||
wxString title = cur_tab->type() == Preset::TYPE_FILAMENT ? _L("Filament settings") : _L("Printer settings");
|
||||
dialog->SetTitle(title);
|
||||
}
|
||||
if (cur_tab == m_tab_print) {
|
||||
if (cur_tab)
|
||||
cur_tab->toggle_line("print_flow_ratio", false);
|
||||
}
|
||||
else {
|
||||
if (cur_tab)
|
||||
cur_tab->toggle_line("print_flow_ratio", false);
|
||||
}
|
||||
}
|
||||
|
||||
bool ParamsPanel::is_active_and_shown_tab(wxPanel* tab)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue