mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-27 02:31:10 -06:00
WIP Lightning infil: Cleaning up some compiler errors
This commit is contained in:
parent
481def3205
commit
9cf483fe08
4 changed files with 4 additions and 5 deletions
|
|
@ -73,7 +73,7 @@ protected:
|
|||
*/
|
||||
struct UnsupportedCell
|
||||
{
|
||||
UnsupportedCell(Point grid_loc, coord_t dist_to_boundary) : loc(loc), dist_to_boundary(dist_to_boundary) {}
|
||||
UnsupportedCell(Point loc, coord_t dist_to_boundary) : loc(loc), dist_to_boundary(dist_to_boundary) {}
|
||||
// The position of the center of this cell.
|
||||
Point loc;
|
||||
// How far this cell is removed from the ``current_outline`` polygon, the edge of the infill area.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue