https://github.com/daid/ninjakittens
https://github.com/daid/ninjakittens
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daid/ninjakittens
- Owner: daid
- Created: 2013-12-28T07:51:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-04T09:56:32.000Z (almost 12 years ago)
- Last Synced: 2025-04-14T05:37:12.675Z (about 1 year ago)
- Language: Python
- Size: 582 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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