Linksprite-Yuki
- Aug 20, 2016
- 34
- Joined
- Aug 20, 2016
- Messages
- 34
3D printing is a quickly expanding field, with the popularity and uses for 3D printers growing every day. 3D printing can be used to prototype, create replacement parts, and is even versatile enough to print prostheses and medical implants. It will have a growing impact on our world, as more and more people gain access to these amazing machines.
For normal 3D printer, you need to have a PC connected to it. In this tutorial, we are going to cover how to use pcDuino act as host controller, and install 3D printer control software on pcDuino.
1.Install dependent software tools
Run the following commands in sequence:
“$sudo apt-get install git”
“$sudo apt-get install mercurial”
“$sudo apt-get install python-distribute”
“$sudo easy_install pip”
2.Install WXWIDGETS
“# wxwidgets/wxpython repository at apt.wxwidgets.org
deb http://apt.wxwidgets.org/ dist-wx main
deb-src http://apt.wxwidgets.org/ dist-wx main“
“$sudo apt-get install python-wxgtk2.8”
“$sudo apt-get install python-wxtools”
“$sudo apt-get install libwxgtk2.8-dev”
“$sudo apt-get install libgtk2.0-dev”
3: Install driver for PYTHON serial port
“$sudo pip install pyserial”
“$sudo apt-get the install wx-common”
4: Install the required TK library for PYTHON
“$sudo apt-get install python-pmw”
“$sudo apt-get install python-imaging”
5: Download PRINTRUN and related softwares
“$git clone https://github.com/kliment/Printrun.git home/Printrun”
Download the latest version skeinforge from http://fabmetheus.crsndoo.com/, and create a folder named “skeinforge” under directory “Printrun”, and unzip the just downloaded package into this directory.
For normal 3D printer, you need to have a PC connected to it. In this tutorial, we are going to cover how to use pcDuino act as host controller, and install 3D printer control software on pcDuino.
1.Install dependent software tools
Run the following commands in sequence:
“$sudo apt-get install git”
“$sudo apt-get install mercurial”
“$sudo apt-get install python-distribute”
“$sudo easy_install pip”
2.Install WXWIDGETS
- Input command :“$curl http://apt.wxwidgets.org/key.asc | sudo apt-key add –”
- Edit “/etc/apt/sources.list”
“# wxwidgets/wxpython repository at apt.wxwidgets.org
deb http://apt.wxwidgets.org/ dist-wx main
deb-src http://apt.wxwidgets.org/ dist-wx main“
- Run the following commands in sequence:
“$sudo apt-get install python-wxgtk2.8”
“$sudo apt-get install python-wxtools”
“$sudo apt-get install libwxgtk2.8-dev”
“$sudo apt-get install libgtk2.0-dev”
3: Install driver for PYTHON serial port
“$sudo pip install pyserial”
“$sudo apt-get the install wx-common”
4: Install the required TK library for PYTHON
“$sudo apt-get install python-pmw”
“$sudo apt-get install python-imaging”
5: Download PRINTRUN and related softwares
“$git clone https://github.com/kliment/Printrun.git home/Printrun”
Download the latest version skeinforge from http://fabmetheus.crsndoo.com/, and create a folder named “skeinforge” under directory “Printrun”, and unzip the just downloaded package into this directory.