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

Fix secondary brim generation #2044

Closed wawanbreton closed 3 months ago

wawanbreton commented 3 months ago

Brim settings were not properly taken into account in the secondary brim generation.

I must admit I have no idea what the "secondary brim" is for. I'm afraid this commit makes it completely useless, because it will generate the secondary brim with the very same settings of the primary one, so the secondary should always be empty. But I don't know in what situations the secondary brim would do any good.

CURA-11708