mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-05 23:17:26 +02:00
Fixed insert_hole() convexity
This commit is contained in:
@@ -78,7 +78,8 @@ module insert(type) { //! Draw specified insert
|
|||||||
module insert_hole(type, counterbore = 0, horizontal = false) { //! Make a hole to take an insert, ```counterbore``` is the extra length for the screw
|
module insert_hole(type, counterbore = 0, horizontal = false) { //! Make a hole to take an insert, ```counterbore``` is the extra length for the screw
|
||||||
h = insert_hole_length(type);
|
h = insert_hole_length(type);
|
||||||
|
|
||||||
render() if(horizontal) {
|
render(convexity = 2)
|
||||||
|
if(horizontal) {
|
||||||
teardrop_plus(r = insert_hole_radius(type), h = 2 * h);
|
teardrop_plus(r = insert_hole_radius(type), h = 2 * h);
|
||||||
|
|
||||||
if(counterbore)
|
if(counterbore)
|
||||||
|
Reference in New Issue
Block a user