How to use GRBLWeb with your CNC.
GRBLWeb is CNC software that works with the GRBL controller. It includes JSCut allowing you to generate GCODE from SVG files.
It runs on a computer or embedded device and is accessible via TCP/IP using any computer with a Web Browser.
It expects a serial interface to GRBL that can be implemented with GPIO on many embedded devices.
Instructions on installing the software are available in the README, or you can download an OS image that can be flashed to a Raspberry Pi.
How to use RepRapWeb with your 3d Printer.
RepRapWeb is 3d printer software that works with many GRBL based 3d printer controllers (Marlin, Sprinter, etc).
It runs on a computer or embedded device and is accessible via TCP/IP using any computer with a Web Browser.
Instructions on installing the software are available in the README, or you can download an OS image that can be flashed to a Raspberry Pi.
Join the mailing list/support group at https://groups.google.com/forum/#!forum/xyzbots-support
Other Milling Software.
Designing 3d parts is most precise with a tool like OpenSCAD but often the resulting parts do not consider the milling process, a 2.5d tool such as Millcrum is ideal for designing milled parts in code.
The GCODE Optimizer will modify a GCODE program to optimize the tool path by shortest path for multiple objects separated by G1 commands.