added option to limit polyhole edges (#12349)

Co-authored-by: Rodrigo Faselli <162915171+RF47@users.noreply.github.com>
This commit is contained in:
Florian
2026-07-04 23:03:36 -03:00
committed by GitHub
co-authored by Rodrigo Faselli
parent dd99549d20
commit 2d4f7a7437
6 changed files with 25 additions and 10 deletions
+2
View File
@@ -1225,6 +1225,8 @@ PRINT_CONFIG_CLASS_DEFINE(
((ConfigOptionBool, hole_to_polyhole))
((ConfigOptionFloatOrPercent, hole_to_polyhole_threshold))
((ConfigOptionBool, hole_to_polyhole_twisted))
((ConfigOptionInt, hole_to_polyhole_max_edges))
((ConfigOptionBool, overhang_reverse))
((ConfigOptionBool, overhang_reverse_internal_only))
((ConfigOptionFloatOrPercent, overhang_reverse_threshold))