https://github.com/smithclay/developer-party-blocks
Creates SVG files appropriate for engraving on Jenga® blocks using Otherplan's Othermill CNC machine.
https://github.com/smithclay/developer-party-blocks
Last synced: 4 months ago
JSON representation
Creates SVG files appropriate for engraving on Jenga® blocks using Otherplan's Othermill CNC machine.
- Host: GitHub
- URL: https://github.com/smithclay/developer-party-blocks
- Owner: smithclay
- Created: 2016-01-21T02:25:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T18:22:28.000Z (over 10 years ago)
- Last Synced: 2025-04-03T02:41:50.967Z (about 1 year ago)
- Language: Makefile
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Developer Party Blocks
Creates SVG files appropriate for engraving on Jenga® blocks using Otherplan's Othermill CNC machine.
The current template assumes blocks will be engraved in batches of 4 (`75mm x 100mm`).
### Requirements
* Mac OS X or Linux
* [Inkscape](https://inkscape.org/en/)
* Inkscape Command-Line Utility
* (to setup on Mac: `ln -s /Applications/Inkscape.app/Contents/Resources/bin/inkscape /usr/local/bin`)
Inkscape is required to convert the fonts into paths (Otherplan can't engrave fonts as of this writing).
### Building
* Edit any questions in the `questions` folder.
* Run the `make command`
* SVG files will be generated in the `build/` directory.
`make clean` will clean the generated files.