Skip to content
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
4 changes: 2 additions & 2 deletions involute_gears.scad
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@ module gear (
else if (rim_thickness>gear_thickness){
//if not centered, carve out only the top
if (centered_gear == false){
translate ([0,0,gear_thickness])
cylinder (r=rim_radius,h=rim_thickness);
translate ([0,0,gear_thickness-.1])
cylinder (r=rim_radius,h=rim_thickness+.2);
}
else
//carve out half from top and half from bottom
Expand Down