Pm overhang extra perimeters (#7)
Implementation of extra perimeters on steep overhangs/flat unsupported parts Also contains: Principal components computation over polygon area New fast bridge direction estimation which minimizes amount of unanchored bridge endpoints
This commit is contained in:
parent
fbb159d595
commit
06fbab12fe
15 changed files with 701 additions and 4 deletions
|
@ -566,6 +566,7 @@ PRINT_CONFIG_CLASS_DEFINE(
|
|||
((ConfigOptionFloatOrPercent, external_perimeter_speed))
|
||||
((ConfigOptionBool, external_perimeters_first))
|
||||
((ConfigOptionBool, extra_perimeters))
|
||||
((ConfigOptionBool, extra_perimeters_on_overhangs))
|
||||
((ConfigOptionFloat, fill_angle))
|
||||
((ConfigOptionPercent, fill_density))
|
||||
((ConfigOptionEnum<InfillPattern>, fill_pattern))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue