summarylogtreecommitdiffstats
path: root/start-superslicer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'start-superslicer.sh')
-rw-r--r--start-superslicer.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/start-superslicer.sh b/start-superslicer.sh
deleted file mode 100644
index d25be0ac349b..000000000000
--- a/start-superslicer.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-import_settings()
-{
- if [ -d "$1" ] && [ ! -d "$HOME/.config/SuperSlicer" ]
- then
- echo "import data from $1 to the new data folder ~/.config/SuperSlicer"
- cp -r "$HOME/.SuperSlicer" "$HOME/.config/SuperSlicer"
- fi
-}
-
-import_settings "$HOME/.SuperSlicer"
-import_settings "$HOME/.config/SuperSlicer-alpha"
-
-/usr/share/SuperSlicer/superslicer "$@"