Presets for the UTDesign Makerspace's 3D printer array. Includes presets for PrusaSlicer and Bambu Studio.
bambu/codes.txtcontains the json snippet added to end of the BambuStudio.conf file in the user's%APPDATA%\BambuStudio.config/contains the files that will get loaded into the user's%APPDATA%\PrusaSlicer\printer.config.zipis the archive that the script will download from GitHub containing the printer config files.makezip.shcreates theconfig.zipfile in the root directory.Install Printer Profiles.ps1is the script that will be run upon double-clicking the desktop shortcut.
- Download the ps1 script and move it to the
C:\ProgramData\Makerspacesystem folder. - Create a shortcut to the ps1 script and move the shortcut to the Desktop.
- Edit the shortcut target to prepend the ps1 path to become
powershell.exe -ExecutionPolicy Bypass -File "ps1 path"and clear the "Start in" field. - Rename the shortcut so its name is just "Install Printer Profiles" and move the shortcut to
C:\Users\Public\Public Desktop.