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 881 forks source link

CURA-11947 Improve multimaterial raft #2095

Closed wawanbreton closed 3 months ago

wawanbreton commented 3 months ago

This PR handles some new settings added in the front-end. They are mostly dynamic values for variables that were hard-coded before.

An other part is fixing an unexpected behavior regarfind infill overlap, which was previously wrong when generating infills for areas having an infill wall.

Comes with https://github.com/Ultimaker/Cura/pull/19227

CURA-11947