FreeCAD-addons
FreeCAD-addons copied to clipboard
feat: Add CAM_Experimental addon workbench
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]
Do you need help creating a package.xml file?