mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00

While discussing with Jordy about the code I just found a problematic case where sending slice info could fail. (This shouldn't happen, but..) If the first container is not serializable, then the for-loop will crash because container_serialized is not set for the if clause. Additionally the if-clause is at the moment useless, because it is always true, because the content of container_serialized gets never resetted. Contributes to CURA-1445