SoftFever / OrcaSlicer

G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
https://discord.gg/P4VE9UY9gJ
GNU Affero General Public License v3.0
5.89k stars 670 forks source link

Fix Qidi profile bugs #5801

Closed HYzd766 closed 4 days ago

HYzd766 commented 1 week ago

Solve a litte bug and make some changes

Ocraftyone commented 6 days ago

Can your provide move of a description on the fixed bug?

HYzd766 commented 5 days ago

There is a code in the fdm_qidi_x3_common.json file called "thumnails_format": "ColPic", which is not compatible with this version. After deleting it, I fixed the bug and found that it is not compatible with this version

SoftFever commented 4 days ago

There is a code in the fdm_qidi_x3_common.json file called "thumnails_format": "ColPic", which is not compatible with this version. After deleting it, I fixed the bug and found that it is not compatible with this version

hehehe, there was a typo there before. it should be thumbnails_format. Anyway, with the new thumbnail revamp, this parameter is not required anymore.