Callooh
From Appropedia
| This page uses geek language that is hard for readers to understand, if they don't have the high-level geek powers. It needs an easy-to-understand introduction, as a minimum. Please help to add this, if you have the understanding! |
Callooh is a free hardware CNC router project, intending to be comparable to the Roland Modella in accuracy and ability, but far cheaper and have a larger working area.
Contents |
[edit] Contributors
- Arnar Mar Sigurðsson - hardware design, electronics
- Smári McCarthy - controller software, GTP language
- Mel Chua - firmware
- Marcin Jakubowski - hardware design, open enterprise model, fabrication of turnkey Calloohs
[edit] Discussion Log
See discussion page.
[edit] Emulator / Controller
[edit] GTP
Callooh uses GTP. See that page for more information.
[edit] Installation instructions
Here we have the source code for the emulator part of the XYZ router table. This is actually very outdated and misleading. You're better off just not doing anything than doing this:
You can download the latest source at http://smari.yaxic.org/router.tar.gz
You'll need to install the following as prerequisites:
- python
- pygame
- pyOpenGL
On Mel's computer:
wget http://smari.yaxic.org/router.tar.gz gunzip router.tar.gz tar -xvf router.tar sudo apt-get install python-pygame sudo easy_install PyOpenGL cd router/src/controller python emulator.py testfiles/test.gtp
