From cb3a6165de958e4f9574c9c46ccb9616164745ec Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 1 Aug 2020 19:53:58 +0200 Subject: [PATCH] Make boards 6mm thicker (1.6 cm). --- shelf_with_drawers.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shelf_with_drawers.scad b/shelf_with_drawers.scad index 3b558a3..e7ef30a 100644 --- a/shelf_with_drawers.scad +++ b/shelf_with_drawers.scad @@ -28,7 +28,7 @@ drawers_begin = 80; /* Begin rendering drawers at this height */ lath_width = 2.4; /* x */ lath_depth = 4.8; /* y */ -board_height = 1.0; /* z */ +board_height = 1.6; /* z */ module drawer() {