diff --git a/infrastructure/graduated/fedora/fedora-kinoite.md b/infrastructure/graduated/fedora/fedora-kinoite.md index 29f62d5..9114411 100644 --- a/infrastructure/graduated/fedora/fedora-kinoite.md +++ b/infrastructure/graduated/fedora/fedora-kinoite.md @@ -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