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-11930 set start temperature but dont wait #2083

Closed wawanbreton closed 4 months ago

wawanbreton commented 4 months ago

Previously, the initial temperatures commands were ignored if the temperatures were already set in the header. This causes issues because we don't actually know in what state the printer will let the nozzles after its init sequence. So we now write non-wait and wait temperatures commands based only on the settings, so that one can set them properly according to the printer init sequence.

CURA-11930