mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Octree's first cube depends on model size.
This commit is contained in:
parent
71237cf11f
commit
fd3a31651c
3 changed files with 14 additions and 19 deletions
|
@ -60,9 +60,8 @@ protected:
|
|||
|
||||
public:
|
||||
static std::unique_ptr<FillAdaptive_Internal::Octree> build_octree(
|
||||
TriangleMesh &triangleMesh,
|
||||
TriangleMesh &triangle_mesh,
|
||||
coordf_t line_spacing,
|
||||
const BoundingBoxf3 &printer_volume,
|
||||
const Vec3d &cube_center);
|
||||
|
||||
static void expand_cube(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue