dppdppd / The-Boardgame-Insert-Toolkit

This OpenSCAD library was created to make it easy to create board game inserts with lids for either horizontal or vertical storage, without any programming required.
293 stars 39 forks source link

Slight overhang in cutouts when creating Stacked Boxes #14

Closed Alatarvinyamar closed 4 years ago

Alatarvinyamar commented 4 years ago

Hope I'm not missing anything obvious here:

[ "TERRAIN", [ [ BOX_SIZE_XYZ, [95, 70, 5.0] ], [ BOX_LID, [ LID_INSET_B, f], ], [ BOX_NO_LID_B, t ],
[ BOX_STACKABLE_B, t], [ BOX_COMPONENT, [ [CMP_COMPARTMENT_SIZE_XYZ, [ 91, 66, 3] ], [CMP_NUM_COMPARTMENTS_XY, [1,1 ]], [CMP_CUTOUT_SIDES_4B, [t,t,f,f]],

                ["label",
                    [
                       ["text",        "TERRAIN"],
                       [ LBL_FONT,         "Space Marine"],
                       ["size",        5],                                
                     ]
                 ]
            ]
        ],                            
    ]
],
dppdppd commented 4 years ago

Nope. Fixed in 2.38.

Alatarvinyamar commented 4 years ago

ERROR: Parser error in file "E:/My Documents/3D Printing/Space Hulk Death Angel/boardgame_insert_toolkit_lib.2.scad", line 6: syntax error Execution aborted

dppdppd commented 4 years ago

That doesn't reproduce for me. Can you post a simple scad file that reproduces the issue?

Alatarvinyamar commented 4 years ago

Doh! Never mind! I downloaded the webpage by accident! :/

dppdppd commented 4 years ago

Great! :)

Alatarvinyamar commented 4 years ago

Looks perfect now, thanks!