lengthen the stand to give more support

previous design worked fine, but it's just so tiny, a slight breeze
would sometimes knock the stick off

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-05-20 10:11:52 -05:00
parent a6803450f8
commit 89e25bd001
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -39,8 +39,8 @@ frame_z = 57;
// stand dimensions to display a stick
stand_x = 5;
stand_y = frame_z-25;
stand_z = 10;
stand_y = frame_z;
stand_z = 15;
// degree to which the extended frame pieces stick out from the end of the frame
frame_extension_x = 25;