Skip to content

f3270/kokopelli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

M. Keeter's original repo

kokopelli is an open-source tool for computer-aided design and manufacturing (CAD/CAM).

It uses Python as a hardware description language for solid models. A set of core libraries define common shapes and transforms, but users are free to extend their designs with their own definitions.

CAD

The CAM tools enable path planning for two, three, and five-axis machines. At the moment, paths can be exported to Universal and Epilog laser cutters, the Roland Modela mini-mill, three and five-axis Shopbot machines, and plain G-code. A modular workflow system makes adding new machines easy.

CAM

In addition, models can be saved as .svg and water-tight .stl files.

Download

kokopelli has been tested on Mac OS 10.6+ and Ubuntu 12.04 LTS.
A Mac application is available here.
To build from source, check out the instructions on the wiki.

Background

kokopelli grew out of the MIT course "How to Make Something that Makes (Almost) Anything". In that course, I worked on fast geometry solvers and developed a fairly basic UI. My work expanded on the fab modules project, which allows fab lab users to make physical artifacts on a variety of machines.

This work grew into my Master's thesis at the MIT Center for Bits and Atoms. This thesis focused on volumetric CAD/CAM workflows. Now that it is complete, I'm releasing this tool for others to use and develop. It has already been used by folks in How to Make (Almost) Anything and Fab Academy, but I'm excited to offer it to a larger community.

License

This work may be reproduced, modified, distributed, performed, and displayed for any purpose, but must acknowledge the kokopelli project. Copyright is retained and must be preserved. The work is provided as is; no warranty is provided, and users accept all liability.

Copyright

(c) 2012-2013 Massachusetts Institute of Technology
(c) 2013 Matt Keeter

About

Script-based CAD/CAM in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.4%
  • C 41.7%
  • Other 0.9%