Follow-up to f24b4e86a9
:
Fixed compilation on OSX Fixed incorrect clear of LayerIslands.
This commit is contained in:
parent
f24b4e86a9
commit
28f8997dd3
3 changed files with 9 additions and 7 deletions
src/libslic3r
|
@ -2399,7 +2399,8 @@ void GCode::process_layer_single_object(
|
|||
for (uint32_t perimeter_id : island.perimeters)
|
||||
if (const auto *eec = static_cast<const ExtrusionEntityCollection*>(layerm.perimeters().entities[perimeter_id]);
|
||||
shall_print_this_extrusion_collection(eec, region)) {
|
||||
assert(! eec->can_reverse());
|
||||
// This may not apply to Arachne, but maybe the Arachne gap fill should disable reverse as well?
|
||||
// assert(! eec->can_reverse());
|
||||
if (first) {
|
||||
first = false;
|
||||
init_layer_delayed();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue