1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-28 10:45:50 +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_
+1
View File
@@ -15,6 +15,7 @@
namespace Slic3r {
class ExPolygon;
class Surface;
struct FillParams