Presets for the UTDesign Makerspace's 3D printer array. Includes presets for PrusaSlicer and Bambu Studio.
bambu/codes.txt
contains 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.zip
is the archive that the script will download from GitHub containing the printer config files.makezip.sh
creates theconfig.zip
file in the root directory.Install Printer Profiles.ps1
is the script that will be run upon double-clicking the desktop shortcut.
- Download the ps1 script and move it to the
C:\ProgramData\Makerspace
system 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
.