Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjaminaigner/braillegenerator
A OpenJSCAD based braille generator for 3D printing braille labels or print braille dots on a surface
https://github.com/benjaminaigner/braillegenerator
Last synced: 2 months ago
JSON representation
A OpenJSCAD based braille generator for 3D printing braille labels or print braille dots on a surface
- Host: GitHub
- URL: https://github.com/benjaminaigner/braillegenerator
- Owner: benjaminaigner
- License: gpl-3.0
- Created: 2019-12-13T13:09:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T05:11:08.000Z (5 months ago)
- Last Synced: 2024-10-11T13:36:33.992Z (3 months ago)
- Language: JavaScript
- Size: 401 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Braille Generator
A configurable OpenJSCAD script for creating Braille text from strings. Can be used for printing dots only on surfaces or creating braille labels (with a backplate).
# Usage
You can render this script in following ways:
* Use the OpenJsCad parser, provided by https://joostn.github.io/OpenJsCad/processfile.html
* Use the adapted frontend (in German) for easier use: https://benjaminaigner.github.io/braillegenerator/index.html## Parameters
* enable backplate: If set, a 2mm sheet will be created, on which the braille dots are located
* enable support: If set, 2 additional small cubes are created, to stabilize the backplate while printing
* text: Enter a text. New lines can be created by entering `\n`. A backslash must be escaped: `\\`![Rendering of a 3 line braille text with backplate and supportplate](https://github.com/benjaminaigner/braillegenerator/raw/master/img/braille1.png "Generated braille label with 3 lines, support- and backplate")
## Acknowledgements
Everything regarding the Github Pages is originally from:
https://github.com/joostn/OpenJsCad/tree/gh-pages