razcore-rad / blendercam

Automatically exported from code.google.com/p/blendercam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlenderCAM


An open source solution for artistic CAM with Blender 3D

Chat on Matrix Chat on Freenode Chat on Freenode Last commit Contributors Size License


AboutHow to useFeaturesPost-ProcessorsFilesContributingLicense


Blendercam

👁️ About

Blender CAM is an open source solution for artistic CAM - Computer aided machining - a g-code generation tool.

Blender CAM is an add-on 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, don't hesitate to fork the project and start generating pull requests.

👨‍🎓 How to use (Wiki)

Linux

BlenderCam is recommended with Linux. BlenderCam can work on Windows but the installation of a dependency (optional OpenCamlib) is tricky.

👌 Features

Blender 3.0, 2.93 and 2.80
Several milling strategies for 2D and 3D ✔️
Cutter types: ball, ballcone, endmill flat, v-carve with various angles, user definable ✔️
work with 3d data or depth images ✔️
Layers and skin for roughing. ✔️
Inverse milling ✔️
Various options for ambient around model ✔️
protection of vertical surfaces ✔️
Stay low - option for movement ✔️
Material size setup ✔️
Simulation of 3d operations ✔️
Arc retract ✔️
Pack curves and slice model ✔️
Automatic bridges for cutout operation ✔️
Chain export and simulation ✔️

Pending features

  • Helix entry and ramp down are experimental.
  • 4 and 5 axis milling are only manual

💻 Post-processors

  • GRBL
  • Iso
  • LinuxCNC - EMC2
  • Fadal
  • Heidenhain
  • Sieg KX1
  • Hafco HM-50
  • Centroïd M40
  • Anilam Crusader M
  • Gravos
  • WinPC-NC
  • ShopBot MTC
  • Lynx Otter o
  • ...

📒 Files organisation

.
├── config                     
├── scripts
│   ├── addons
│   │   ├── cam
│   │   │   ├── nc
│   │   │   └── opencamlib
│   │   ├── GPack
│   │   └── print_3d
│   │       ├── ini
│   │       └── machine_profiles
│   └── presets
│       ├── cam_cutters
│       ├── cam_machines
│       └── cam_operations
└── static

🤝 Contributing

BlenderCAM 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

If you need help or want to discuss about BlenderCam you can join the Chat Room #BlenderCam:matrix.org on Matrix.

🤕 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.

About

Automatically exported from code.google.com/p/blendercam

License:GNU General Public License v2.0


Languages

Language:Python 100.0%