mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
ENH: some change for external bridge
1 move thick bridge from support to quality page 2 Fix the issue that some times the external bridge angle is not the best, and the bridge line is not the shortest one. Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: Ie26570fb289898f6b62960f9333e79aa92c08ae4
This commit is contained in:
parent
d41e0db18f
commit
80575cd269
3 changed files with 8 additions and 6 deletions
|
@ -1782,6 +1782,7 @@ void TabPrint::build()
|
|||
optgroup = page->new_optgroup(L("Advanced"), L"param_advanced");
|
||||
optgroup->append_single_option_line("wall_infill_order");
|
||||
optgroup->append_single_option_line("bridge_flow");
|
||||
optgroup->append_single_option_line("thick_bridges");
|
||||
optgroup->append_single_option_line("only_one_wall_top");
|
||||
optgroup->append_single_option_line("detect_overhang_wall");
|
||||
optgroup->append_single_option_line("reduce_crossing_wall");
|
||||
|
@ -1884,7 +1885,6 @@ void TabPrint::build()
|
|||
optgroup->append_single_option_line("support_object_xy_distance", "support#supportobject-xy-distance");
|
||||
optgroup->append_single_option_line("bridge_no_support", "support#base-pattern");
|
||||
optgroup->append_single_option_line("max_bridge_length", "support#base-pattern");
|
||||
optgroup->append_single_option_line("thick_bridges", "support#base-pattern");
|
||||
//optgroup->append_single_option_line("independent_support_layer_height");
|
||||
|
||||
page = add_options_page(L("Others"), "advanced");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue