summarylogtreecommitdiffstats
path: root/repetier-host.install
diff options
context:
space:
mode:
authorRonny2015-08-06 13:12:26 +0200
committerRonny2015-08-06 13:12:26 +0200
commit3aa2b5403dce36b5fa083bcacb80ba8a1e0985b1 (patch)
tree7b6ca89458483efbcc03b406014780db0119fbbd /repetier-host.install
downloadaur-3aa2b5403dce36b5fa083bcacb80ba8a1e0985b1.tar.gz
Initial import
Diffstat (limited to 'repetier-host.install')
-rw-r--r--repetier-host.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/repetier-host.install b/repetier-host.install
new file mode 100644
index 000000000000..9a76b4060948
--- /dev/null
+++ b/repetier-host.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo "IMPORTANT: In addition to the bundled CuraEngine, the host also"
+ echo "supports Slic3r and Skeinforge. These slicers are not bundled, so"
+ echo "need to install them according to their docs and then set the path"
+ echo "to them in Repetier-Host."
+}
+post_upgrade() {
+ echo "IMPORTANT: In addition to the bundled CuraEngine, the host also"
+ echo "supports Slic3r and Skeinforge. These slicers are not bundled anymore, so"
+ echo "need to install them according to their docs and then set the path"
+ echo "to them in Repetier-Host."
+ echo This is the version 1.0.6. It now features CuraEngine and has many changes to better work with multi-extruder setups and much more. After installing the new version, old versions might no longer run, unless you delete the registry entries under:
+ echo \$HOME/.mono/registry/CurrentUser/software/ repetierSoftware/repetier
+}