mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Fix rotation in support cubic infill
This commit is contained in:
parent
7766c6ebc4
commit
e9a325c9ca
3 changed files with 9 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue