mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 04:15:51 +08:00
Fixed typo causing test failure
This commit is contained in:
parent
1c4b8602cb
commit
9670f2b712
@ -40,7 +40,7 @@ MotionPlanner::initialize()
|
||||
|
||||
// loop through islands in order to create inner expolygons and collect their contours
|
||||
Polygons outer_holes;
|
||||
for (MotionPlannerEnv island : this->islands) {
|
||||
for (MotionPlannerEnv &island : this->islands) {
|
||||
// generate the internal env boundaries by shrinking the island
|
||||
// we'll use these inner rings for motion planning (endpoints of the Voronoi-based
|
||||
// graph, visibility check) in order to avoid moving too close to the boundaries
|
||||
|
Loading…
x
Reference in New Issue
Block a user