Skip to content

Commit

Permalink
Merge pull request #277 from Misca1234/Battery3D_5
Browse files Browse the repository at this point in the history
Changed sideopening for BatteryHolder_Keystone_1x2032 to be wider
  • Loading branch information
easyw committed Mar 1, 2019
2 parents d84a578 + 7498935 commit 7758432
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def make_case_Button2(params):
#
# Cut the jagged edge on the side
#
ll = W / 4.0
ll = W / 3.3
pts = []
pts.append((ll, ll))
pts.append((ll + (ll / 2.0), ll))
Expand Down

0 comments on commit 7758432

Please sign in to comment.