Ultimaker / Uranium

A Python framework for building Desktop applications.
GNU Lesser General Public License v3.0
323 stars 185 forks source link

CURA-11904 Fix crash when slicing with first extruder disabled #951

Closed wawanbreton closed 4 months ago

wawanbreton commented 4 months ago

Following the removal of the get/setMessage methods in the Job class, the StartSliceJob has not been updated and still used them. We now use a specific variable for storing the disabled extruders and properly display them.

CURA-11904 Associated PR https://github.com/Ultimaker/Cura/pull/19076