Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
/ FlashPrintConfig Public archive

[FPC] manage your FlashPrint settings in a dedicated configuration folder

License

Notifications You must be signed in to change notification settings

R2-G2/FlashPrintConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?