1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Ported test_fill from upstream Slic3r, thanks @lordofhyphens

This commit is contained in:
bubnikv
2019-10-16 17:43:43 +02:00
parent c2edcd07cb
commit 76c4eaf19a
5 changed files with 485 additions and 6 deletions
-2
View File
@@ -29,8 +29,6 @@ public:
FillParams params;
};
void make_fill(LayerRegion &layerm, ExtrusionEntityCollection &out);
} // namespace Slic3r
#endif // slic3r_Fill_hpp_