Fix rotation in support cubic infill

This commit is contained in:
Lukáš Hejl 2020-09-10 22:30:49 +02:00
parent 7766c6ebc4
commit e9a325c9ca
3 changed files with 9 additions and 9 deletions

View file

@ -120,7 +120,7 @@ protected:
Polylines &polylines_out);
public:
static std::unique_ptr<FillAdaptive_Internal::Octree> build_octree_for_adaptive_support(
static std::unique_ptr<FillAdaptive_Internal::Octree> build_octree_for(
TriangleMesh & triangle_mesh,
coordf_t line_spacing,
const Vec3d & cube_center,