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
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

fe60 commented 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

fillet_mask_x(r=3, l=10, center=true);

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

revarbat commented 4 years ago

Removed incorrect args in docs. d80cde813614fe7812cafa5e24221cdc176d883a