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 wrong init temperature without prime blob #2013

Closed wawanbreton closed 5 months ago

wawanbreton commented 5 months ago

One-line fix for an initial temperature bug. Seems to be related to a prime blob specific case that was not handled as such.

casperlamboo commented 5 months ago

I also saw these failing unit tests on one of my working branches, I fixed it with this commit https://github.com/Ultimaker/CuraEngine/pull/2012/commits/0f93601546410e6d8079b64e09fa836534bcaef3

wawanbreton commented 5 months ago

I also saw these failing unit tests on one of my working branches, I fixed it with this commit 0f93601

Oh right, unit tests are failing so much recently that I don't see them anymore :grimacing: