Describe the bug
The thinning_wall module produces incorrectly oriented anchors. They're rotated by 90° on the Z axis, making attachments difficult.
Code To Reproduce Bug
include <BOSL2/std.scad>
include <BOSL2/walls.scad>
thinning_wall(h=14, l=200, thick=22, strut=1, wall=20)
show_anchors();
Expected behavior
The anchors are supposed to match the generated wall.
Screenshots
Additional context
Add any other context about the problem here.
- OpenSCAD Version: 2021.01
- BOSL2 version: v2.0.740 (identified at v2.0.731)
- Other libraries used: none.
Describe the bug
The
thinning_wallmodule produces incorrectly oriented anchors. They're rotated by 90° on the Z axis, making attachments difficult.Code To Reproduce Bug
Expected behavior
The anchors are supposed to match the generated wall.
Screenshots
Additional context
Add any other context about the problem here.