1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

Visualization of fill surfaces.

This commit is contained in:
bubnikv
2016-09-26 13:56:24 +02:00
parent e0d1aa8a1a
commit 790b640521
6 changed files with 314 additions and 26 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ namespace boost { namespace polygon {
return t.holes.end();
}
static inline unsigned int size_holes(const ExPolygon& t) {
return t.holes.size();
return (int)t.holes.size();
}
};