Skip to content

Commit

Permalink
7x7: making box 5mm lower.
Browse files Browse the repository at this point in the history
  • Loading branch information
mar0x committed Aug 23, 2022
1 parent a2ebfc4 commit 2818644
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions box/box.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
board_corner_r = 10
fillet_r = 3

box_inner_height = 33
box_inner_height = 28
box_thickness = 2

base_stand_d = 8
screw_cup_hole_d = 5.5
base_edge_height = 2

base_stand_h = 3
base_stand_h = 2

cover_stand_d = base_stand_d
cover_stand_d1 = 10
Expand All @@ -38,7 +38,7 @@
midi_sock_step = 20
midi_sock_d = 16
midi_sock_shift = 10 # above board
led_shift = midi_sock_shift + 13 # above board
led_shift = midi_sock_shift + 11 # above board
led_size = (5.2, 2.7) # rect
# or led_size = 2 for round hole

Expand Down Expand Up @@ -95,7 +95,7 @@
board_corner_r = 10
fillet_r = 3

box_inner_height = 33 - 5
box_inner_height = 28
box_thickness = 2

base_stand_d = 8
Expand All @@ -116,7 +116,7 @@
midi_sock_step = 20
midi_sock_d = 16
midi_sock_shift = 10 # above board
led_shift = midi_sock_shift + 13 - 2 # above board
led_shift = midi_sock_shift + 11 # above board
led_size = 2 # round hole
# or led_size = (5.2, 2.7) for rect

Expand Down

0 comments on commit 2818644

Please sign in to comment.