summaryrefslogtreecommitdiffstats
path: root/slic3r
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-05-11 13:03:54 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-05-11 13:03:54 +0200
commita9ba01279e6f3c64b082f4de6e7d95cd1b5f7dab (patch)
tree3262e1dbda911fc32e156de213af574f326b4794 /slic3r
parent66f84afc20c5bb627ec5979bd9b3e8b144c3419d (diff)
downloadbin-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-xslic3r7
1 files changed, 7 insertions, 0 deletions
diff --git a/slic3r b/slic3r
new file mode 100755
index 0000000..f3e1753
--- /dev/null
+++ b/slic3r
@@ -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[@]}" "$@"