Revert "Double seam paint on fuzzy skin bug-fix" (#11882)
Some checks are pending
Build all / Build Linux (push) Waiting to run
Build all / Build Non-Linux (push) Waiting to run
Build all / Unit Tests (push) Blocked by required conditions
Build all / Flatpak (push) Waiting to run

Revert "Double seam paint on fuzzy skin bug-fix (#11808)"

This reverts commit 86c6cf7b91.
This commit is contained in:
Ioannis Giannakas 2026-01-08 19:42:47 +00:00 committed by GitHub
parent 4af168bac7
commit 7ac84b1f17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)