mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
Hide the dependencies tab for process. The UI is not ready yet.
This commit is contained in:
parent
b80e3636c6
commit
a4e37d428e
1 changed files with 10 additions and 9 deletions
|
@ -2399,18 +2399,19 @@ page = add_options_page(L("Others"), "custom-gcode_other"); // ORCA: icon only v
|
||||||
option.opt.height = 25;//250;
|
option.opt.height = 25;//250;
|
||||||
optgroup->append_single_option_line(option);
|
optgroup->append_single_option_line(option);
|
||||||
|
|
||||||
page = add_options_page(L("Dependencies"), "custom-gcode_advanced");
|
// Orca: hide the dependencies tab for process for now. The UI is not ready yet.
|
||||||
optgroup = page->new_optgroup(L("Profile dependencies"));
|
// page = add_options_page(L("Dependencies"), "custom-gcode_advanced");
|
||||||
|
// optgroup = page->new_optgroup(L("Profile dependencies"));
|
||||||
|
|
||||||
create_line_with_widget(optgroup.get(), "compatible_printers", "", [this](wxWindow* parent) {
|
// create_line_with_widget(optgroup.get(), "compatible_printers", "", [this](wxWindow* parent) {
|
||||||
return compatible_widget_create(parent, m_compatible_printers);
|
// return compatible_widget_create(parent, m_compatible_printers);
|
||||||
});
|
// });
|
||||||
|
|
||||||
option = optgroup->get_option("compatible_printers_condition");
|
// option = optgroup->get_option("compatible_printers_condition");
|
||||||
option.opt.full_width = true;
|
// option.opt.full_width = true;
|
||||||
optgroup->append_single_option_line(option);
|
// optgroup->append_single_option_line(option);
|
||||||
|
|
||||||
build_preset_description_line(optgroup.get());
|
// build_preset_description_line(optgroup.get());
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reload current config (aka presets->edited_preset->config) into the UI fields.
|
// Reload current config (aka presets->edited_preset->config) into the UI fields.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue