资源说明:KMotionXCNC
KMotionX的CNC应用
依赖项KMotionX NodeJS
安装KMotionXCNC
1.构建KMotionXCNC服务器
克隆存储库
git clone https://github.com/parhansson/KMotionXCNC.git
cd KMotionXCNC
为您的平台配置构建
./configure
建立项目
make
安装项目(某些平台(MacOS)不需要'sudo'只需进行安装')
sudo make install
启动服务器
kmxWeb -document_root ./
2.构建KMotionXCNC Angular应用
本说明仅用于开发。 说明将在以后的生产版本中更新
cd ng2
npm install
npm run serve
打开浏览器并输入
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。