mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
Some tiny UI adjustment
This commit is contained in:
parent
e4255b3c01
commit
ab2aaefe42
21 changed files with 94 additions and 95 deletions
|
@ -2027,13 +2027,12 @@ void TabPrint::build()
|
|||
optgroup->append_single_option_line("reduce_crossing_wall");
|
||||
optgroup->append_single_option_line("max_travel_detour_distance");
|
||||
|
||||
optgroup = page->new_optgroup(L("Small Area Infill Flow Compensation (experimental)"), L"param_advanced");
|
||||
optgroup->append_single_option_line("small_area_infill_flow_compensation");
|
||||
optgroup->append_single_option_line("small_area_infill_flow_compensation", "small-area-infill-flow-compensation");
|
||||
Option option = optgroup->get_option("small_area_infill_flow_compensation_model");
|
||||
option.opt.full_width = true;
|
||||
option.opt.is_code = true;
|
||||
option.opt.height = 15;
|
||||
optgroup->append_single_option_line(option);
|
||||
optgroup->append_single_option_line(option, "small-area-infill-flow-compensation");
|
||||
|
||||
optgroup = page->new_optgroup(L("Bridging"), L"param_advanced");
|
||||
optgroup->append_single_option_line("bridge_flow");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue