Skip to content

Commit 5ac6205

Browse files
Add more tolerance to cavity_top_allowance (#124)
I think the default should add a bit more tolerance to the hight of the cavity. I just printed it and it's about 3 cards too low for me. Perhaps the vinyl added unexpected thickness. I think 3mm extra should be good.
1 parent 97d75c6 commit 5ac6205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3d/tools/flap_container.scad

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ num_flaps = 40;
2121
containers_x = 1;
2222
containers_y = 1;
2323

24-
flap_thickness_allowance = 1 - flap_thickness; // fudged, so all flaps are considered 1 mm thick
24+
flap_thickness_allowance = 1.1 - flap_thickness; // fudged, so all flaps are considered 1.1 mm thick
2525
cavity_top_allowance = 2; // extra case height above the flaps
2626

2727
flap_clearance = 0.5; // distance between the flap edges and the case walls

0 commit comments

Comments
 (0)