Skip to content

bambusuite: add product-specific icon (currently uses generic BambuLab logo) #23

Description

@strausmann

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:

  • Add icons/bambusuite.png (square, ≥128×128 preferred)
  • Update automatic/bambusuite/bambusuite.nuspec <iconUrl> to the rawcdn.githack.com URL 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.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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions