diff options
author | trasz <trasz@FreeBSD.org> | 2016-07-13 17:18:47 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2016-07-13 17:18:47 +0800 |
commit | 35dc9b184bc591159156537f8f4652242bb98868 (patch) | |
tree | efae5834f35e2bc2c9171b48e1725a62bf9559be /cad/Makefile | |
parent | a71d79eed76435fdc22af448a4f97f7dfb884c0a (diff) | |
download | freebsd-ports-gnome-35dc9b184bc591159156537f8f4652242bb98868.tar.gz freebsd-ports-gnome-35dc9b184bc591159156537f8f4652242bb98868.tar.zst freebsd-ports-gnome-35dc9b184bc591159156537f8f4652242bb98868.zip |
LinuxCNC controls CNC machines. It can drive milling machines,
lathes, 3d printers, laser cutters, plasma cutters, robot arms,
hexapods, and more.
- Accepts G-code input, drives CNC machines in response.
- Active user community.
- Several different GUIs available.
- Compatible with many popular machine control hardware interfaces.
- Supports rigid tapping, cutter compensation, and many other advanced
control features.
WARNING: This port is simulation-only for now.
WWW: http://linuxcnc.org/
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 fd5008e53284..0d0ff79a30f2 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -49,6 +49,7 @@ SUBDIR += leocad SUBDIR += librecad SUBDIR += linux-eagle5 + SUBDIR += linuxcnc-devel SUBDIR += logisim SUBDIR += magic SUBDIR += meshdev |