mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
use center of enforcer only with spAligned
This commit is contained in:
parent
fffb79a085
commit
8dd345ed4c
2 changed files with 22 additions and 10 deletions
|
@ -36,7 +36,7 @@ private:
|
|||
void apply_custom_seam(const Polygon& polygon,
|
||||
std::vector<float>& penalties,
|
||||
const std::vector<float>& lengths,
|
||||
int layer_id) const;
|
||||
int layer_id, SeamPosition seam_position) const;
|
||||
|
||||
// Return random point of a polygon. The distribution will be uniform
|
||||
// along the contour and account for enforcers and blockers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue