1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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
This commit is contained in:
William Grzybowski 2014-08-08 01:28:03 +00:00
parent f53f5d7b9d
commit 08e78c7124
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364337
5 changed files with 42 additions and 0 deletions

View File

@ -16,6 +16,7 @@
SUBDIR += cascade
SUBDIR += chipvault
SUBDIR += cider
SUBDIR += cura-engine
SUBDIR += dinotrace
SUBDIR += dxf2fig
SUBDIR += electric

22
cad/cura-engine/Makefile Normal file
View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= CuraEngine
PORTVERSION= 14.03
CATEGORIES= cad
MAINTAINER= cederom@tlen.pl
COMMENT= Engine of slicing solution for RepRap 3D printers
LICENSE= AGPLv3
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= Ultimaker
GH_COMMIT= 4c1043f
GH_TAGNAME= ${GH_COMMIT}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/build/CuraEngine ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>

2
cad/cura-engine/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (CuraEngine-14.03.tar.gz) = a3966a2da3726b67e74007455e77c40c464d6b5a8d653065592bb88651c0b77d
SIZE (CuraEngine-14.03.tar.gz) = 106704

15
cad/cura-engine/pkg-descr Normal file
View File

@ -0,0 +1,15 @@
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

View File

@ -0,0 +1,2 @@
bin/CuraEngine