Skip to content
This repository was archived by the owner on Nov 21, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions clockworkLibrary.scad
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ module drum(
{
flangeWidth=min(drumHeight/3,rimWidth/2);

if (drumHeight != 0 ) {
difference() // makes the center hollow & includes holes to attach string
{
union() // builds the drum with flanges
Expand All @@ -254,6 +255,7 @@ module drum(
}

}
}
}

module escapementWheel(
Expand Down