Update files related to support to match BambuStudio's project structure

This commit is contained in:
Noisyfox
2024-09-30 13:34:59 +08:00
parent 36c94aac3b
commit a4593d1e52
28 changed files with 7619 additions and 16152 deletions

View File

@ -26,7 +26,7 @@
#include <tbb/parallel_for.h>
#include <tbb/task_group.h>
namespace Slic3r::FFFTreeSupport
namespace Slic3r::TreeSupport3D
{
using namespace std::literals;
@ -871,4 +871,4 @@ std::vector<std::pair<TreeModelVolumes::RadiusLayerPair, std::reference_wrapper<
return out;
}
} // namespace Slic3r::FFFTreeSupport
} // namespace Slic3r::TreeSupport3D