WIP SupportGeneratorLayerStorage refactoring.
This commit is contained in:
parent
1bbe0c5be3
commit
cc938e7549
6 changed files with 205 additions and 167 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include "TreeModelVolumes.hpp"
|
||||
#include "Point.hpp"
|
||||
#include "Support/SupportLayer.hpp"
|
||||
|
||||
#include <boost/container/small_vector.hpp>
|
||||
|
||||
|
@ -39,10 +40,7 @@ namespace Slic3r
|
|||
// Forward declarations
|
||||
class Print;
|
||||
class PrintObject;
|
||||
class SupportGeneratorLayer;
|
||||
struct SlicingParameters;
|
||||
using SupportGeneratorLayerStorage = std::deque<SupportGeneratorLayer>;
|
||||
using SupportGeneratorLayersPtr = std::vector<SupportGeneratorLayer*>;
|
||||
|
||||
namespace FFFTreeSupport
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue