summarylogtreecommitdiffstats
path: root/start-superslicer.sh
diff options
context:
space:
mode:
authorLukas18182021-04-12 18:59:23 +0200
committerLukas18182021-04-12 18:59:23 +0200
commita830d6faf743678c367620e15180e596b4431573 (patch)
treed0eb7dd97b000136210582f130379a2086d000c7 /start-superslicer.sh
parentc6713a98437db4300662de4688b4b1ac4e3fb420 (diff)
downloadaur-a830d6faf743678c367620e15180e596b4431573.tar.gz
Revert "update to 2.3.55.5"
This reverts commit c6713a98437db4300662de4688b4b1ac4e3fb420.
Diffstat (limited to 'start-superslicer.sh')
-rw-r--r--start-superslicer.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/start-superslicer.sh b/start-superslicer.sh
index 7bf3fdb3c477..9c38b060309b 100644
--- a/start-superslicer.sh
+++ b/start-superslicer.sh
@@ -1,9 +1,2 @@
#!/bin/bash
-
-if [ -d "$HOME/.SuperSlicer" ] && [ ! -d "$HOME/.config/SuperSlicer-alpha" ]
-then
- echo "copy data from ~/.SuperSlicer to the new data folder ~/.config/SuperSlicer-alpha"
- cp -r "$HOME/.SuperSlicer" "$HOME/.config/SuperSlicer-alpha"
-fi
-
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/wxgtk-dev/lib" /usr/share/SuperSlicer/superslicer "$@"