
Printable Clock, Parametric Proof of Concept by syvwlch
Syvwlch has been busy at work on his printable clock over the last week. He’s produced SEVEN iterations of this design so far. I’m a huge advocate for posting unfinished or even obsolete designs – the is a perfect example of the benefits. At any point someone could have jumped in to help out with these designs, the formulas, or contributed code.
Following the evolution of his designs as been very educational for me. I’ve struggled with how best to design a multi-part mechanical device. Syvwlch clearly has the right idea – starting with the centermost component – the escapement mechanism – and building outwards upon it.
Another proof of concept along the way to a WORKING printable clock. A working clock would, for example, have a case. :-)
Aside from such petty concerns, this clock is complete, in that we have a power source (a drum to wind a string and weight), a whole gear train (5/3/2/2/5/3/2/2), a Graham escapement, a (token) pendulum and three hands mounted on concentric shafts to show the time.
It is fully parametric, animate-able, and about as modular as I could make it within the current constraints of OpenSCAD (recursion would be nice for the eight gears in the gear train!).
The code uses three different types of gear wheels, each able to support any level of nested concentric shafts if needed for support or to run clock hands:
1. A drum with an outer gear along one rim,
2. A pinion wheel with a gear supporting a smaller gear,
3. An escapement wheel supporting a smaller gear.
It also automatically positions them relative to each other, ensures that they mesh properly and rotates them according to the correct gear ratios to support animation and to check the design.
It uses the involute gear script from the MCAD library, and my own escapement library. I intend to move as much of the script into another library at some later date, and like in some of my previous scripts, to provide both the current assembled() module and a handy laidOutToPrint() module.
Lastly, the modular nature of this PoC should allow for separate tweaking of the various components of the clock until they all work, without having to print an entire clock every time.
(EDIT: fixed a bug, kindly pointed out by DaveD, and uploaded a fixed version of the OpenSCAD script, along with an exploded version of the STL and a JPEG of same.)
One Comment so far
Syvwlch
Thank you kindly!