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.7k stars 886 forks source link

CURA-12252 Fix outer wall being translated #2164

Closed wawanbreton closed 3 weeks ago

wawanbreton commented 4 weeks ago

Instead of always reusing the results of the split segments destination, we now calculate them from the initial wall segment, avoiding some rounding errors being accumulated over time and translating the whole path significantly.

CURA-12251