27 lines
817 B
Markdown
27 lines
817 B
Markdown

|
|
# RepRaptor
|
|
A Qt RepRap gcode sender/host controller aimed to be fast and minimalistic.
|
|
|
|
Right now the project is in early stage, nigtly builds are available.
|
|
|
|
## Screenshots
|
|

|
|
|
|
## Building on Ubuntu 14.04.2
|
|
|
|
```
|
|
sudo apt-get install libqt5serialport5-dev git build-essential
|
|
|
|
git clone https://github.com/NeoTheFox/RepRaptor && cd RepRaptor
|
|
|
|
qmake RepRaptor.pro
|
|
|
|
make
|
|
```
|
|
## Links
|
|
- [RepRap wiki](http://reprap.org/wiki/RepRaptor)
|
|
- [Windows dev builds](http://reprap.org/wiki/File:RepRaptor-000-windows.zip)
|
|
|
|
[](https://gratipay.com/NeoTheFox/)
|
|
|