Context
The bambusuite package currently uses the shared generic BambuLab logo (icons/bambulab.png) for its iconUrl — the same icon as bambustudio. Bambu Suite has its own distinct product icon, so on the community page it is indistinguishable from Bambu Studio.
Task
Add a Bambu-Suite-specific icon and point iconUrl at it:
Where to get the icon
Bambu Suite is closed-source (not on GitHub) and bambulab.com is behind Cloudflare Turnstile, so the icon can't be scraped from the web (the wiki only exposes its own Wiki.js favicon). The reliable source is the installed app (C:\\Program Files\\Bambu Suite\\):
- Prefer a bundled high-res
*.png / *.ico in the install dir, or
- Fallback: extract from the main exe via PowerShell
[System.Drawing.Icon]::ExtractAssociatedIcon(<exe>) (~32px only).
Priority
Low / cosmetic — the current generic BambuLab logo is correct-brand, just not product-specific.
Context
The
bambusuitepackage currently uses the shared generic BambuLab logo (icons/bambulab.png) for itsiconUrl— the same icon asbambustudio. Bambu Suite has its own distinct product icon, so on the community page it is indistinguishable from Bambu Studio.Task
Add a Bambu-Suite-specific icon and point
iconUrlat it:icons/bambusuite.png(square, ≥128×128 preferred)automatic/bambusuite/bambusuite.nuspec<iconUrl>to therawcdn.githack.comURL of the new file (same pattern as the other packages, with a commit hash)Where to get the icon
Bambu Suite is closed-source (not on GitHub) and
bambulab.comis behind Cloudflare Turnstile, so the icon can't be scraped from the web (the wiki only exposes its own Wiki.js favicon). The reliable source is the installed app (C:\\Program Files\\Bambu Suite\\):*.png/*.icoin the install dir, or[System.Drawing.Icon]::ExtractAssociatedIcon(<exe>)(~32px only).Priority
Low / cosmetic — the current generic BambuLab logo is correct-brand, just not product-specific.