Increase wall width to 1.6

This commit is contained in:
Sebastiaan de Schaetzen 2023-02-17 15:23:59 +01:00
parent 7ef06fff89
commit 57447f79b4

View File

@ -10,7 +10,7 @@ block_height =
0; 0;
length_per_stud = 31.8 / 4; length_per_stud = 31.8 / 4;
stud_details = 4 * ($preview ? 5 : 10); stud_details = 4 * ($preview ? 5 : 10);
wall_width = 1.5; wall_width = 1.6;
ceiling_width = 1; ceiling_width = 1;
assert(block_height > 0, "Invalid block height. Perhaps type is not correct?"); assert(block_height > 0, "Invalid block height. Perhaps type is not correct?");