diff --git a/Lego.scad b/Lego.scad index 52c88e7..4a99191 100644 --- a/Lego.scad +++ b/Lego.scad @@ -10,7 +10,7 @@ block_height = 0; length_per_stud = 31.8 / 4; stud_details = 4 * ($preview ? 5 : 10); -wall_width = 1.5; +wall_width = 1.6; ceiling_width = 1; assert(block_height > 0, "Invalid block height. Perhaps type is not correct?");