Skip to content

Commit

Permalink
Change seam position scoring to make it more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Oct 5, 2023
1 parent a8cc7b7 commit a70793c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/PathOrderOptimizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ class PathOrderOptimizer
// so the user has some control over where the seam will lie.

// the divisor here may need adjusting to obtain the best results (TBD)
corner_shift = score_distance / 10;
corner_shift = score_distance / 50;
}

float score = score_distance;
Expand Down

0 comments on commit a70793c

Please sign in to comment.