mythagel / cxxcam

c++ cnc cam library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cxxcam

CNC CAM library to for gcode generation tools

Currently capable of generating GCode (LinuxCNC dialect) for CNC lathes and mills. Nine axis (XYZ ABC UVW) generation is supported however only six are simulated (XYZ ABC). Lathe simulation is incomplete.

This library provides checked and simulated gcode generation with no additional logic (i.e. it does not implement higher level machine operations).

Under active development.

See nc_tools as the canonical example.

About

c++ cnc cam library

License:GNU General Public License v3.0


Languages

Language:C++ 98.3%Language:CMake 1.7%