mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fix for bad arrange with mirrored objects
This commit is contained in:
@@ -1117,7 +1117,9 @@ bool SLASupportTree::generate(const PointSet &points,
|
||||
head_norm.row(pcount) = nn;
|
||||
|
||||
++pcount;
|
||||
} else {
|
||||
} else if( polar >= 3*PI/4 ) {
|
||||
// Headless supports do not tilt like the headed ones so
|
||||
// the normal should point almost to the ground.
|
||||
headless_norm.row(hlcount) = nn;
|
||||
headless_pos.row(hlcount++) = hp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user