First steps in reorganizing infill order (to use infill instead of the wipe tower)

This commit is contained in:
Lukas Matena 2018-05-24 14:05:51 +02:00
parent 1d1c69f300
commit 95795f249a
5 changed files with 73 additions and 4 deletions

View file

@ -125,6 +125,7 @@ void ExtrusionEntityCollection::chained_path_from(Point start_near, ExtrusionEnt
continue;
}
}
ExtrusionEntity* entity = (*it)->clone();
my_paths.push_back(entity);
if (orig_indices != NULL) indices_map[entity] = it - this->entities.begin();