Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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