Closed fe60 closed 3 years ago
Describe the bug slop is only applied if the parameter internal is set to true. This should be mentioned in the documentation. Otherwise users not knowing the internals of BOSL could use the ..._rod modules under wrong assumptions.
slop
internal
true
..._rod
Code To Reproduce Bug
d = internal? d+default(slop,PRINTER_SLOP)*3 : d;
https://github.com/revarbat/BOSL/blob/master/threading.scad#L99
Expected behavior The documentation should mention the relation between the parameters internal and slop.
Fixed in fork of wiki https://github.com/fe60/bosl-wiki/commit/2e72363c3a199579e88d66859f6860f6a1ef2349
Describe the bug
slop
is only applied if the parameterinternal
is set totrue
. This should be mentioned in the documentation. Otherwise users not knowing the internals of BOSL could use the..._rod
modules under wrong assumptions.Code To Reproduce Bug
https://github.com/revarbat/BOSL/blob/master/threading.scad#L99
Expected behavior The documentation should mention the relation between the parameters
internal
andslop
.