Skip to content

Commit

Permalink
hinge_diameter now affects base_diameter
Browse files Browse the repository at this point in the history
  • Loading branch information
moucha19 committed Jun 15, 2019
1 parent e3cd773 commit 6614d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scad/fletching_jig.scad
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module jig ( arrow_diameter = 6,
helical_direction = 1
)
{
base_diameter = arrow_diameter + 12;
base_diameter = arrow_diameter + 2*hinge_diameter + 1.5;
base_radius = base_diameter/2;
arrow_radius = arrow_diameter/2;
hinge_radius = hinge_diameter/2;
Expand Down

0 comments on commit 6614d76

Please sign in to comment.