mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: add bridge direction option
In some complicated cases or irregular shape, the direction of external bridge is not good when calculated automaticlly. So user may use modifier to change bridge direction. This is handling for github issue #340 Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: I3baf313f47925fa7e6aa087f5896b0af560f902d
This commit is contained in:
@@ -1805,6 +1805,7 @@ void TabPrint::build()
|
||||
optgroup = page->new_optgroup(L("Advanced"), L"param_advanced");
|
||||
optgroup->append_single_option_line("infill_wall_overlap");
|
||||
optgroup->append_single_option_line("infill_direction");
|
||||
optgroup->append_single_option_line("bridge_angle");
|
||||
optgroup->append_single_option_line("minimum_sparse_infill_area");
|
||||
optgroup->append_single_option_line("infill_combination");
|
||||
optgroup->append_single_option_line("detect_narrow_internal_solid_infill");
|
||||
|
||||
Reference in New Issue
Block a user