mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-29 12:20:50 -07:00
Revert "Double seam paint on fuzzy skin bug-fix" (#11882)
Revert "Double seam paint on fuzzy skin bug-fix (#11808)"
This reverts commit 86c6cf7b91.
This commit is contained in:
parent
4af168bac7
commit
7ac84b1f17
1 changed files with 2 additions and 2 deletions
|
|
@ -162,8 +162,8 @@ void fuzzy_extrusion_line(Arachne::ExtrusionJunctions& ext_lines, coordf_t slice
|
|||
}
|
||||
|
||||
if (ext_lines.back().p == ext_lines.front().p) { // Connect endpoints.
|
||||
out.back().p = out.front().p;
|
||||
out.back().w = out.front().w;
|
||||
out.front().p = out.back().p;
|
||||
out.front().w = out.back().w;
|
||||
}
|
||||
|
||||
if (out.size() >= 3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue