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 11821 crash due to permission #2073

Closed saumyaj3 closed 4 months ago

saumyaj3 commented 5 months ago

Description

writing debug.html in temp folder

writing debug.html in the current folder (in case of build the program data) makes it read only and no write modifications are allowed, hence crash. Now it is written in temp folder of the computer where writing the file is also allowed. should solve : https://github.com/Ultimaker/Cura/issues/18835

CURA-11821