Cura 2021/6/8 release & STL thumbnails

pull/757/head
Botspot 3 years ago
parent b7ccc42fa9
commit d105473d9f

@ -7,15 +7,21 @@ function error {
exit 1
}
wget -O ~/Cura.AppImage https://github.com/smartavionics/Cura/releases/download/20210522/Cura-mb-master-armhf-20210522.AppImage || error "Failed to download!"
wget -O ~/Cura.AppImage https://github.com/smartavionics/Cura/releases/download/20210608/Cura-mb-master-armhf-20210608.AppImage || error "Failed to download!"
chmod +x ~/Cura.AppImage
#get stl-thumb package
rm -f ~/stl-thumb_0.4.0_armhf.deb
wget https://github.com/unlimitedbacon/stl-thumb/releases/download/v0.4.0/stl-thumb_0.4.0_armhf.deb
"${DIRECTORY}/pkg-install" "$HOME/stl-thumb_0.4.0_armhf.deb" "$(dirname "$0")" || exit 1
rm -f ~/stl-thumb_0.4.0_armhf.deb
echo "[Desktop Entry]
Name=Ultimaker Cura
GenericName=3D Printing Software
Comment=Cura converts 3D models into paths for a 3D printer. It prepares your print for maximum accuracy, minimum printing time and good reliability with many extra features that make your print come out great.
Exec=bash -c 'sudo modprobe fuse; ~/Cura.AppImage'
Exec=bash -c 'sudo modprobe fuse; ~/Cura.AppImage '"'\ "%f"'"
Icon=$(dirname $0)/icon-64.png
Terminal=false
Type=Application

@ -7,10 +7,16 @@ function error {
exit 1
}
wget -O ~/Cura.AppImage https://github.com/smartavionics/Cura/releases/download/20210522/Cura-mb-master-aarch64-20210522.AppImage || error "Failed to download!"
wget -O ~/Cura.AppImage https://github.com/smartavionics/Cura/releases/download/20210608/Cura-mb-master-aarch64-20210608.AppImage || error "Failed to download!"
chmod +x ~/Cura.AppImage
#get stl-thumb package
rm -f ~/stl-thumb_0.4.0_armhf.deb
wget https://github.com/unlimitedbacon/stl-thumb/releases/download/v0.4.0/stl-thumb_0.4.0_armhf.deb
"${DIRECTORY}/pkg-install" "$HOME/stl-thumb_0.4.0_armhf.deb" "$(dirname "$0")" || exit 1
rm -f ~/stl-thumb_0.4.0_armhf.deb
echo "[Desktop Entry]
Name=Ultimaker Cura
GenericName=3D Printing Software

@ -6,7 +6,9 @@ function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
"${DIRECTORY}/purge-installed" "$(dirname "$0")" || exit 1
rm -f ~/.local/share/applications/cura.desktop
rm -f ~/Cura-mb-master-armhf-20200902.AppImage
rm -rf ~/.cache/cura
#gio trash ~/.config/cura

Loading…
Cancel
Save