Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

A workspace to share custom user settings for PrusaSlicer

Notifications You must be signed in to change notification settings

aegean-odyssey/PrusaSlicer-user-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PrusaSlicer user settings

A workspace to share custom user settings for PrusaSlicer

We use a simple template repository and shell script to add a tiny bit of structure to the process of copying (to share) the custom settings (printer, print, and filament) from PrusaSlicer. There's not much to it, but the process does strip out a few "print host" settings -- settings that should really not be shared or distributed.

Getting Started
  • Create a repository from this template repository.

  • Clone your new repository

  • Edit the shell script, make.sh -- change the path variable, DATADIR, to point to your PrusaSlicer config directory.

Develop Settings
  • Use PrusaSlicer to create and edit your custom user settings.
Posting Changes
$ ./make.sh     # copy settings files from PrusaSlicer, remove print host info 
$ git commit .  # commit, etc. (git as usual)
$ git push

About

A workspace to share custom user settings for PrusaSlicer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages