Rotational Binary Print Module
0
Likes
140
Downloads
503
Views
Published on November 8, 2012
Description
An OpenSCAD library that allows for the publishing of a binary string in a circle. Heavily influenced by "Rotational OpenSCAD Bitmap Fonts Module"
Instructions
1. Add "include " in your openscad project
2. To run the module, call
binaryprint_circular(String, block_size, radius, b_ccw);
string: A string of ones and zeros
block_size: Size of each individual block
radius: The radius of the circular object
b_ccw: 0 for clockwise, 1 for couter-clockwise
2. To run the module, call
binaryprint_circular(String, block_size, radius, b_ccw);
string: A string of ones and zeros
block_size: Size of each individual block
radius: The radius of the circular object
b_ccw: 0 for clockwise, 1 for couter-clockwise
License
Rotational Binary Print Module by avrgeek is licensed under the Attribution - Share Alike - Creative Commons license.

You must be logged in to post a comment.