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

Warning: Ignoring unknown variable `'LID_NOTCHES_B'` #53

Open jmickelin opened 1 year ago

jmickelin commented 1 year ago

There doesn't seem to be a variable for the option LID_NOTCHES_B as specified in the documentation. Instead, there is a constant assignment m_lid_notches = true; (https://github.com/dppdppd/The-Boardgame-Insert-Toolkit/blob/master/boardgame_insert_toolkit_lib.2.scad#L230), which means that generation of lid notches cannot currently be turned off (when using cap lids).