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:
Pavel Mikuš 2022-11-09 10:38:36 +01:00 committed by GitHub
parent fbb159d595
commit 06fbab12fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 701 additions and 4 deletions

View file

@ -214,6 +214,8 @@ set(SLIC3R_SOURCES
Preset.hpp
PresetBundle.cpp
PresetBundle.hpp
PrincipalComponents2D.hpp
PrincipalComponents2D.cpp
AppConfig.cpp
AppConfig.hpp
Print.cpp