An open source solution for artistic CAM with Blender 3D
 
 
Go to file
Alain Pelletier 9f8d1c0fa7
added equation python module
equation python module used to convert strings to equations for generating curves
2021-04-02 10:43:10 -03:00
config Revert "little shapely functions" 2015-12-07 11:08:18 +01:00
scripts fixed dependency 2021-04-02 10:38:55 -03:00
static add a nice readme 2019-10-06 16:15:43 +02:00
.gitignore 2.80_BETA 2019-01-25 23:48:11 +01:00
LICENSE Add GPL 2 license file to root 2016-03-26 01:10:41 -03:00
README.md added equation python module 2021-04-02 10:43:10 -03:00
bas-relief-demo.blend BasRelief test and demo file 2020-12-18 13:10:47 -04:00
rotation-test.blend test file for A axis 2020-12-20 17:04:20 -04:00

README.md

BlenderCAM

BlenderCam - CNC path addon

Blender CAM is an open source solution for artistic CAM - Computer aided machining - a g-code generation tool. Blender CAM is an extension for the free open-source Blender 3d package.

It has been used for many milling projects, and is actively developed. If you are a developer who would like to help, fork and open pull requests

Chat on Matrix

Installation and Usage

See the Wiki.

Resources

Dependencies

  • Blender 2.80 or 2.92
  • OpenCamLib (optional but highly recomended - required for ballcone and bullnose cutter support)
  • Recomended on Linux.
  • No instructions for Mac users (unknown if opencamlib works)
  • OpenCamlib can work on Windows but installation is tricky
  • Equation python module (~/Apps/blender-2.92/2.92/python/bin/pip3 install Equation)

DISCLAIMER

THE AUTHORS OF THIS SOFTWARE ACCEPT ABSOLUTELY NO LIABILITY FOR ANY HARM OR LOSS RESULTING FROM ITS USE. IT IS EXTREMELY UNWISE TO RELY ON SOFTWARE ALONE FOR SAFETY. Any machinery capable of harming persons must have provisions for completely removing power from all motors, etc, before persons enter any danger area. All machinery must be designed to comply with local and national safety codes, and the authors of this software can not, and do not, take any responsibility for such compliance.

This software is released under the GPLv2.