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:
parent
b1bfef44ba
commit
7309c729e0
9 changed files with 140 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue