Impressora 3D: mudanças entre as edições
De MochilaWiki
Ir para navegaçãoIr para pesquisar
Criou página com ' == Referências == * http://www.impressao3dfacil.com.br/' |
|||
| (13 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
| Linha 1: | Linha 1: | ||
Em Ubuntu 16.04 | |||
== Instalando Pronterface == | |||
Dependências via apt | |||
<source lang="bash"> | |||
sudo apt install python3-appdirs python3-psutil python3-serial cython3 python3-numpy git python3-dev \ | |||
python-libxml2 python3-pip libsdl1.2debian python3-gi python3-dbus | |||
</source> | |||
Dependências via pip3 | |||
<source lang="bash"> | |||
sudo pip3 install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04 wxPython | |||
sudo pip3 install pyglet | |||
</source> | |||
Baixando o código e rodando | |||
<source lang="bash"> | |||
git clone https://github.com/kliment/Printrun.git | |||
cd Printrun/ | |||
python3 setup.py build_ext --inplace | |||
./pronterface.py | |||
</source> | |||
== Instalando Slic3r == | |||
<source lang="bash"> | |||
sudo apt install slic3r | |||
</source> | |||
== Instalando Frecad == | |||
<source lang="bash"> | |||
sudo apt-get install freecad | |||
</source> | |||
== Instalando Cura == | |||
<source lang="bash"> | |||
sudo add-apt-repository ppa:thopiekar/cura | |||
sudo apt update | |||
sudo apt install cura | |||
</source> | |||
Página do projeto | |||
* https://github.com/Ultimaker/Cura | |||
== Instalando Repetier Host == | |||
Pegue o pacote em https://www.repetier.com/download-now/ | |||
A opção mais fácil de rodar é com pacote AppImage. | |||
Outra opção é roda com o Mono | |||
Instalando Mono | |||
<source lang="bash"> | |||
sudo apt install monodevelop | |||
</source> | |||
Baixando e descompactando | |||
<source lang="bash"> | |||
tar xf repetierHostLinux_2_1_3.tgz | |||
cd RepetierHost | |||
</source> | |||
Rodando | |||
<source lang="bash"> | |||
mono RepetierHost.exe | |||
</source> | |||
== Referências == | == Referências == | ||
* http://www.impressao3dfacil.com.br/ | * http://www.impressao3dfacil.com.br/ | ||
* [https://www.youtube.com/watch?v=V80Qzy3DMe8 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 | |||
* https://camotics.org | |||
* https://www.youtube.com/watch?v=5BvgUEMIGZc | |||
* http://printgreen3d.com.br/ | |||
* https://blog.printgreen3d.com.br/index.php/2015/08/18/montar-uma-impressora-3d-parte-0/ | |||
Edição atual tal como às 15h29min de 7 de agosto 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 libsdl1.2debian python3-gi python3-dbus
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
Instalando Slic3r
sudo apt install slic3r
Instalando Frecad
sudo apt-get install freecad
Instalando Cura
sudo add-apt-repository ppa:thopiekar/cura
sudo apt update
sudo apt install cura
Página do projeto
Instalando Repetier Host
Pegue o pacote em https://www.repetier.com/download-now/
A opção mais fácil de rodar é com pacote AppImage.
Outra opção é roda com o Mono
Instalando Mono
sudo apt install monodevelop
Baixando e descompactando
tar xf repetierHostLinux_2_1_3.tgz
cd RepetierHost
Rodando
mono RepetierHost.exe
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
- https://camotics.org
- https://www.youtube.com/watch?v=5BvgUEMIGZc
- http://printgreen3d.com.br/
- https://blog.printgreen3d.com.br/index.php/2015/08/18/montar-uma-impressora-3d-parte-0/