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
571 stars 62 forks source link

[BUG] Unexpected cuboids at the ends of trapezoidal threaded rod #75

Closed lucky62 closed 3 years ago

lucky62 commented 3 years ago

Describe the bug Trapezoidal rod is created with cuboids attached to the both ends of rod.

Code To Reproduce Bug

// Code goes here.
trapezoidal_threaded_rod( l=100, d=8, pitch=2, thread_angle=15, starts=4, orient=ORIENT_Z, align=ALIGN_POS);

Expected behavior No cuboids. Only threaded rod.

Screenshot image

revarbat commented 3 years ago

Change your view from "Thrown together" to "Preview". Not a bug.

lucky62 commented 3 years ago

Thanks for quick response.