vector76 / gridfinity_openscad

MIT License
281 stars 50 forks source link

Allow setting of label position to center, round label. #20

Closed ostat closed 1 year ago

ostat commented 1 year ago

Changed withLabel (was boolean) to be a string that allowed setting label position. (left, right, center, disabled). labelWidth would now only support 0 and positive values. withLabel

labelWidth

The labels also now also rounded edges when not against the walls.

image image image image

vector76 commented 1 year ago

Thanks for the PR. I'm not in front of a computer to look it over right now but it sounds good so far.