FreeCAD-addons icon indicating copy to clipboard operation
FreeCAD-addons copied to clipboard

feat: Add CAM_Experimental addon workbench

Open boothg599 opened this issue 3 months ago • 1 comments

Summary

Register CAM_Experimental addon workbench with FreeCAD Addon Manager.

Repository

https://github.com/boothg599/FreeCAD-CAM-Addons

Features

  • GPU-accelerated toolpath generation (CUDA/OpenCL)
  • Real-time collision detection with visual feedback
  • Adaptive toolpath optimization for complex geometries
  • Machine feedback integration (MQTT/ZeroMQ protocols)
  • 12 GUI commands for advanced CAM operations

Technical Details

  • Minimum FreeCAD Version: 0.21.0
  • License: LGPL 2.1+
  • Dependencies: Optional GPU libraries (CUDA/OpenCL), optional MQTT/ZeroMQ
  • Installation: Via FreeCAD Addon Manager

Testing

  • Tested with FreeCAD 0.21+ and 1.0+
  • Compatible with existing CAM workbench
  • No conflicts with core functionality

Documentation

  • README with installation instructions
  • API documentation included
  • Example workflows provided

Related

  • Core CAM features submitted in PR #25753
  • Machine library: https://github.com/boothg599/FreeCAD-CAM-Library

Co-authored-by: Ona [email protected]

boothg599 avatar Nov 28 '25 01:11 boothg599

Do you need help creating a package.xml file?

chennes avatar Nov 28 '25 02:11 chennes