Skip to content

Commit

Permalink
Fixed Make Overhangs Printable and Multicolor Printing conflict (#6896)
Browse files Browse the repository at this point in the history
Co-authored-by: Jasper <[email protected]>
Co-authored-by: SoftFever <[email protected]>
  • Loading branch information
3 people authored Sep 25, 2024
1 parent 65fc142 commit fff4da5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libslic3r/PrintObjectSlice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,8 @@ void PrintObject::slice_volumes()
m_layers.back()->upper_layer = nullptr;
m_print->throw_if_canceled();

this->apply_conical_overhang();

// Is any ModelVolume MMU painted?
if (const auto& volumes = this->model_object()->volumes;
m_print->config().filament_diameter.size() > 1 && // BBS
Expand All @@ -1054,7 +1056,6 @@ void PrintObject::slice_volumes()
apply_mm_segmentation(*this, [print]() { print->throw_if_canceled(); });
}

this->apply_conical_overhang();
m_print->throw_if_canceled();

InterlockingGenerator::generate_interlocking_structure(this);
Expand Down

0 comments on commit fff4da5

Please sign in to comment.