debian: add optional 3D printing tools install#37
Merged
Conversation
Adds an install-3d-printing-packages script that installs PrusaSlicer, FreeCAD, and OpenSCAD via Flatpak from Flathub. Using Flatpak ensures the latest upstream versions are installed and kept up to date, independent of Debian's package freeze cycle. The bootstrap prompts the user before installing, consistent with the optional install pattern used for makemkv and desktop packages. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Adds install-3d-printing-packages script that installs PrusaSlicer, FreeCAD, and OpenSCAD via Flatpak from Flathub. Using Flatpak ensures the latest upstream versions are installed and kept up to date, independent of Debian's package freeze cycle. Flatpak and the Flathub remote are set up in install-desktop-packages alongside Flatseal (a Flatpak permissions manager). The 3D printing script relies on this foundation being in place. The bootstrap prompts the user before installing, consistent with the optional install pattern used for makemkv and desktop packages. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new
install-3d-printing-packagesscript and optional bootstrap prompt for 3D printing tools. Moves Flatpak setup into the main desktop packages script.Tools Included
com.prusa3d.PrusaSlicer) — slicer for FDM/SLA printersorg.freecad.FreeCAD) — parametric 3D CAD modelerorg.openscad.OpenSCAD) — programmable solid 3D modelerApproach
All three are installed via Flatpak from Flathub, providing the latest upstream versions independent of Debian's package freeze and keeping apps updatable via
flatpak update.Changes
debian/install-desktop-packages— addsflatpakpackage, Flathub remote setup, and Flatseal (Flatpak permissions manager)debian/install-3d-printing-packages— new script; installs the three apps via Flatpak (skipping any already installed)debian/bootstrap— adds optional prompt for 3D printing tools, following the same pattern as makemkv