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

Typo in documentation (`CMP_CUTOUT_BOTTOM`) #52

Open jmickelin opened 1 year ago

jmickelin commented 1 year ago

The name of the variable CMP_CUTOUT_BOTTOM_B is inconsistent in the documentation.

The description says:

value is expected to be a bool and determines whether the bottom of the compartment is cut out. Note that this is ignored if CMP_PEDESTAL_BASE_B is true or if CMP_SHAPE is set to FILLET. e.g. [ CMP_CUTOUT_BOTTOM, true ]

That should be changed from CMP_CUTOUT_BOTTOM to CMP_CUTOUT_BOTTOM_B.