want me to share?
https://github.com/triffid/Slic3r/tree/my-configs
enjoy :)
For those of you less well-versed in git parlance;
git clone https://github.com/triffid/Slic3r triffid-slic3r
cd triffid-slic3r
git checkout my-configs
alias slic3r-pla=`pwd`'/slic3r.pl --load pla.ini'
alias slic3r-abs=`pwd`/slice3r.pl --load abs.ini'
*** you MUST edit the temperatures in pla.ini and abs.ini, as well as
the start/end codes in triffid-config.ini. I'm using the wrong
temperature table for my hot-end thermistor so my listed temperatures
are about 20c low. Also, your nozzle may not hang over the edge of
your bed at X=187 so my start codes won't work well for you at all.
***
cd <your directory of STLs>
slic3r-pla myobject.stl
slic3r-abs myotherobject.stl
at some point I'm going to move the option-replacer for start and end
codes to a post-processing script so it doesn't matter what order the
config options are encountered in.
first_layer_temperature = 200 to 185