mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
Revert to BBL get_line function
This commit is contained in:
parent
9f44e151ba
commit
7c02b5c9f4
2 changed files with 3 additions and 10 deletions
|
@ -218,7 +218,7 @@ void OptionsGroup::append_line(const Line& line)
|
|||
m_options_mode.push_back(option_set[0].opt.mode);
|
||||
}
|
||||
|
||||
/*//BBS: get line for opt_key
|
||||
//BBS: get line for opt_key
|
||||
Line* OptionsGroup::get_line(const std::string& opt_key)
|
||||
{
|
||||
for (auto& l : m_lines)
|
||||
|
@ -230,7 +230,7 @@ Line* OptionsGroup::get_line(const std::string& opt_key)
|
|||
}
|
||||
|
||||
return nullptr;
|
||||
}*/
|
||||
}
|
||||
|
||||
void OptionsGroup::append_separator()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue