Skip to content

Commit 3e25d96

Browse files
committed
restore default fillet radius
1 parent 4c5e722 commit 3e25d96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cases/case1.scad

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ case_inner_padding_bottom = 4;
4040
/* [Case dimensions] */
4141

4242
// How round to make the case
43-
fillet_radius = 0;
44-
// fillet_radius = 2.5;
43+
// fillet_radius = 0;
44+
fillet_radius = 2.5;
4545

4646
// Panel cover thickness
4747
panel_cover_depth = 1.6;

0 commit comments

Comments
 (0)