Skip to content

Commit

Permalink
improve lid clip
Browse files Browse the repository at this point in the history
  • Loading branch information
9R committed Oct 19, 2024
1 parent 341567a commit a0aa275
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ScadBox.scad
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,9 @@ module lid_snap_lock()
{
union()
{
translate([ 0, 2.5, 0 ]) cube([ 15 + 2 * MODBAY_GAP, 5, 2.1 ], center = true);
translate([ 7.5 + MODBAY_GAP, 0, LID_H ]) rotate(180, [ 0, 1, 0 ]) cube([ 4 + 2 * MODBAY_GAP, 5, LID_H ]);
translate([ -3.5 + MODBAY_GAP, 0, LID_H ]) rotate(180, [ 0, 1, 0 ]) cube([ 4 + 2 * MODBAY_GAP, 5, LID_H ]);
translate([ 0, 5.5, 0 ]) cube([ 15 + 2 * MODBAY_GAP, 5, 2.1 ], center = true);
translate([ 7.5 + MODBAY_GAP, 0, 3 ]) rotate(180, [ 0, 1, 0 ]) cube([ 4 + 2 * MODBAY_GAP, 5, LID_H ]);
translate([ -3.5 + MODBAY_GAP, 0, 3 ]) rotate(180, [ 0, 1, 0 ]) cube([ 4 + 2 * MODBAY_GAP, 5, LID_H ]);
};
};

Expand Down

0 comments on commit a0aa275

Please sign in to comment.