Fix bug in post_height().

It assumed that the top board is always 1cm thick.
This commit is contained in:
tastytea 2020-08-01 19:56:01 +02:00
parent cb3a6165de
commit f33689aab2
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ module lath(length)
module shelf()
{
function post_height() = drawers_begin + (drawer_size * drawers_number)
+ (board_height * drawers_number + 1);
+ (board_height * drawers_number + board_height);
/* Posts */
color("olive")
{