2020年9月21日月曜日

Debian 10(Buster)/Ubuntu 20.04に3DプリンタのスライサーアプリUltimaker Curaをインストールする

Ultimaker Curaで3Dデータをスライスして、3Dプリンターに出力するgcodeに変換する事ができます。

〇Ultimaker Curaの画面(Debian 10)

〇Ultimaker Curaの画面(Ubuntu 20.04)

インストール方法

以下のコマンドを実行します。
sudo mkdir -p /opt/cura

cd /opt/cura

sudo wget https://github.com/Ultimaker/Cura/releases/download/4.7.0/Ultimaker_Cura-4.7.0.AppImage

sudo chmod +x Ultimaker_Cura-4.7.0.AppImage

cat << EOF | sudo tee /usr/share/applications/cura.desktop
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/opt/cura/Ultimaker_Cura-4.7.0.AppImage
Name=Ultimaker Cura
Categories=Development;
EOF

関連情報

・Ultimaker Curaのgithubリポジトリ
https://github.com/Ultimaker/Cura

0 件のコメント:

コメントを投稿