@fredlackey/devutils 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
- package/src/commands/install.js +374 -36
- package/src/installs/adobe-creative-cloud.js +527 -25
- package/src/installs/adobe-creative-cloud.md +605 -0
- package/src/installs/appcleaner.js +303 -26
- package/src/installs/appcleaner.md +699 -0
- package/src/installs/apt-transport-https.js +390 -0
- package/src/installs/apt-transport-https.md +678 -0
- package/src/installs/atomicparsley.js +624 -26
- package/src/installs/atomicparsley.md +795 -0
- package/src/installs/aws-cli.js +779 -26
- package/src/installs/aws-cli.md +727 -0
- package/src/installs/balena-etcher.js +688 -26
- package/src/installs/balena-etcher.md +761 -0
- package/src/installs/bambu-studio.js +912 -26
- package/src/installs/bambu-studio.md +780 -0
- package/src/installs/bash-completion.js +554 -23
- package/src/installs/bash-completion.md +833 -0
- package/src/installs/bash.js +399 -26
- package/src/installs/bash.md +993 -0
- package/src/installs/beyond-compare.js +585 -26
- package/src/installs/beyond-compare.md +813 -0
- package/src/installs/build-essential.js +511 -26
- package/src/installs/build-essential.md +977 -0
- package/src/installs/ca-certificates.js +618 -0
- package/src/installs/ca-certificates.md +937 -0
- package/src/installs/caffeine.js +490 -26
- package/src/installs/caffeine.md +839 -0
- package/src/installs/camtasia.js +577 -25
- package/src/installs/camtasia.md +762 -0
- package/src/installs/chatgpt.js +458 -26
- package/src/installs/chatgpt.md +814 -0
- package/src/installs/chocolatey.js +447 -0
- package/src/installs/chocolatey.md +661 -0
- package/src/installs/chrome-canary.js +472 -26
- package/src/installs/chrome-canary.md +641 -0
- package/src/installs/chromium.js +645 -26
- package/src/installs/chromium.md +838 -0
- package/src/installs/claude-code.js +558 -26
- package/src/installs/claude-code.md +1173 -0
- package/src/installs/curl.js +361 -26
- package/src/installs/curl.md +714 -0
- package/src/installs/cursor.js +561 -26
- package/src/installs/cursor.md +970 -0
- package/src/installs/dbschema.js +674 -26
- package/src/installs/dbschema.md +925 -0
- package/src/installs/dependencies.md +435 -0
- package/src/installs/development-tools.js +600 -0
- package/src/installs/development-tools.md +977 -0
- package/src/installs/docker.js +1010 -25
- package/src/installs/docker.md +1109 -0
- package/src/installs/drawio.js +1001 -26
- package/src/installs/drawio.md +795 -0
- package/src/installs/elmedia-player.js +328 -25
- package/src/installs/elmedia-player.md +556 -0
- package/src/installs/ffmpeg.js +870 -25
- package/src/installs/ffmpeg.md +852 -0
- package/src/installs/file.js +464 -0
- package/src/installs/file.md +987 -0
- package/src/installs/gemini-cli.js +793 -26
- package/src/installs/gemini-cli.md +1153 -0
- package/src/installs/git.js +382 -26
- package/src/installs/git.md +907 -0
- package/src/installs/gitego.js +931 -26
- package/src/installs/gitego.md +1172 -0
- package/src/installs/go.js +913 -26
- package/src/installs/go.md +958 -0
- package/src/installs/google-chrome.js +801 -25
- package/src/installs/google-chrome.md +862 -0
- package/src/installs/gpg.js +412 -73
- package/src/installs/gpg.md +1056 -0
- package/src/installs/homebrew.js +1015 -26
- package/src/installs/homebrew.md +988 -0
- package/src/installs/imageoptim.js +950 -26
- package/src/installs/imageoptim.md +1119 -0
- package/src/installs/installers.json +2297 -0
- package/src/installs/jq.js +382 -26
- package/src/installs/jq.md +809 -0
- package/src/installs/keyboard-maestro.js +701 -26
- package/src/installs/keyboard-maestro.md +825 -0
- package/src/installs/latex.js +771 -26
- package/src/installs/latex.md +1095 -0
- package/src/installs/lftp.js +338 -26
- package/src/installs/lftp.md +907 -0
- package/src/installs/lsb-release.js +346 -0
- package/src/installs/lsb-release.md +814 -0
- package/src/installs/messenger.js +829 -26
- package/src/installs/messenger.md +900 -0
- package/src/installs/microsoft-office.js +550 -26
- package/src/installs/microsoft-office.md +760 -0
- package/src/installs/microsoft-teams.js +782 -25
- package/src/installs/microsoft-teams.md +886 -0
- package/src/installs/node.js +886 -26
- package/src/installs/node.md +1153 -0
- package/src/installs/nordpass.js +698 -26
- package/src/installs/nordpass.md +921 -0
- package/src/installs/nvm.js +977 -26
- package/src/installs/nvm.md +1057 -0
- package/src/installs/openssh.js +734 -64
- package/src/installs/openssh.md +1056 -0
- package/src/installs/pandoc.js +644 -26
- package/src/installs/pandoc.md +1036 -0
- package/src/installs/pinentry.js +492 -26
- package/src/installs/pinentry.md +1142 -0
- package/src/installs/pngyu.js +851 -26
- package/src/installs/pngyu.md +896 -0
- package/src/installs/postman.js +781 -26
- package/src/installs/postman.md +940 -0
- package/src/installs/procps.js +425 -0
- package/src/installs/procps.md +851 -0
- package/src/installs/safari-tech-preview.js +355 -25
- package/src/installs/safari-tech-preview.md +533 -0
- package/src/installs/sfnt2woff.js +640 -26
- package/src/installs/sfnt2woff.md +795 -0
- package/src/installs/shellcheck.js +463 -26
- package/src/installs/shellcheck.md +1005 -0
- package/src/installs/slack.js +722 -25
- package/src/installs/slack.md +865 -0
- package/src/installs/snagit.js +566 -25
- package/src/installs/snagit.md +844 -0
- package/src/installs/software-properties-common.js +372 -0
- package/src/installs/software-properties-common.md +805 -0
- package/src/installs/spotify.js +858 -25
- package/src/installs/spotify.md +901 -0
- package/src/installs/studio-3t.js +803 -26
- package/src/installs/studio-3t.md +918 -0
- package/src/installs/sublime-text.js +780 -25
- package/src/installs/sublime-text.md +914 -0
- package/src/installs/superwhisper.js +687 -25
- package/src/installs/superwhisper.md +630 -0
- package/src/installs/tailscale.js +727 -26
- package/src/installs/tailscale.md +1100 -0
- package/src/installs/tar.js +389 -0
- package/src/installs/tar.md +946 -0
- package/src/installs/termius.js +780 -26
- package/src/installs/termius.md +844 -0
- package/src/installs/terraform.js +761 -26
- package/src/installs/terraform.md +899 -0
- package/src/installs/tidal.js +752 -25
- package/src/installs/tidal.md +864 -0
- package/src/installs/tmux.js +328 -26
- package/src/installs/tmux.md +1030 -0
- package/src/installs/tree.js +393 -26
- package/src/installs/tree.md +833 -0
- package/src/installs/unzip.js +460 -0
- package/src/installs/unzip.md +879 -0
- package/src/installs/vim.js +403 -26
- package/src/installs/vim.md +1040 -0
- package/src/installs/vlc.js +803 -26
- package/src/installs/vlc.md +927 -0
- package/src/installs/vscode.js +825 -26
- package/src/installs/vscode.md +1002 -0
- package/src/installs/wget.js +415 -0
- package/src/installs/wget.md +791 -0
- package/src/installs/whatsapp.js +710 -25
- package/src/installs/whatsapp.md +854 -0
- package/src/installs/winpty.js +352 -0
- package/src/installs/winpty.md +620 -0
- package/src/installs/woff2.js +535 -26
- package/src/installs/woff2.md +977 -0
- package/src/installs/wsl.js +572 -0
- package/src/installs/wsl.md +699 -0
- package/src/installs/xcode-clt.js +520 -0
- package/src/installs/xcode-clt.md +351 -0
- package/src/installs/xcode.js +542 -26
- package/src/installs/xcode.md +573 -0
- package/src/installs/yarn.js +806 -26
- package/src/installs/yarn.md +1074 -0
- package/src/installs/yq.js +636 -26
- package/src/installs/yq.md +944 -0
- package/src/installs/yt-dlp.js +683 -26
- package/src/installs/yt-dlp.md +946 -0
- package/src/installs/yum-utils.js +297 -0
- package/src/installs/yum-utils.md +648 -0
- package/src/installs/zoom.js +740 -25
- package/src/installs/zoom.md +884 -0
- package/src/scripts/README.md +567 -45
- package/src/scripts/STATUS.md +208 -0
- package/src/scripts/afk.js +395 -7
- package/src/scripts/backup-all.js +731 -9
- package/src/scripts/backup-source.js +711 -8
- package/src/scripts/brewd.js +373 -7
- package/src/scripts/brewi.js +505 -9
- package/src/scripts/brewr.js +512 -9
- package/src/scripts/brews.js +462 -9
- package/src/scripts/brewu.js +488 -7
- package/src/scripts/c.js +185 -7
- package/src/scripts/ccurl.js +325 -8
- package/src/scripts/certbot-crontab-init.js +488 -8
- package/src/scripts/certbot-init.js +641 -9
- package/src/scripts/ch.js +339 -7
- package/src/scripts/claude-danger.js +253 -8
- package/src/scripts/clean-dev.js +419 -8
- package/src/scripts/clear-dns-cache.js +525 -7
- package/src/scripts/clone.js +417 -7
- package/src/scripts/code-all.js +420 -7
- package/src/scripts/count-files.js +195 -8
- package/src/scripts/count-folders.js +195 -8
- package/src/scripts/count.js +248 -8
- package/src/scripts/d.js +203 -7
- package/src/scripts/datauri.js +373 -8
- package/src/scripts/delete-files.js +363 -7
- package/src/scripts/docker-clean.js +410 -8
- package/src/scripts/dp.js +426 -7
- package/src/scripts/e.js +375 -9
- package/src/scripts/empty-trash.js +497 -7
- package/src/scripts/evm.js +428 -9
- package/src/scripts/fetch-github-repos.js +441 -10
- package/src/scripts/get-channel.js +329 -8
- package/src/scripts/get-course.js +384 -11
- package/src/scripts/get-dependencies.js +290 -9
- package/src/scripts/get-folder.js +783 -10
- package/src/scripts/get-tunes.js +411 -10
- package/src/scripts/get-video.js +352 -9
- package/src/scripts/git-backup.js +561 -9
- package/src/scripts/git-clone.js +477 -9
- package/src/scripts/git-pup.js +303 -7
- package/src/scripts/git-push.js +380 -8
- package/src/scripts/h.js +607 -9
- package/src/scripts/hide-desktop-icons.js +483 -7
- package/src/scripts/hide-hidden-files.js +522 -7
- package/src/scripts/install-dependencies-from.js +440 -9
- package/src/scripts/ips.js +647 -10
- package/src/scripts/iso.js +354 -8
- package/src/scripts/killni.js +561 -7
- package/src/scripts/ll.js +451 -8
- package/src/scripts/local-ip.js +310 -8
- package/src/scripts/m.js +508 -8
- package/src/scripts/map.js +293 -8
- package/src/scripts/mkd.js +287 -7
- package/src/scripts/ncu-update-all.js +441 -8
- package/src/scripts/nginx-init.js +702 -12
- package/src/scripts/npmi.js +366 -7
- package/src/scripts/o.js +495 -8
- package/src/scripts/org-by-date.js +321 -7
- package/src/scripts/p.js +208 -7
- package/src/scripts/packages.js +313 -8
- package/src/scripts/path.js +209 -7
- package/src/scripts/ports.js +582 -8
- package/src/scripts/q.js +290 -8
- package/src/scripts/refresh-files.js +378 -10
- package/src/scripts/remove-smaller-files.js +500 -8
- package/src/scripts/rename-files-with-date.js +517 -9
- package/src/scripts/resize-image.js +523 -9
- package/src/scripts/rm-safe.js +653 -8
- package/src/scripts/s.js +525 -9
- package/src/scripts/set-git-public.js +349 -7
- package/src/scripts/show-desktop-icons.js +459 -7
- package/src/scripts/show-hidden-files.js +456 -7
- package/src/scripts/tpa.js +265 -8
- package/src/scripts/tpo.js +264 -7
- package/src/scripts/u.js +489 -7
- package/src/scripts/vpush.js +422 -8
- package/src/scripts/y.js +267 -7
- package/src/utils/common/os.js +94 -2
- package/src/utils/ubuntu/apt.js +13 -7
|
@@ -0,0 +1,780 @@
|
|
|
1
|
+
# Installing Bambu Studio
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
Bambu Studio is an open-source, feature-rich 3D printing slicer software developed by Bambu Lab. It converts 3D model files (STL, OBJ, 3MF, or AMF) into G-code that 3D printers can understand. Built upon PrusaSlicer, Bambu Studio provides project-based workflows, optimized slicing algorithms, native AMS (Automatic Material System) integration for multi-color printing, and an intuitive graphical interface. While designed primarily for Bambu Lab printers (X1, P1, and A1 series), it supports other 3D printers as well.
|
|
6
|
+
|
|
7
|
+
## Prerequisites
|
|
8
|
+
|
|
9
|
+
Before installing Bambu Studio on any platform, ensure:
|
|
10
|
+
|
|
11
|
+
1. **Internet connectivity** - Required to download the installer and for cloud-based features
|
|
12
|
+
2. **64-bit operating system** - Bambu Studio requires a 64-bit system on all platforms
|
|
13
|
+
3. **OpenGL support** - A GPU with OpenGL 2.0 or higher support is required
|
|
14
|
+
4. **Adequate system resources** - Intel Core i3 / AMD Ryzen 3 (dual-core 2.5 GHz or higher) recommended
|
|
15
|
+
|
|
16
|
+
**Important**: Bambu Studio is a GUI application. Headless server environments without display capabilities cannot run this software.
|
|
17
|
+
|
|
18
|
+
## Dependencies
|
|
19
|
+
|
|
20
|
+
### macOS (Homebrew)
|
|
21
|
+
- **Required:**
|
|
22
|
+
- Homebrew - Install via `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"`
|
|
23
|
+
- **Optional:** None
|
|
24
|
+
- **Auto-installed:** None (Homebrew cask handles internal dependencies automatically)
|
|
25
|
+
|
|
26
|
+
### Ubuntu (APT/Snap)
|
|
27
|
+
- **Required:**
|
|
28
|
+
- `flatpak` - Install via `sudo apt-get install -y flatpak`
|
|
29
|
+
- Flathub repository - Add via `flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo`
|
|
30
|
+
- `sudo` privileges
|
|
31
|
+
- X11 or Wayland display server (typically pre-installed on desktop Ubuntu)
|
|
32
|
+
- **Optional:** None
|
|
33
|
+
- **Auto-installed:**
|
|
34
|
+
- Flatpak runtime dependencies (automatically handled by APT during flatpak installation)
|
|
35
|
+
|
|
36
|
+
### Raspberry Pi OS (APT/Snap)
|
|
37
|
+
- **Required:**
|
|
38
|
+
- 64-bit Raspberry Pi OS (aarch64 architecture) - Download from https://www.raspberrypi.com/software/operating-systems/
|
|
39
|
+
- Pi-Apps - Install via `wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash`
|
|
40
|
+
- `wget` - Install via `sudo apt-get install -y wget` (usually pre-installed)
|
|
41
|
+
- `curl` - Install via `sudo apt-get install -y curl` (usually pre-installed)
|
|
42
|
+
- `yad` - Install via `sudo apt-get install -y yad` (required for Pi-Apps GUI)
|
|
43
|
+
- Desktop environment (GUI required, typically pre-installed)
|
|
44
|
+
- **Optional:** None
|
|
45
|
+
- **Auto-installed:**
|
|
46
|
+
- Build dependencies and ARM-specific compilation tools (handled automatically by Pi-Apps installation script)
|
|
47
|
+
|
|
48
|
+
### Amazon Linux (DNF/YUM)
|
|
49
|
+
- **Required:**
|
|
50
|
+
- `flatpak` - Install via `sudo dnf install -y flatpak` or `sudo yum install -y flatpak`
|
|
51
|
+
- Flathub repository - Add via `flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo`
|
|
52
|
+
- Desktop environment - Install via `sudo dnf groupinstall -y "GNOME Desktop Environment"` (Amazon Linux is server-only by default)
|
|
53
|
+
- Graphics drivers - Install via `sudo dnf install -y mesa-libGL mesa-libGLU mesa-dri-drivers`
|
|
54
|
+
- `sudo` privileges
|
|
55
|
+
- **Optional:** None
|
|
56
|
+
- **Auto-installed:**
|
|
57
|
+
- Flatpak runtime dependencies (automatically handled by DNF/YUM during flatpak installation)
|
|
58
|
+
|
|
59
|
+
### Windows (Chocolatey/winget)
|
|
60
|
+
- **Required:**
|
|
61
|
+
- Chocolatey - Install via PowerShell (Admin): `Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))`
|
|
62
|
+
- Administrator privileges (required to run Chocolatey)
|
|
63
|
+
- **Optional:** None
|
|
64
|
+
- **Auto-installed:**
|
|
65
|
+
- `vcredist140` (Visual C++ Redistributable 2015-2022) - Automatically installed by Chocolatey as a dependency
|
|
66
|
+
|
|
67
|
+
### Git Bash (Manual/Portable)
|
|
68
|
+
- **Required:**
|
|
69
|
+
- Chocolatey (on Windows host) - Install via PowerShell (Admin): `Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))`
|
|
70
|
+
- Administrator privileges (Git Bash must be run as Administrator)
|
|
71
|
+
- Git for Windows (provides Git Bash environment) - Install from https://git-scm.com/download/win
|
|
72
|
+
- **Optional:** None
|
|
73
|
+
- **Auto-installed:**
|
|
74
|
+
- `vcredist140` (Visual C++ Redistributable 2015-2022) - Automatically installed by Chocolatey as a dependency
|
|
75
|
+
|
|
76
|
+
## Platform-Specific Installation
|
|
77
|
+
|
|
78
|
+
### macOS (Homebrew)
|
|
79
|
+
|
|
80
|
+
#### Prerequisites
|
|
81
|
+
|
|
82
|
+
- macOS 11 (Big Sur) or later
|
|
83
|
+
- Homebrew package manager installed
|
|
84
|
+
- Terminal access
|
|
85
|
+
|
|
86
|
+
If Homebrew is not installed, install it first:
|
|
87
|
+
|
|
88
|
+
```bash
|
|
89
|
+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
#### Installation Steps
|
|
93
|
+
|
|
94
|
+
Run the following command to install Bambu Studio:
|
|
95
|
+
|
|
96
|
+
```bash
|
|
97
|
+
brew install --cask --quiet bambu-studio
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
The `--cask` flag specifies this is a macOS application (not a command-line formula), and `--quiet` suppresses non-essential output for automation-friendly installation.
|
|
101
|
+
|
|
102
|
+
#### Verification
|
|
103
|
+
|
|
104
|
+
Confirm the installation succeeded by checking the application exists:
|
|
105
|
+
|
|
106
|
+
```bash
|
|
107
|
+
ls /Applications/BambuStudio.app
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
Expected output:
|
|
111
|
+
|
|
112
|
+
```
|
|
113
|
+
/Applications/BambuStudio.app
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
Alternatively, launch the application:
|
|
117
|
+
|
|
118
|
+
```bash
|
|
119
|
+
open /Applications/BambuStudio.app
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
#### Troubleshooting
|
|
123
|
+
|
|
124
|
+
**Problem**: `Error: Cask 'bambu-studio' is not available`
|
|
125
|
+
|
|
126
|
+
**Solution**: Update Homebrew to get the latest cask definitions:
|
|
127
|
+
|
|
128
|
+
```bash
|
|
129
|
+
brew update
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
**Problem**: macOS blocks the application with "cannot be opened because the developer cannot be verified"
|
|
133
|
+
|
|
134
|
+
**Solution**: Approve the application in System Settings:
|
|
135
|
+
|
|
136
|
+
1. Open System Settings > Privacy & Security
|
|
137
|
+
2. Scroll down to find the blocked application message
|
|
138
|
+
3. Click "Open Anyway"
|
|
139
|
+
|
|
140
|
+
Or remove the quarantine attribute via Terminal:
|
|
141
|
+
|
|
142
|
+
```bash
|
|
143
|
+
xattr -dr com.apple.quarantine /Applications/BambuStudio.app
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
**Problem**: Permission denied errors during installation
|
|
147
|
+
|
|
148
|
+
**Solution**: Fix Homebrew ownership:
|
|
149
|
+
|
|
150
|
+
```bash
|
|
151
|
+
sudo chown -R $(whoami) /opt/homebrew
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
### Ubuntu/Debian (Flatpak)
|
|
157
|
+
|
|
158
|
+
#### Prerequisites
|
|
159
|
+
|
|
160
|
+
- Ubuntu 20.04 or later, or Debian 11 or later (64-bit)
|
|
161
|
+
- Flatpak package manager
|
|
162
|
+
- sudo privileges
|
|
163
|
+
- X11 or Wayland display server
|
|
164
|
+
|
|
165
|
+
**Important**: There is no official APT package or Snap package for Bambu Studio. Use Flatpak from Flathub, which is the recommended installation method for Linux.
|
|
166
|
+
|
|
167
|
+
#### Installation Steps
|
|
168
|
+
|
|
169
|
+
First, install Flatpak if not already present:
|
|
170
|
+
|
|
171
|
+
```bash
|
|
172
|
+
sudo DEBIAN_FRONTEND=noninteractive apt-get update -y && sudo DEBIAN_FRONTEND=noninteractive apt-get install -y flatpak
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
Add the Flathub repository:
|
|
176
|
+
|
|
177
|
+
```bash
|
|
178
|
+
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
Restart your system for Flatpak to fully initialize (or log out and log back in):
|
|
182
|
+
|
|
183
|
+
```bash
|
|
184
|
+
sudo reboot
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
After reboot, install Bambu Studio:
|
|
188
|
+
|
|
189
|
+
```bash
|
|
190
|
+
flatpak install -y flathub com.bambulab.BambuStudio
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
The `-y` flag automatically confirms the installation without prompts.
|
|
194
|
+
|
|
195
|
+
#### Verification
|
|
196
|
+
|
|
197
|
+
Confirm the installation succeeded:
|
|
198
|
+
|
|
199
|
+
```bash
|
|
200
|
+
flatpak list | grep -i bambu
|
|
201
|
+
```
|
|
202
|
+
|
|
203
|
+
Expected output:
|
|
204
|
+
|
|
205
|
+
```
|
|
206
|
+
Bambu Studio com.bambulab.BambuStudio stable flathub
|
|
207
|
+
```
|
|
208
|
+
|
|
209
|
+
Launch the application:
|
|
210
|
+
|
|
211
|
+
```bash
|
|
212
|
+
flatpak run com.bambulab.BambuStudio
|
|
213
|
+
```
|
|
214
|
+
|
|
215
|
+
#### Troubleshooting
|
|
216
|
+
|
|
217
|
+
**Problem**: `error: Unable to load summary from remote flathub`
|
|
218
|
+
|
|
219
|
+
**Solution**: The Flathub repository may not be properly configured. Re-add it:
|
|
220
|
+
|
|
221
|
+
```bash
|
|
222
|
+
flatpak remote-delete flathub
|
|
223
|
+
flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
|
224
|
+
```
|
|
225
|
+
|
|
226
|
+
**Problem**: Application crashes on startup or shows blank home tab
|
|
227
|
+
|
|
228
|
+
**Solution**: The Flatpak version resolves many display issues. Ensure you have the latest version:
|
|
229
|
+
|
|
230
|
+
```bash
|
|
231
|
+
flatpak update -y
|
|
232
|
+
```
|
|
233
|
+
|
|
234
|
+
**Problem**: `error: app/com.bambulab.BambuStudio/x86_64/stable not installed`
|
|
235
|
+
|
|
236
|
+
**Solution**: The installation may have failed. Retry:
|
|
237
|
+
|
|
238
|
+
```bash
|
|
239
|
+
flatpak uninstall -y com.bambulab.BambuStudio 2>/dev/null || true
|
|
240
|
+
flatpak install -y flathub com.bambulab.BambuStudio
|
|
241
|
+
```
|
|
242
|
+
|
|
243
|
+
**Problem**: Network plugin installation loop ("Bambu Network plug-in not detected. Click here to install it.")
|
|
244
|
+
|
|
245
|
+
**Solution**: This is a known issue on some Linux systems. The Flatpak version typically handles this better than AppImage. If the issue persists, the network features may be limited on Linux.
|
|
246
|
+
|
|
247
|
+
---
|
|
248
|
+
|
|
249
|
+
### Raspberry Pi OS (Pi-Apps)
|
|
250
|
+
|
|
251
|
+
#### Prerequisites
|
|
252
|
+
|
|
253
|
+
- Raspberry Pi OS (64-bit only) - Bookworm or later recommended
|
|
254
|
+
- Raspberry Pi 3B+ or later (64-bit capable hardware)
|
|
255
|
+
- Pi-Apps package manager
|
|
256
|
+
- Desktop environment (GUI required)
|
|
257
|
+
|
|
258
|
+
**Important**: Bambu Studio requires a 64-bit operating system. It will not run on 32-bit Raspberry Pi OS. Verify your architecture:
|
|
259
|
+
|
|
260
|
+
```bash
|
|
261
|
+
uname -m
|
|
262
|
+
```
|
|
263
|
+
|
|
264
|
+
This must output `aarch64`. If it outputs `armv7l`, you need to install the 64-bit version of Raspberry Pi OS from https://www.raspberrypi.com/software/operating-systems/
|
|
265
|
+
|
|
266
|
+
#### Installation Steps
|
|
267
|
+
|
|
268
|
+
First, install Pi-Apps if not already present:
|
|
269
|
+
|
|
270
|
+
```bash
|
|
271
|
+
wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash
|
|
272
|
+
```
|
|
273
|
+
|
|
274
|
+
Wait for the installation to complete. Pi-Apps will be added to your application menu.
|
|
275
|
+
|
|
276
|
+
Install Bambu Studio using the Pi-Apps command-line interface:
|
|
277
|
+
|
|
278
|
+
```bash
|
|
279
|
+
/home/$USER/pi-apps/manage install "Bambu Studio"
|
|
280
|
+
```
|
|
281
|
+
|
|
282
|
+
**Note**: The Pi-Apps installation script handles all dependencies and ARM-specific compilation automatically. This process may take significant time on Raspberry Pi hardware.
|
|
283
|
+
|
|
284
|
+
#### Verification
|
|
285
|
+
|
|
286
|
+
Confirm the installation succeeded:
|
|
287
|
+
|
|
288
|
+
```bash
|
|
289
|
+
which bambu-studio || ls ~/.local/share/applications/*bambu* 2>/dev/null
|
|
290
|
+
```
|
|
291
|
+
|
|
292
|
+
Launch the application from the desktop menu under Engineering, or via command line:
|
|
293
|
+
|
|
294
|
+
```bash
|
|
295
|
+
bambu-studio
|
|
296
|
+
```
|
|
297
|
+
|
|
298
|
+
#### Troubleshooting
|
|
299
|
+
|
|
300
|
+
**Problem**: Pi-Apps shows "Bambu Studio will only run on PiOS 64-bit"
|
|
301
|
+
|
|
302
|
+
**Solution**: You are running 32-bit Raspberry Pi OS. Download and install the 64-bit version:
|
|
303
|
+
1. Visit https://www.raspberrypi.com/software/operating-systems/
|
|
304
|
+
2. Download "Raspberry Pi OS (64-bit)"
|
|
305
|
+
3. Re-flash your SD card with the 64-bit image
|
|
306
|
+
|
|
307
|
+
**Problem**: Installation fails with memory errors
|
|
308
|
+
|
|
309
|
+
**Solution**: Raspberry Pi may run out of memory during compilation. Increase swap space:
|
|
310
|
+
|
|
311
|
+
```bash
|
|
312
|
+
sudo dphys-swapfile swapoff
|
|
313
|
+
sudo sed -i 's/CONF_SWAPSIZE=.*/CONF_SWAPSIZE=2048/' /etc/dphys-swapfile
|
|
314
|
+
sudo dphys-swapfile setup
|
|
315
|
+
sudo dphys-swapfile swapon
|
|
316
|
+
```
|
|
317
|
+
|
|
318
|
+
Then retry the installation.
|
|
319
|
+
|
|
320
|
+
**Problem**: Network plugin repeatedly fails to install
|
|
321
|
+
|
|
322
|
+
**Solution**: This is a known limitation on ARM Linux. The network plugin may not be fully functional on Raspberry Pi. Local file-based workflows will still work.
|
|
323
|
+
|
|
324
|
+
**Problem**: Application is very slow or unresponsive
|
|
325
|
+
|
|
326
|
+
**Solution**: Bambu Studio is resource-intensive. Ensure you are using a Raspberry Pi 4 or 5 with at least 4GB RAM. Close other applications to free up memory.
|
|
327
|
+
|
|
328
|
+
---
|
|
329
|
+
|
|
330
|
+
### Amazon Linux (Not Officially Supported)
|
|
331
|
+
|
|
332
|
+
#### Prerequisites
|
|
333
|
+
|
|
334
|
+
- Amazon Linux 2023 or Amazon Linux 2
|
|
335
|
+
- Desktop environment with X11/Wayland support
|
|
336
|
+
- Flatpak package manager (must be installed manually)
|
|
337
|
+
|
|
338
|
+
**Important**: Amazon Linux is primarily a server operating system and does not have a desktop environment by default. Bambu Studio is a GUI application and requires a display. This platform is not recommended for Bambu Studio usage. Consider using a desktop Linux distribution or Windows instead.
|
|
339
|
+
|
|
340
|
+
#### Installation Steps
|
|
341
|
+
|
|
342
|
+
If you must run Bambu Studio on Amazon Linux with a desktop environment, use Flatpak:
|
|
343
|
+
|
|
344
|
+
Install Flatpak:
|
|
345
|
+
|
|
346
|
+
```bash
|
|
347
|
+
sudo dnf install -y flatpak
|
|
348
|
+
```
|
|
349
|
+
|
|
350
|
+
Add the Flathub repository:
|
|
351
|
+
|
|
352
|
+
```bash
|
|
353
|
+
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
|
354
|
+
```
|
|
355
|
+
|
|
356
|
+
Install Bambu Studio:
|
|
357
|
+
|
|
358
|
+
```bash
|
|
359
|
+
flatpak install -y flathub com.bambulab.BambuStudio
|
|
360
|
+
```
|
|
361
|
+
|
|
362
|
+
#### Verification
|
|
363
|
+
|
|
364
|
+
Confirm the installation succeeded:
|
|
365
|
+
|
|
366
|
+
```bash
|
|
367
|
+
flatpak list | grep -i bambu
|
|
368
|
+
```
|
|
369
|
+
|
|
370
|
+
Expected output:
|
|
371
|
+
|
|
372
|
+
```
|
|
373
|
+
Bambu Studio com.bambulab.BambuStudio stable flathub
|
|
374
|
+
```
|
|
375
|
+
|
|
376
|
+
#### Troubleshooting
|
|
377
|
+
|
|
378
|
+
**Problem**: `flatpak: command not found`
|
|
379
|
+
|
|
380
|
+
**Solution**: Flatpak is not included by default on Amazon Linux. Install it:
|
|
381
|
+
|
|
382
|
+
```bash
|
|
383
|
+
sudo dnf install -y flatpak
|
|
384
|
+
```
|
|
385
|
+
|
|
386
|
+
**Problem**: Cannot launch application - no display
|
|
387
|
+
|
|
388
|
+
**Solution**: Amazon Linux requires a desktop environment. Install one:
|
|
389
|
+
|
|
390
|
+
```bash
|
|
391
|
+
sudo dnf groupinstall -y "GNOME Desktop Environment"
|
|
392
|
+
```
|
|
393
|
+
|
|
394
|
+
Then configure your system to boot into graphical mode or use VNC/remote desktop.
|
|
395
|
+
|
|
396
|
+
**Problem**: OpenGL errors or rendering issues
|
|
397
|
+
|
|
398
|
+
**Solution**: Install graphics drivers and ensure hardware acceleration is available:
|
|
399
|
+
|
|
400
|
+
```bash
|
|
401
|
+
sudo dnf install -y mesa-libGL mesa-libGLU mesa-dri-drivers
|
|
402
|
+
```
|
|
403
|
+
|
|
404
|
+
---
|
|
405
|
+
|
|
406
|
+
### Windows (Chocolatey)
|
|
407
|
+
|
|
408
|
+
#### Prerequisites
|
|
409
|
+
|
|
410
|
+
- Windows 10 or Windows 11 (64-bit)
|
|
411
|
+
- Chocolatey package manager installed
|
|
412
|
+
- Administrator PowerShell or Command Prompt
|
|
413
|
+
|
|
414
|
+
If Chocolatey is not installed, install it first by running this command in an Administrator PowerShell:
|
|
415
|
+
|
|
416
|
+
```powershell
|
|
417
|
+
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
|
|
418
|
+
```
|
|
419
|
+
|
|
420
|
+
#### Installation Steps
|
|
421
|
+
|
|
422
|
+
Run the following command in an Administrator PowerShell or Command Prompt:
|
|
423
|
+
|
|
424
|
+
```powershell
|
|
425
|
+
choco install bambustudio -y
|
|
426
|
+
```
|
|
427
|
+
|
|
428
|
+
The `-y` flag automatically confirms all prompts, enabling fully non-interactive installation.
|
|
429
|
+
|
|
430
|
+
**Note**: The Chocolatey package depends on `vcredist140` (Visual C++ Redistributable), which will be installed automatically if not present.
|
|
431
|
+
|
|
432
|
+
#### Verification
|
|
433
|
+
|
|
434
|
+
Open a new Command Prompt or PowerShell window (required for PATH and Start Menu updates), then verify installation:
|
|
435
|
+
|
|
436
|
+
```powershell
|
|
437
|
+
Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*" | Where-Object { $_.DisplayName -like "*Bambu Studio*" } | Select-Object DisplayName, DisplayVersion
|
|
438
|
+
```
|
|
439
|
+
|
|
440
|
+
Expected output:
|
|
441
|
+
|
|
442
|
+
```
|
|
443
|
+
DisplayName DisplayVersion
|
|
444
|
+
----------- --------------
|
|
445
|
+
Bambu Studio 02.04.00.70
|
|
446
|
+
```
|
|
447
|
+
|
|
448
|
+
Launch the application from the Start Menu or via command:
|
|
449
|
+
|
|
450
|
+
```powershell
|
|
451
|
+
Start-Process "C:\Program Files\Bambu Studio\bambu-studio.exe"
|
|
452
|
+
```
|
|
453
|
+
|
|
454
|
+
#### Troubleshooting
|
|
455
|
+
|
|
456
|
+
**Problem**: Installation fails with access denied
|
|
457
|
+
|
|
458
|
+
**Solution**: Ensure you are running PowerShell or Command Prompt as Administrator. Right-click and select "Run as administrator".
|
|
459
|
+
|
|
460
|
+
**Problem**: Visual C++ Redistributable installation fails
|
|
461
|
+
|
|
462
|
+
**Solution**: Download and install manually from Microsoft:
|
|
463
|
+
|
|
464
|
+
```powershell
|
|
465
|
+
choco install vcredist140 -y
|
|
466
|
+
```
|
|
467
|
+
|
|
468
|
+
Then retry the Bambu Studio installation.
|
|
469
|
+
|
|
470
|
+
**Problem**: Application crashes on startup
|
|
471
|
+
|
|
472
|
+
**Solution**: Bambu Studio requires OpenGL 2.0+. Update your graphics drivers to the latest version from your GPU manufacturer (NVIDIA, AMD, or Intel).
|
|
473
|
+
|
|
474
|
+
**Problem**: Installation path contains non-ASCII characters causing issues
|
|
475
|
+
|
|
476
|
+
**Solution**: Uninstall and reinstall to a path containing only ASCII characters:
|
|
477
|
+
|
|
478
|
+
```powershell
|
|
479
|
+
choco uninstall bambustudio -y
|
|
480
|
+
choco install bambustudio -y --install-arguments="'/D=C:\BambuStudio'"
|
|
481
|
+
```
|
|
482
|
+
|
|
483
|
+
---
|
|
484
|
+
|
|
485
|
+
### WSL (Ubuntu)
|
|
486
|
+
|
|
487
|
+
#### Prerequisites
|
|
488
|
+
|
|
489
|
+
- Windows 10 Build 19044+ or Windows 11
|
|
490
|
+
- WSL 2 with Ubuntu installed
|
|
491
|
+
- WSLg enabled (default on Windows 11 and recent Windows 10 updates)
|
|
492
|
+
- GPU drivers installed on Windows host
|
|
493
|
+
|
|
494
|
+
**Note**: WSL 2 with WSLg enables Linux GUI applications to run with native Windows integration. Bambu Studio will appear as a regular Windows window.
|
|
495
|
+
|
|
496
|
+
#### Installation Steps
|
|
497
|
+
|
|
498
|
+
First, verify WSL 2 and WSLg are properly configured. From Windows PowerShell:
|
|
499
|
+
|
|
500
|
+
```powershell
|
|
501
|
+
wsl --update
|
|
502
|
+
```
|
|
503
|
+
|
|
504
|
+
Inside WSL Ubuntu, install Flatpak:
|
|
505
|
+
|
|
506
|
+
```bash
|
|
507
|
+
sudo DEBIAN_FRONTEND=noninteractive apt-get update -y && sudo DEBIAN_FRONTEND=noninteractive apt-get install -y flatpak
|
|
508
|
+
```
|
|
509
|
+
|
|
510
|
+
Add the Flathub repository:
|
|
511
|
+
|
|
512
|
+
```bash
|
|
513
|
+
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
|
514
|
+
```
|
|
515
|
+
|
|
516
|
+
Exit and restart WSL for changes to take effect. From Windows PowerShell:
|
|
517
|
+
|
|
518
|
+
```powershell
|
|
519
|
+
wsl --shutdown
|
|
520
|
+
```
|
|
521
|
+
|
|
522
|
+
Then reopen your WSL Ubuntu terminal and install Bambu Studio:
|
|
523
|
+
|
|
524
|
+
```bash
|
|
525
|
+
flatpak install -y flathub com.bambulab.BambuStudio
|
|
526
|
+
```
|
|
527
|
+
|
|
528
|
+
#### Verification
|
|
529
|
+
|
|
530
|
+
Confirm the installation succeeded:
|
|
531
|
+
|
|
532
|
+
```bash
|
|
533
|
+
flatpak list | grep -i bambu
|
|
534
|
+
```
|
|
535
|
+
|
|
536
|
+
Expected output:
|
|
537
|
+
|
|
538
|
+
```
|
|
539
|
+
Bambu Studio com.bambulab.BambuStudio stable flathub
|
|
540
|
+
```
|
|
541
|
+
|
|
542
|
+
Launch the application (a Windows window should appear):
|
|
543
|
+
|
|
544
|
+
```bash
|
|
545
|
+
flatpak run com.bambulab.BambuStudio
|
|
546
|
+
```
|
|
547
|
+
|
|
548
|
+
#### Troubleshooting
|
|
549
|
+
|
|
550
|
+
**Problem**: Application window does not appear
|
|
551
|
+
|
|
552
|
+
**Solution**: WSLg may not be enabled. Verify from Windows PowerShell:
|
|
553
|
+
|
|
554
|
+
```powershell
|
|
555
|
+
wsl --version
|
|
556
|
+
```
|
|
557
|
+
|
|
558
|
+
Ensure WSLg is listed. If not, update WSL:
|
|
559
|
+
|
|
560
|
+
```powershell
|
|
561
|
+
wsl --update
|
|
562
|
+
```
|
|
563
|
+
|
|
564
|
+
**Problem**: OpenGL errors or blank display
|
|
565
|
+
|
|
566
|
+
**Solution**: Install vGPU drivers for WSL. Download the appropriate driver:
|
|
567
|
+
- NVIDIA: https://developer.nvidia.com/cuda/wsl
|
|
568
|
+
- AMD: https://www.amd.com/en/support
|
|
569
|
+
- Intel: https://www.intel.com/content/www/us/en/download/19344/intel-graphics-windows-dch-drivers.html
|
|
570
|
+
|
|
571
|
+
**Problem**: Flatpak hangs during installation
|
|
572
|
+
|
|
573
|
+
**Solution**: WSL may have network issues. Try restarting the WSL networking:
|
|
574
|
+
|
|
575
|
+
```powershell
|
|
576
|
+
# From Windows PowerShell (Admin)
|
|
577
|
+
wsl --shutdown
|
|
578
|
+
netsh winsock reset
|
|
579
|
+
```
|
|
580
|
+
|
|
581
|
+
Then restart WSL and retry.
|
|
582
|
+
|
|
583
|
+
**Problem**: Poor performance compared to native Windows
|
|
584
|
+
|
|
585
|
+
**Solution**: WSL adds overhead. For best performance with Bambu Studio, use the native Windows installation instead.
|
|
586
|
+
|
|
587
|
+
---
|
|
588
|
+
|
|
589
|
+
### Git Bash (Windows Installation)
|
|
590
|
+
|
|
591
|
+
#### Prerequisites
|
|
592
|
+
|
|
593
|
+
- Windows 10 or Windows 11 (64-bit)
|
|
594
|
+
- Git Bash installed (comes with Git for Windows)
|
|
595
|
+
- Bambu Studio installed on Windows (see Windows section above)
|
|
596
|
+
|
|
597
|
+
**Note**: Git Bash on Windows does not require a separate Bambu Studio installation. Git Bash inherits the Windows PATH, so once Bambu Studio is installed on Windows via Chocolatey (or other methods), it is accessible from Git Bash.
|
|
598
|
+
|
|
599
|
+
#### Installation Steps
|
|
600
|
+
|
|
601
|
+
Install Bambu Studio on Windows using Chocolatey. From Git Bash with Administrator privileges:
|
|
602
|
+
|
|
603
|
+
```bash
|
|
604
|
+
/c/ProgramData/chocolatey/bin/choco.exe install bambustudio -y
|
|
605
|
+
```
|
|
606
|
+
|
|
607
|
+
Alternatively, download and run the installer silently using curl:
|
|
608
|
+
|
|
609
|
+
```bash
|
|
610
|
+
# Download the installer
|
|
611
|
+
curl -L -o /tmp/BambuStudio_installer.exe "https://github.com/bambulab/BambuStudio/releases/latest/download/Bambu_Studio_win_public-v02.04.00.70.exe"
|
|
612
|
+
|
|
613
|
+
# Note: Run the following from an Administrator Command Prompt (not Git Bash)
|
|
614
|
+
# The /S flag enables silent installation
|
|
615
|
+
# Bambu_Studio_win_public-v02.04.00.70.exe /S
|
|
616
|
+
```
|
|
617
|
+
|
|
618
|
+
**Important**: The NSIS installer must be run from a native Windows command prompt with Administrator privileges for silent installation. Git Bash cannot directly execute silent Windows installers with the `/S` flag reliably.
|
|
619
|
+
|
|
620
|
+
After installation, close and reopen Git Bash for PATH changes to take effect.
|
|
621
|
+
|
|
622
|
+
#### Verification
|
|
623
|
+
|
|
624
|
+
Confirm Bambu Studio is accessible from Git Bash:
|
|
625
|
+
|
|
626
|
+
```bash
|
|
627
|
+
ls "/c/Program Files/Bambu Studio/bambu-studio.exe"
|
|
628
|
+
```
|
|
629
|
+
|
|
630
|
+
Expected output:
|
|
631
|
+
|
|
632
|
+
```
|
|
633
|
+
/c/Program Files/Bambu Studio/bambu-studio.exe
|
|
634
|
+
```
|
|
635
|
+
|
|
636
|
+
Launch the application from Git Bash:
|
|
637
|
+
|
|
638
|
+
```bash
|
|
639
|
+
"/c/Program Files/Bambu Studio/bambu-studio.exe" &
|
|
640
|
+
```
|
|
641
|
+
|
|
642
|
+
#### Troubleshooting
|
|
643
|
+
|
|
644
|
+
**Problem**: Chocolatey command not found in Git Bash
|
|
645
|
+
|
|
646
|
+
**Solution**: Chocolatey may not be in the Git Bash PATH. Use the full path:
|
|
647
|
+
|
|
648
|
+
```bash
|
|
649
|
+
/c/ProgramData/chocolatey/bin/choco.exe install bambustudio -y
|
|
650
|
+
```
|
|
651
|
+
|
|
652
|
+
**Problem**: Permission denied when running installer
|
|
653
|
+
|
|
654
|
+
**Solution**: Git Bash must be run as Administrator. Right-click Git Bash and select "Run as administrator".
|
|
655
|
+
|
|
656
|
+
**Problem**: Application launches but immediately closes
|
|
657
|
+
|
|
658
|
+
**Solution**: Check for error messages by running from Command Prompt instead of Git Bash:
|
|
659
|
+
|
|
660
|
+
```cmd
|
|
661
|
+
"C:\Program Files\Bambu Studio\bambu-studio.exe"
|
|
662
|
+
```
|
|
663
|
+
|
|
664
|
+
This will display any error messages that Git Bash might suppress.
|
|
665
|
+
|
|
666
|
+
**Problem**: Silent installer `/S` flag not working from Git Bash
|
|
667
|
+
|
|
668
|
+
**Solution**: Use Windows Command Prompt or PowerShell for silent installation:
|
|
669
|
+
|
|
670
|
+
```cmd
|
|
671
|
+
Bambu_Studio_win_public-v02.04.00.70.exe /S
|
|
672
|
+
```
|
|
673
|
+
|
|
674
|
+
---
|
|
675
|
+
|
|
676
|
+
## Post-Installation Configuration
|
|
677
|
+
|
|
678
|
+
### Initial Setup
|
|
679
|
+
|
|
680
|
+
On first launch, Bambu Studio will guide you through initial configuration:
|
|
681
|
+
|
|
682
|
+
1. **Accept License Agreement** - Review and accept the AGPL-3.0 license
|
|
683
|
+
2. **Select Printer** - Choose your Bambu Lab printer model (X1, P1, A1 series) or configure a custom printer
|
|
684
|
+
3. **Login (Optional)** - Sign in to your Bambu Lab account for cloud features and remote printing
|
|
685
|
+
|
|
686
|
+
### Connecting to Your Printer
|
|
687
|
+
|
|
688
|
+
**For Bambu Lab printers on your local network:**
|
|
689
|
+
|
|
690
|
+
1. Ensure your printer and computer are on the same network
|
|
691
|
+
2. Open Bambu Studio and go to Device tab
|
|
692
|
+
3. The printer should appear automatically via network discovery
|
|
693
|
+
4. Click to connect and enter the access code from your printer's screen (if required)
|
|
694
|
+
|
|
695
|
+
**For LAN-only mode (no cloud):**
|
|
696
|
+
|
|
697
|
+
1. Go to Preferences > Network
|
|
698
|
+
2. Enable "LAN Mode Only"
|
|
699
|
+
3. Enter your printer's IP address manually if auto-discovery fails
|
|
700
|
+
|
|
701
|
+
### Network Plugin (Linux Note)
|
|
702
|
+
|
|
703
|
+
On Linux systems, the Bambu Network Plugin may have limited functionality. If you encounter the "Bambu Network plug-in not detected" message:
|
|
704
|
+
|
|
705
|
+
1. The plugin installation may loop indefinitely on some Linux configurations
|
|
706
|
+
2. Local file export (Save to File) and SD card transfer will still work
|
|
707
|
+
3. Consider using the Windows or macOS version for full cloud integration features
|
|
708
|
+
|
|
709
|
+
---
|
|
710
|
+
|
|
711
|
+
## Common Issues
|
|
712
|
+
|
|
713
|
+
### Issue: OpenGL Errors on Launch
|
|
714
|
+
|
|
715
|
+
**Symptoms**: Application crashes immediately or shows OpenGL-related error messages.
|
|
716
|
+
|
|
717
|
+
**Solution**: Update your graphics drivers to the latest version. Bambu Studio requires OpenGL 2.0 or higher.
|
|
718
|
+
|
|
719
|
+
For Linux systems, ensure mesa drivers are installed:
|
|
720
|
+
|
|
721
|
+
```bash
|
|
722
|
+
# Ubuntu/Debian
|
|
723
|
+
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y mesa-utils libgl1-mesa-glx
|
|
724
|
+
|
|
725
|
+
# Verify OpenGL
|
|
726
|
+
glxinfo | grep "OpenGL version"
|
|
727
|
+
```
|
|
728
|
+
|
|
729
|
+
### Issue: High Memory Usage
|
|
730
|
+
|
|
731
|
+
**Symptoms**: System becomes slow or unresponsive when slicing large models.
|
|
732
|
+
|
|
733
|
+
**Solution**: Bambu Studio can use significant memory for complex models. Close other applications and ensure you have at least 8GB RAM for complex prints. Consider reducing model complexity or splitting into multiple plates.
|
|
734
|
+
|
|
735
|
+
### Issue: Mesh Repair Not Available on Linux
|
|
736
|
+
|
|
737
|
+
**Symptoms**: The "Fix Model" or mesh repair feature does not work on Linux.
|
|
738
|
+
|
|
739
|
+
**Solution**: Mesh repair on Windows uses Microsoft 3D Builder, which is not available on Linux. Use an external mesh repair tool:
|
|
740
|
+
|
|
741
|
+
```bash
|
|
742
|
+
# Install MeshLab via Flatpak
|
|
743
|
+
flatpak install -y flathub net.meshlab.MeshLab
|
|
744
|
+
|
|
745
|
+
# Use it to repair meshes before importing to Bambu Studio
|
|
746
|
+
```
|
|
747
|
+
|
|
748
|
+
### Issue: Printer Not Found on Network
|
|
749
|
+
|
|
750
|
+
**Symptoms**: Bambu Studio cannot discover your printer.
|
|
751
|
+
|
|
752
|
+
**Solution**:
|
|
753
|
+
1. Verify printer and computer are on the same network/subnet
|
|
754
|
+
2. Check firewall settings - allow Bambu Studio through the firewall
|
|
755
|
+
3. Try entering the printer's IP address manually
|
|
756
|
+
4. Restart both the printer and Bambu Studio
|
|
757
|
+
|
|
758
|
+
### Issue: Profiles Missing After Update
|
|
759
|
+
|
|
760
|
+
**Symptoms**: Custom print profiles disappear after updating Bambu Studio.
|
|
761
|
+
|
|
762
|
+
**Solution**: Profiles are typically preserved during updates. If lost:
|
|
763
|
+
1. Check the backup location: `~/.config/BambuStudio/` (Linux) or `%APPDATA%\BambuStudio\` (Windows)
|
|
764
|
+
2. Import profiles from backup using File > Import > Import Configs
|
|
765
|
+
|
|
766
|
+
---
|
|
767
|
+
|
|
768
|
+
## References
|
|
769
|
+
|
|
770
|
+
- [Bambu Studio Official Download Page](https://bambulab.com/en/download/studio)
|
|
771
|
+
- [Bambu Studio GitHub Repository](https://github.com/bambulab/BambuStudio)
|
|
772
|
+
- [Bambu Studio GitHub Releases](https://github.com/bambulab/BambuStudio/releases)
|
|
773
|
+
- [Bambu Studio Wiki](https://wiki.bambulab.com/en/software/bambu-studio)
|
|
774
|
+
- [Bambu Studio Homebrew Cask](https://formulae.brew.sh/cask/bambu-studio)
|
|
775
|
+
- [Bambu Studio Flathub Page](https://flathub.org/apps/com.bambulab.BambuStudio)
|
|
776
|
+
- [Bambu Studio Chocolatey Package](https://community.chocolatey.org/packages/bambustudio)
|
|
777
|
+
- [Bambu Studio Winget Package](https://winget.run/pkg/Bambulab/Bambustudio)
|
|
778
|
+
- [Pi-Apps Bambu Studio](https://pi-apps.io/install-app/install-bambu-studio-on-raspberry-pi/)
|
|
779
|
+
- [Linux Compile Guide](https://github.com/bambulab/BambuStudio/wiki/Linux-Compile-Guide)
|
|
780
|
+
- [WSLg Documentation](https://github.com/microsoft/wslg)
|