thick internal bridges (#2954)

(cherry picked from commit f2f2ede5d5)
This commit is contained in:
SoftFever 2023-12-02 01:27:43 +08:00
parent be91ae6ebe
commit cd1be11458
5 changed files with 17 additions and 4 deletions

View file

@ -1949,9 +1949,10 @@ void TabPrint::build()
optgroup->append_single_option_line("wall_sequence");
optgroup->append_single_option_line("is_infill_first");
optgroup->append_single_option_line("bridge_flow");
optgroup->append_single_option_line("internal_bridge_flow");
optgroup->append_single_option_line("internal_bridge_flow");
optgroup->append_single_option_line("bridge_density");
optgroup->append_single_option_line("thick_bridges");
optgroup->append_single_option_line("thick_internal_bridges");
optgroup->append_single_option_line("top_solid_infill_flow_ratio");
optgroup->append_single_option_line("bottom_solid_infill_flow_ratio");
optgroup->append_single_option_line("only_one_wall_top");