Package Details: bambu-studio 2.7.1.62-1

Git Clone URL: https://aur.archlinux.org/bambu-studio.git (read-only, click to copy)
Package Base: bambu-studio
Description: PC Software for BambuLab and other 3D printers
Upstream URL: https://github.com/bambulab/BambuStudio
Keywords: 3d-printer 3d-printing bambulab
Licenses: AGPL-3.0
Submitter: leo980
Maintainer: leo980
Last Packager: leo980
Votes: 1
Popularity: 0.24
First Submitted: 2026-04-22 05:18 (UTC)
Last Updated: 2026-06-17 11:13 (UTC)

Latest Comments

leo980 commented on 2026-06-14 02:22 (UTC)

@Libellisth Thanks for ur comment but please be noticed that both m4 and pkgconf are deps of base-devel which is installed on virtually all arch building systems, therefore it is not required to explicitly include them.

Libellisth commented on 2026-06-12 17:10 (UTC)

The m4 package isn't listed in the makedepends. Also needed to install the pkgconf package to make the GLFW build dependency with wayland.

leo980 commented on 2026-05-11 05:31 (UTC) (edited on 2026-05-11 05:31 (UTC) by leo980)

@mico thanks for your kudo also big appreciate for pinpointing issue on missing icons and provides solution :-D

pkgrel has been bumped with icon added

mico commented on 2026-05-07 20:04 (UTC) (edited on 2026-05-07 20:05 (UTC) by mico)

A cosmetic improvement: adding the app icon.

mkdir -p $pkgdir/usr/share/icons/hicolor/128x128/apps/
mkdir -p $pkgdir/usr/share/icons/hicolor/192x192/apps/
mkdir -p $pkgdir/usr/share/icons/hicolor/32x32/apps/
mkdir -p $pkgdir/usr/share/icons/hicolor/scalable/apps/

install -Dm0644 $srcdir/BambuStudio-$_raw_pkgver/resources/images/BambuStudio_128px.png $pkgdir/usr/share/icons/hicolor/128x128/apps/BambuStudio.png install -Dm0644 $srcdir/BambuStudio-$_raw_pkgver/resources/images/BambuStudio_192px.png $pkgdir/usr/share/icons/hicolor/192x192/apps/BambuStudio.png install -Dm0644 $srcdir/BambuStudio-$_raw_pkgver/resources/images/BambuStudio_32px.png $pkgdir/usr/share/icons/hicolor/32x32/apps/BambuStudio.png install -Dm0644 $srcdir/BambuStudio-$_raw_pkgver/resources/images/BambuStudio.svg $pkgdir/usr/share/icons/hicolor/scalable/apps/BambuStudio.svg

mico commented on 2026-05-07 08:55 (UTC)

Big thanks and congratulations for this. Some time ago, I tried to build it with abs but gave up.

leo980 commented on 2026-04-22 05:25 (UTC)

notice: do NOT try removing -j1, -j2 params from make & cmake commands in this PKGBUILD unless the building host got unreasonable huge amount of RAM.

cmake --build . --config Release --parallel could bust 256GiB of memory on a 24-cored server (-j24)