Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daid/ninjakittens


https://github.com/daid/ninjakittens

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

NinjaKittens
============
2.5D CNC GCode generation tool based on Cura. In Alpha.

Features:
- Supports dxf and svg files
- Change settings per shape (also inside a file)
- Direct drill path preview
- Cross platform (wxPython)
- Ajusts for drill width
- Tabs
- Export to Trotec laser file
ToDo:
- Engrave (remove whole area instead of the contours)

Build:
```
cd Engine
make
cd ../
export PYTHONPATH=.
python NK/nk.py
```

Dependencies:
- python2.7
- py-wxpython-2.8
- py-opengl