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

CURA-11868 Prime blob not printed for 2nd extruder when raft is enabled #2079

Closed wawanbreton closed 1 month ago

wawanbreton commented 1 month ago

Previously we would calculate the most appropriate layer to do the priming of an extruder, but when using a prime blob the extruder needs to be primed at first layer, which won't happen when using a raft. We now then force priming at first layer when having a prime blob, and process priming after the raft base layer has been printed.

CURA-11868