Skip to content

Commit

Permalink
Merge 02fa7a9 into 05a2f90
Browse files Browse the repository at this point in the history
  • Loading branch information
nstbayless authored Feb 20, 2019
2 parents 05a2f90 + 02fa7a9 commit e291485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xs/src/libslic3r/PrintObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1664,7 +1664,7 @@ PrintObject::_discover_neighbor_horizontal_shells(LayerRegion* layerm, const siz
append_to(tmp, to_polygons(internal));

const auto solid_surfaces = diff_ex(to_polygons(s), tmp, true);
neighbor_layerm->fill_surfaces.append(solid_surfaces, s.front()->surface_type);
neighbor_layerm->fill_surfaces.append(solid_surfaces, *s.front());
}
}
}
Expand Down

0 comments on commit e291485

Please sign in to comment.