Skip to content

Commit

Permalink
Fix crash due to previous merge
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed May 9, 2024
1 parent e58b257 commit c063eb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions include/PrimeTower.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ class PrimeTower
*/
PrimeTower();

void initializeExtruders(const std::vector<bool>& used_extruders);

/*!
* Check whether we actually use the prime tower.
*/
Expand Down
2 changes: 0 additions & 2 deletions src/FffPolygonGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,6 @@ void FffPolygonGenerator::slices2polygons(SliceDataStorage& storage, TimeKeeper&

Progress::messageProgressStage(Progress::Stage::SUPPORT, &time_keeper);

storage.primeTower.initializeExtruders(storage.getExtrudersUsed());

AreaSupport::generateOverhangAreas(storage);
AreaSupport::generateSupportAreas(storage);
TreeSupport tree_support_generator(storage);
Expand Down

0 comments on commit c063eb4

Please sign in to comment.