Remove unused parameter from place_seam method (#6421)

This commit is contained in:
Vovodroid
2024-08-18 11:32:56 +03:00
committed by GitHub
parent 12c4ff0d93
commit 2acd858bf3
3 changed files with 3 additions and 4 deletions

View File

@@ -1486,7 +1486,7 @@ void SeamPlacer::init(const Print &print, std::function<void(void)> throw_if_can
}
}
void SeamPlacer::place_seam(const Layer *layer, ExtrusionLoop &loop, bool external_first,
void SeamPlacer::place_seam(const Layer *layer, ExtrusionLoop &loop,
const Point &last_pos, float& overhang) const {
using namespace SeamPlacerImpl;
const PrintObject *po = layer->object();