Reworked "only_retract_when_crossing_perimeters" feature, which

was terribly slow:
Introduced RetractWhenCrossingPerimeters.cpp,hpp
AABBTreeIndirect traverse template was extended to support early exit.
This commit is contained in:
Vojtech Bubnik 2022-12-05 09:59:59 +01:00
parent b1bfef44ba
commit 7309c729e0
9 changed files with 140 additions and 9 deletions

View file

@ -130,6 +130,8 @@ set(SLIC3R_SOURCES
GCode/PressureEqualizer.hpp
GCode/PrintExtents.cpp
GCode/PrintExtents.hpp
GCode/RetractWhenCrossingPerimeters.cpp
GCode/RetractWhenCrossingPerimeters.hpp
GCode/SpiralVase.cpp
GCode/SpiralVase.hpp
GCode/SeamPlacer.cpp