PrusaSlicer-NonPlainar/xs
bubnikv 82aed45816 Hopefully fixes the aligned seam:
https://github.com/prusa3d/Slic3r/issues/74

The way it works now is following:
Slic3r will add some negative penalty to all perimeter points near the last seam.
Once the perimeter point with minimum penalty is found, its penalty is compared
to a point closest to the last seam. If the penalty of the point
closest to the last seam is nearly as good as the minimum penalty,
the point closest to the last seam is picked instead. This heuristics
will hide the seams into corners if possible, but if not possible, it will
strive to align the seams precisely.
2017-02-22 16:35:07 +01:00
..
lib/Slic3r Fix of ExtrusionMultiPath binding to Perl & G-code generator. 2017-01-20 15:17:32 +01:00
src Hopefully fixes the aligned seam: 2017-02-22 16:35:07 +01:00
t Adapted to the new ClipperUtils.hpp interface by @alexrj 2016-12-13 19:22:23 +01:00
xsp Added missing get_volume() method to the PrintObject Perl interface. 2017-02-22 16:05:14 +01:00
Build.PL Merge branch 'master' into dev 2016-12-15 12:54:34 +01:00
MANIFEST Implement clone() for Fill classes 2017-02-21 16:22:54 +01:00
MANIFEST.SKIP Finished GCodeSender 2014-12-27 22:58:01 +01:00