Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daid/ninjakittens
https://github.com/daid/ninjakittens
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daid/ninjakittens
- Owner: daid
- Created: 2013-12-28T07:51:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-04T09:56:32.000Z (over 10 years ago)
- Last Synced: 2023-03-12T08:58:12.776Z (almost 2 years 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