Skip to content

Commit 8172e21

Browse files
committed
Reduce default thickness to 3.0
Matching Ponoko's available MDF / acrylic thickness
1 parent ceb3664 commit 8172e21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

3d/splitflap.scad

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ spool_horizontal_explosion = lookup(spool_explosion, [
6969
// It's better to underestimate (looser fit) than overestimate (no fit)
7070
kerf_width = 0.19 - 0.02;
7171

72-
// MDF, .125in nominal
73-
// http://www.ponoko.com/make-and-sell/show-material/64-mdf-natural
74-
thickness = 3.2;
72+
// MDF, .120in nominal
73+
// https://www.ponoko.com/materials/mdf-fiberboard
74+
thickness = 3.0;
7575

7676
eps=.01;
7777

0 commit comments

Comments
 (0)