资 源 简 介
About
The main idea is to develop a G-Code controller for the NXT (an application that will be able to read G-Code files) using the LeJOS NXJ API (Java-powered API). This issue arose while I was developing my project which is a 3D Printing-Milling Machine which I"ve wanted it to be able to recognize .gcode files (the same files that CNC Machines read in order to mill products). It can move the main axes (XYZ) through differential equations which portray the various G-Code flavours.
So if you want to keep track with the original (master) project visit http://code.google.com/p/lego-mindstorms-3d-printing-machine/. (Do not forget to check out the video which uses this controller!)
Installation
Clone the source code from the Source tab of this project
Requirements
The lastest JDK
LeJOS NXJ API
This library (must be added to Runtime in order to fun