diff options
author | wg <wg@FreeBSD.org> | 2014-08-08 09:28:03 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-08-08 09:28:03 +0800 |
commit | 03e5808e1d3aa26a282e0925be6b251f95f2909f (patch) | |
tree | f01b0ee441b95376017fc31a81ba2edd8d8ea444 /cad/Makefile | |
parent | 91c54e717a046fbd56655110bcc960c0cdd332e1 (diff) | |
download | freebsd-ports-gnome-03e5808e1d3aa26a282e0925be6b251f95f2909f.tar.gz freebsd-ports-gnome-03e5808e1d3aa26a282e0925be6b251f95f2909f.tar.zst freebsd-ports-gnome-03e5808e1d3aa26a282e0925be6b251f95f2909f.zip |
cad/cura-engine: Engine of slicing solution for RepRap 3D printers
The CuraEngine is a C++ console application for 3D printing GCode generation.
It has been made as better and faster alternative to the old Skeinforge engine.
The CuraEngine is pure C++ and uses Clipper from
http://www.angusj.com/delphi/clipper.php. There are no external dependences
and Clipper is included in the source code without modifications.
This is just a console application for GCode generation. For a full graphical
application look at https://github.com/daid/Cura with is the graphical
frontend for CuraEngine.
The CuraEngine can be used seperately or in other applications.
Feel free to add it to your application. But to take note of the License.
WWW: http://wiki.ultimaker.com/Cura
PR: 192486
Submitted by: cederom tlen pl
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index f4b92fca0b4a..18637fdba3f2 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -16,6 +16,7 @@ SUBDIR += cascade SUBDIR += chipvault SUBDIR += cider + SUBDIR += cura-engine SUBDIR += dinotrace SUBDIR += dxf2fig SUBDIR += electric |