/cxxcam

c++ cnc cam library

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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.