mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
A simple version of adaptive cubic support, for testing purposes
This commit is contained in:
@@ -48,6 +48,12 @@ class FillAdaptive : public Fill
|
||||
public:
|
||||
virtual ~FillAdaptive() {}
|
||||
|
||||
static void insert_octant(
|
||||
FillAdaptive_Internal::Cube * i_cube,
|
||||
FillAdaptive_Internal::Cube * current,
|
||||
int depth,
|
||||
const std::vector<FillAdaptive_Internal::CubeProperties> &cubes_properties);
|
||||
|
||||
protected:
|
||||
virtual Fill* clone() const { return new FillAdaptive(*this); };
|
||||
virtual void _fill_surface_single(
|
||||
|
||||
Reference in New Issue
Block a user