Rotational Binary Print Module

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
Tags
This Thing has no tags.
Report as inappropriate

You must be logged in to post a comment.