mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 07:56:24 -06:00
Allow user to adjust top solid infill flowrate
This commit is contained in:
parent
a189784c16
commit
bc545cf90e
5 changed files with 18 additions and 2 deletions
|
@ -1782,6 +1782,7 @@ void TabPrint::build()
|
|||
optgroup = page->new_optgroup(L("Advanced"));
|
||||
optgroup->append_single_option_line("wall_infill_order");
|
||||
optgroup->append_single_option_line("bridge_flow");
|
||||
optgroup->append_single_option_line("top_solid_infill_flow_ratio");
|
||||
optgroup->append_single_option_line("only_one_wall_top");
|
||||
optgroup->append_single_option_line("only_one_wall_first_layer");
|
||||
optgroup->append_single_option_line("detect_overhang_wall");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue