Skip to content

Commit

Permalink
bug fix: the rook battlement doesn't adjust with
Browse files Browse the repository at this point in the history
size of rook
  • Loading branch information
iamwilhelm committed Jun 13, 2012
1 parent 1b28907 commit 4d1d517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rook.scad
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module rook_battlement(height, radius) {
for (i = [0:5]) {
rotate(a = [0, 0, i * 360 / 6])
translate([-1.5, 0, 0.5 * height])
cube([3, 10, 4]);
cube([height / 3, 1.2 * battlement_radius, height]);
}

// cut out circular space at top
Expand Down

0 comments on commit 4d1d517

Please sign in to comment.