Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Latest commit

 

History

History
57 lines (37 loc) · 1.35 KB

File metadata and controls

57 lines (37 loc) · 1.35 KB

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

Preamble

FlashPrintConfig enables you to maintain your FlashPrint 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 FlashPrintConfig.

This will back up relevant FlashPrint configuration folders to your dedicated configuration directory and replace them with symlinks. Some configurations will get their profile name rewritten based on the filename.

./FlashPrintConfig.sh

Optionally symlink FlashPrintConfig to a directory specified in your PATH.

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

Now you can run FlashPrintConfig even easier.

FlashPrintConfig

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 ./FlashPrintConfig.sh)" ~/.bin/FlashPrintConfig
FlashPrintConfig

Problems?

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