Ubuntu安装cura切片软件

发布时间:2017-06-06 No Comments

方法一:可以从官网下载deb软件包
https://ultimaker.com/en/products/cura-software.
方法二:可以使用ppa
sudo add-apt-repository ppa:thopiekar/cura
sudo apt-get update && sudo apt-get install cura
有可能你需要安装Python
sudo apt-get install python3 python3-dev python3-sip