Ultimaker / CuraEngine

Powerful, fast and robust engine for converting 3D models into g-code instructions for 3D printers. It is part of the larger open source project Cura.
https://ultimaker.com/en/products/cura-software
GNU Affero General Public License v3.0
1.68k stars 883 forks source link

Fix fuzzy skin #1859

Closed casperlamboo closed 1 year ago

casperlamboo commented 1 year ago

Previously we had semantics that for all closed paths the last point was equal to the first point; path.front() != path.back(). With commit d31d61518b1659f6a5181573918b0141e726b3f2 the semantics changed.

Fixes https://github.com/Ultimaker/Cura/issues/14750, CURA-10368

github-actions[bot] commented 1 year ago

Unit Test Results

25 tests  ±0   25 :heavy_check_mark: ±0   12s :stopwatch: +4s   1 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 48a4fe09. ± Comparison against base commit a06c0623.

:recycle: This comment has been updated with latest results.