add top&bottom infill flow ratio

This commit is contained in:
Wang YB
2024-04-29 13:07:12 +08:00
parent da44f549e1
commit 0053429d72
5 changed files with 44 additions and 1 deletions

View File

@@ -1681,6 +1681,9 @@ void TabPrint::build()
optgroup = page->new_optgroup(L("Flow"));
optgroup->append_single_option_line("bridge_flow_ratio");
//w30
optgroup->append_single_option_line("top_solid_infill_flow_ratio");
optgroup->append_single_option_line("bottom_solid_infill_flow_ratio");
optgroup = page->new_optgroup(L("Slicing"));
optgroup->append_single_option_line("slice_closing_radius");