The Belfry OpenScad Library - A library of tools, shapes, and helpers to make OpenScad easier to use.
BSD 2-Clause "Simplified" License
557
stars
62
forks
source link
fillet_mask_x does not offer parameter center but documentation says so #62
Closed
fe60 closed 4 years ago
Describe the bug The documentation names "center" as a valid parameter of module fillet_mask_x [1], but the module does not accept this parameter [2].
Code To Reproduce Bug
Expected behavior Add parameter "center" to modules fillet_mask_x|y|z or remove it from the documentation.
[1] https://github.com/revarbat/BOSL/wiki/masks.scad#fillet_mask_x [2] https://github.com/revarbat/BOSL/blob/master/masks.scad#L431