mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Remove unused parameter from place_seam method (#6421)
This commit is contained in:
@@ -4493,8 +4493,7 @@ std::string GCode::extrude_loop(ExtrusionLoop loop, std::string description, dou
|
||||
float seam_overhang = std::numeric_limits<float>::lowest();
|
||||
if (!m_config.spiral_mode && description == "perimeter") {
|
||||
assert(m_layer != nullptr);
|
||||
bool is_outer_wall_first = m_config.wall_sequence == WallSequence::OuterInner;
|
||||
m_seam_placer.place_seam(m_layer, loop, is_outer_wall_first, this->last_pos(), seam_overhang);
|
||||
m_seam_placer.place_seam(m_layer, loop, this->last_pos(), seam_overhang);
|
||||
} else
|
||||
loop.split_at(last_pos, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user