mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Visualization of fill surfaces.
This commit is contained in:
parent
e0d1aa8a1a
commit
790b640521
6 changed files with 314 additions and 26 deletions
|
@ -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();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue