mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Added UI-prototype for FilamentSettings->Overrides page
This commit is contained in:
parent
2a71665de9
commit
040f1fedff
4 changed files with 96 additions and 2 deletions
|
@ -244,6 +244,9 @@ public:
|
|||
Option option = get_option(title, idx);
|
||||
return OptionsGroup::create_single_option_line(option);
|
||||
}
|
||||
Line create_single_option_line(const Option& option) const {
|
||||
return OptionsGroup::create_single_option_line(option);
|
||||
}
|
||||
void append_single_option_line(const Option& option) {
|
||||
OptionsGroup::append_single_option_line(option);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue