Skip to content

Commit

Permalink
lower the bishop's mitre, and make sure it scales correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwilhelm committed Feb 3, 2012
1 parent 97f1a81 commit 43d9c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bishop.scad
Expand Up @@ -6,7 +6,7 @@ module bishop_head(head_ratio, neck_radius) {
// the bishop head with a dollop on top
union() {
teardrop(head_ratio, neck_radius)
sphere(neck_radius / 3);
translate([0, 0, -neck_radius / 3]) sphere(neck_radius / 3);
}

// the bishop slot
Expand Down

0 comments on commit 43d9c93

Please sign in to comment.