Skip to content

Commit

Permalink
Merge branch 'master' of github.com:openscad/MCAD
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Jan 9, 2012
2 parents a5b8b44 + f32906a commit 83205f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion involute_gears.scad
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ module involute_bevel_gear_tooth (
[side2_point2[0],side2_point2[1],0],
[side2_point1[0],side2_point1[1],0],
[0.1,0,0]],
triangles=[[0,1,2],[0,2,3],[0,3,4],[0,5,1],[1,5,2],[2,5,3],[3,5,4],[0,4,5]]);
triangles=[[0,2,1],[0,3,2],[0,4,3],[0,1,5],[1,2,5],[2,3,5],[3,4,5],[0,5,4]]);
}
}
}
Expand Down

0 comments on commit 83205f0

Please sign in to comment.