Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 523 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 523 Bytes

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.