Mudanças entre as edições de "Impressora 3D"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 6: | Linha 6: | ||
Dependências via apt | Dependências via apt | ||
<source lang="bash"> | <source lang="bash"> | ||
− | sudo apt install python3-appdirs python3-psutil python3-serial cython3 python3-numpy git | + | sudo apt install python3-appdirs python3-psutil python3-serial cython3 python3-numpy git python3-dev python-libxml2 python3-pip |
</source> | </source> | ||
Edição das 02h51min de 21 de julho de 2018
Em Ubuntu 16.04
Instalando Pronterface
Dependências via apt
sudo apt install python3-appdirs python3-psutil python3-serial cython3 python3-numpy git python3-dev python-libxml2 python3-pip
Dependências via pip3
sudo pip3 install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04 wxPython
sudo pip3 install pyglet
Baixando o código e rodando
git clone https://github.com/kliment/Printrun.git
cd Printrun/
python3 setup.py build_ext --inplace
./pronterface.py
verificar a necessidade de python3-gi python3-dbus python3-cairosvg python-gobject
libpython3-dev
Instalando Slic3r
sudo apt install slic3r
Instalando Frecad
sudo apt-get install freecad
Referências
- http://www.impressao3dfacil.com.br/
- Utilizando o Visor LCD
- https://github.com/kliment/Printrun
- https://ultimaker.com/en/products/ultimaker-cura-software
- https://octoprint.org/download/
- http://slic3r.org/
- https://sempreupdate.com.br/conheca-4-softwares-de-impressao-3d/
- https://www.repetier.com/
- http://linuxaleph.blogspot.com/2017/03/3d-printing-software-cura-slic3r.html