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

"Fillet" get's calculated from box bottom, not component bottom #19

Closed leberschnitzel closed 3 years ago

leberschnitzel commented 3 years ago

Fillets always get calculated from box bottoms and not from component bottoms, that makes them useless if the component part is much higher. Example Flat Bottom: image

Example Higher Bottom: image

Changing the radius too much causes distortion. What I would expect is that the bottom of the Fillet always is the bottom of the component.

dppdppd commented 3 years ago

fixed in 2.41

leberschnitzel commented 3 years ago

Perfect, just tested it and works like a charm!