revarbat / BOSL

The Belfry OpenScad Library - A library of tools, shapes, and helpers to make OpenScad easier to use.
https://github.com/revarbat/BOSL/wiki
BSD 2-Clause "Simplified" License
571 stars 62 forks source link

"constants.h" ? #70

Closed 3Dietrich closed 4 years ago

3Dietrich commented 4 years ago

first: Thank You for this library and it's verbose description! It is very handy and very helpful!

Is your feature request related to a problem? Please describe. I never heard about "ORIENT constants from constants.h" before and i have no idea what this means. Should I go into openscad source code and search it for "ORIENT"..? Describe the solution you'd like Maybe you did this already but I couldn't find: please, just list all the possible ORIENT_ and similiar possibilities here it the wiki. Once, as a part of Terminology or something like that.

Describe alternatives you've considered well.. if this is too much effort I'd need the clear description where to find 'constants.h', then I would copy all the possible variables and write it in my own memory txt file..

revarbat commented 4 years ago

These are all documented in the wiki at https://github.com/revarbat/BOSL/wiki/constants.scad

3Dietrich commented 4 years ago

ha! How could i have missed that! However, I heard about BOSL2 and immersed myself in it