R2-G2 / PrusaSlicerConfig

[PSC] manage your @prusa3d / PrusaSlicer settings in a dedicated configuration folder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PrusaSlicerConfig: manage your 3D printing settings in a dedicated configuration folder

Preamble

PrusaSlicerConfig enables you to maintain your PrusaSlicer settings easily with Git, like I do.

Setup

Create your own configuration and edit it to your likings.

cp config.dist.sh config.sh
editor config.sh

Usage

Universal

Simply run PrusaSlicerConfig.

This will back up relevant PrusaSlicer configuration folders (as in snapshots) to your dedicated configuration directory and replace them with symlinks. Some configurations will get their settings id rewritten based on the filename.

./PrusaSlicerConfig.sh

Optionally symlink PrusaSlicerConfig to a directory specified in your PATH.

sudo ln -s "$(readlink -m ./PrusaSlicerConfig.sh)" /usr/local/bin/PrusaSlicerConfig

Now you can run PrusaSlicerConfig even easier.

PrusaSlicerConfig

Personal

I prefer a hidden directory inside my HOME which is added to the PATH via the (/etc/)bash.bashrc file.

ln -s "$(readlink -m ./PrusaSlicerConfig.sh)" ~/.bin/PrusaSlicerConfig
PrusaSlicerConfig

Problems?

Fork! Fork it! Fork you! Fork me, right?

About

[PSC] manage your @prusa3d / PrusaSlicer settings in a dedicated configuration folder

License:MIT License


Languages

Language:Shell 100.0%