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/
11 lines
295 B
Bash
11 lines
295 B
Bash
--- tests/build/ui/test.sh.orig 2016-06-25 02:19:12 UTC
|
|
+++ tests/build/ui/test.sh
|
|
@@ -1,6 +1,7 @@
|
|
#!/bin/sh
|
|
set -x
|
|
-g++ -I $EMC2_HOME/include \
|
|
+c++ -I $EMC2_HOME/include \
|
|
+ -I /usr/local/include \
|
|
nml-position-logger.cc \
|
|
-L $EMC2_HOME/lib -lnml -llinuxcnc \
|
|
-o /dev/null
|