summarylogtreecommitdiffstats
path: root/repetier-host.install
blob: 9a76b40609485658b06e0b32c9d687ae014014ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}