Skip to content

Commit

Permalink
Remove the fillet on the inner edge of the light interruptor on the c…
Browse files Browse the repository at this point in the history
…enter key

This increases the amount of light blocked
  • Loading branch information
JesusFreke committed Feb 26, 2019
1 parent 9c21033 commit 60ca246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lalboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,8 +686,8 @@ def center_key():
(-back_stop == +post) + 1.1,
-back_stop == +key)
fillet_edges = back_stop.shared_edges(
[back_stop.top, back_stop.front, back_stop.back, back_stop.right, back_stop.left],
[back_stop.top, back_stop.front, back_stop.back, back_stop.right, back_stop.left])
[back_stop.top, back_stop.back, back_stop.right, back_stop.left],
[back_stop.top, back_stop.back, back_stop.right, back_stop.left])
back_stop = Fillet(fillet_edges, fillet_radius)

bounding_cylinder = Cylinder(post.max().z - key.min().z, key_radius)
Expand Down
Binary file modified stls/center_key.stl
Binary file not shown.

0 comments on commit 60ca246

Please sign in to comment.