diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-05-11 13:03:54 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-05-11 13:03:54 +0200 |
commit | a9ba01279e6f3c64b082f4de6e7d95cd1b5f7dab (patch) | |
tree | 3262e1dbda911fc32e156de213af574f326b4794 /slic3r | |
parent | 66f84afc20c5bb627ec5979bd9b3e8b144c3419d (diff) | |
download | bin-a9ba01279e6f3c64b082f4de6e7d95cd1b5f7dab.tar.gz bin-a9ba01279e6f3c64b082f4de6e7d95cd1b5f7dab.tar.xz |
lots of new stuff and misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'slic3r')
-rwxr-xr-x | slic3r | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#!/bin/bash + +for config in "$HOME"/.Slic3r/*/config.ini; do + opts+=(--load "$config") +done + +perl "$HOME"/git/Slic3r/slic3r.pl "${opts[@]}" "$@" |