Tech ENABLE_BAMBUSTUDIO_TOOLPATHS_CONFLICTS_DETECTION set as default
This commit is contained in:
parent
417c85b83b
commit
6944c30f87
10 changed files with 6 additions and 68 deletions
|
@ -1,8 +1,6 @@
|
|||
#include "libslic3r.h"
|
||||
#include "ConflictChecker.hpp"
|
||||
|
||||
#if ENABLE_BAMBUSTUDIO_TOOLPATHS_CONFLICTS_DETECTION
|
||||
|
||||
#include <tbb/parallel_for.h>
|
||||
#include <tbb/concurrent_vector.h>
|
||||
|
||||
|
@ -280,4 +278,3 @@ ConflictComputeOpt ConflictChecker::line_intersect(const LineWithID &l1, const L
|
|||
|
||||
} // namespace Slic3r
|
||||
|
||||
#endif // ENABLE_BAMBUSTUDIO_TOOLPATHS_CONFLICTS_DETECTION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue