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.
296 stars 46 forks source link

added abillity for embossed text to divider issue #35 #43

Open asaru79 opened 2 years ago

asaru79 commented 2 years ago

DIV_TAB_TEXT_EMBOSSED DIV_TAB_TEXT_EMBOSSED_HEIGHT

    [ "divider example 1",
        [
            [ TYPE, DIVIDERS ],
            [ DIV_TAB_TEXT,   ["001","002","003"]],
            [ DIV_TAB_TEXT_EMBOSSED, t],
            [ DIV_TAB_TEXT_EMBOSSED_HEIGHT, 1],
        ]
    ],
Penthious commented 2 years ago

Just a heads up, PR's should only contain what the fix actually is. This also contains a ton of linting which makes actually PR'ing this extremely hard.