add bambu studio install
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
- [Raspberry Pi Imager](#raspberry-pi-imager)
|
||||
- [Fedora Media Writer](#fedora-media-writer)
|
||||
- [Pods](#pods)
|
||||
- [Bambu Studio](#bambu-studio)
|
||||
- [Toolbox](#toolbox)
|
||||
- [Custom image](#custom-image)
|
||||
|
||||
@@ -180,6 +181,27 @@ Remember Docker Desktop? Pods is the new Docker Desktop.
|
||||
flatpak install com.github.marhkb.Pods
|
||||
```
|
||||
|
||||
### Bambu Studio
|
||||
|
||||
Benchy benchy benchy benchy
|
||||
|
||||
```bash
|
||||
flatpak install com.bambulab.BambuStudio
|
||||
```
|
||||
|
||||
The config is located at `~/.var/app/com.bambulab.BambuStudio/config/BambuStudio/BambuStudio.conf`
|
||||
|
||||
At the very top of the config you can add a pin for a printer permanently with:
|
||||
|
||||
```json
|
||||
{
|
||||
"user_access_code": {
|
||||
"printer serial number": "access code here"
|
||||
},
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
## Toolbox
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user