diff options
author | Diane Bruce <db@FreeBSD.org> | 2020-03-26 00:03:41 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2020-03-26 00:03:41 +0000 |
commit | 766e701f480cf9867436324b8e2cf3613e146413 (patch) | |
tree | 63da9701ccdacf003837091b6194e40715575e8e /cad/Makefile | |
parent | 8d4d453671a6b85a3d25f9a6e724edd2fd88cbd2 (diff) |
This is the new, shiny frontend for Cura. Check daid/LegacyCura for the
legacy Cura that everyone knows and loves/hates. We re-worked the
whole GUI code at Ultimaker, because the old code started to become
unmaintainable.
WWW: https://github.com/Ultimaker/Cura/wiki
Notes
Notes:
svn path=/head/; revision=529142
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 fc8d6552f19d..fc04ad38566a 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -20,6 +20,7 @@ SUBDIR += cascade SUBDIR += cascade-compiler SUBDIR += chipvault + SUBDIR += cura SUBDIR += cura-engine SUBDIR += digital SUBDIR += dinotrace |