diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-09-28 09:27:55 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-09-28 09:27:55 +0200 |
commit | 9824b844a069d8abdba35827dc860bdb649d0cf3 (patch) | |
tree | 8b0eff5a83405a866023e01eccf4098fb022781f /slic3r | |
parent | 71f80b30c7365a34a413b6b9e7d832eedb600d38 (diff) | |
download | bin-9824b844a069d8abdba35827dc860bdb649d0cf3.tar.gz bin-9824b844a069d8abdba35827dc860bdb649d0cf3.tar.xz |
slic3r: Make gui work properly
This probably breaks cli, but cli doesn't use the configs even with the
options.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'slic3r')
-rwxr-xr-x | slic3r | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,10 +15,10 @@ mkdir -p "$locallib" ln -sr "$gitdir/xs/blib/lib/Slic3r/" "$locallib/Slic3r" ln -sr "$gitdir/xs/blib/arch/auto/" "$locallib/auto" -for config in "$HOME"/.Slic3r/*/config.ini; do - opts+=(--load "$config") +#for config in "$HOME"/.Slic3r/*/config.ini; do + #opts+=(--load "$config") #cat "$config" >> "$merged" -done +#done #opts+=(--load "$merged") |