aboutsummaryrefslogtreecommitdiffstats
path: root/cad/cura-engine
Commit message (Collapse)AuthorAgeFilesLines
* Typos, whitespace and capitalization fixes (A-F).olgeni2015-09-211-2/+2
|
* cad/cura-engine: update 14.03 -> 15.04robak2015-08-053-6/+5
| | | | | | | | - Drop obsolete GH_TAGNAME - Remove pkg-plist and use PLIST_FILES PR: 201692 Submitted by: Tomek Cedro <cederom@tlen.pl> (maintainer)
* Update ports in the [bcd]* categories to not use GH_COMMIT.mat2015-05-062-4/+3
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* Allow building on old freebsdantoine2014-08-101-1/+1
|
* cad/cura-engine: Engine of slicing solution for RepRap 3D printerswg2014-08-084-0/+41
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