Future
all
It would be cool if you could set up a (private) git repo to use as a config directory which is automagically pushes when settings are updated and pulled when slic3r is started.
similar to the behaviour now available in Jetbrains software such as CLion and Pycharm
This is a feature request
I know this is another obscure request from myself :D
I am sorry, but I am quite sure that we at Prusa3D will not implement such a feature. I am marking this request with a "volunteer needed" flag for reference.
Well, you may be able already to do that yourself.
Create a script file which do
(untested) example:
cd /home/supermerill/slic3rSettings
git pull
perl /home/supermerill/slic3rPE/slic3r.pl --datadir /home/supermerill/slic3rSettings
git add *
git commit -a --allow-empty-message -m ''
git push
It should be better if you can create a small automatic message for the commit, with the date for example.
It would be nice if Slic3r had hooks so you could have your own scripts run when e.g. on launch, when settings are saved. Then you could implement this yourself fairly trivially with whatever VCS or backing store you desire.
Most helpful comment
It would be nice if Slic3r had hooks so you could have your own scripts run when e.g. on launch, when settings are saved. Then you could implement this yourself fairly trivially with whatever VCS or backing store you desire.