Enhancement: Internal Bridge angle override (#7908)

Internal Bridge angle override
This commit is contained in:
Ioannis Giannakas 2025-02-09 14:00:16 +00:00 committed by GitHub
parent 4e74aaf144
commit 229a826aa7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 23 additions and 4 deletions

View file

@ -2150,6 +2150,7 @@ void TabPrint::build()
optgroup->append_single_option_line("solid_infill_direction");
optgroup->append_single_option_line("rotate_solid_infill_direction");
optgroup->append_single_option_line("bridge_angle");
optgroup->append_single_option_line("internal_bridge_angle"); // ORCA: Internal bridge angle override
optgroup->append_single_option_line("minimum_sparse_infill_area");
optgroup->append_single_option_line("infill_combination");
optgroup->append_single_option_line("infill_combination_max_layer_height");