discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Trying to use BOSL Hinge module with screws

BR
Bob Roos
Sat, Mar 16, 2024 8:30 AM

Hello Discuss,

The documentation for hinge is a little sketchy.  I would help it along in the descriptions but I have no idea how to do that.

My problem is that I wanted to put screw holes in these hinges.  Is this something that is not supported as there is no mention of it that I see in the examples.

include <BOSL2/std.scad> //or screws or threading
include <BOSL2/hinges.scad>

W = 25;
T = 3;
L = 275;
$fn=32;

Ha = 5;
Os = 2;
Seg = L/W;

ydistribute(15){
knuckle_hinge(length=L, segs=Seg, offset=Os, arm_height=Ha,screw_head="FLAT",teardrop=BACK);
knuckle_hinge(length=L, segs=Seg, offset=Os, arm_height=Ha,inner=true,screw_head="FLAT",teardrop=BACK);
}

--
Best regards,
Bob                          mailto:roosbob@wybatap.com

Hello Discuss, The documentation for hinge is a little sketchy. I would help it along in the descriptions but I have no idea how to do that. My problem is that I wanted to put screw holes in these hinges. Is this something that is not supported as there is no mention of it that I see in the examples. include <BOSL2/std.scad> //or screws or threading include <BOSL2/hinges.scad> W = 25; T = 3; L = 275; $fn=32; Ha = 5; Os = 2; Seg = L/W; ydistribute(15){ knuckle_hinge(length=L, segs=Seg, offset=Os, arm_height=Ha,screw_head="FLAT",teardrop=BACK); knuckle_hinge(length=L, segs=Seg, offset=Os, arm_height=Ha,inner=true,screw_head="FLAT",teardrop=BACK); } -- Best regards, Bob mailto:roosbob@wybatap.com
BR
Bob Roos
Sun, Mar 17, 2024 4:18 AM

Hi Bob,

I realized that I could just make one and replicate it on the slicer so I used difference to put a hole it.

Bob

Saturday, March 16, 2024, 4:30:18 AM, you wrote:

Hello Discuss,

The documentation for hinge is a little sketchy.  I would help it along in the descriptions but I have no idea how to do that.

My problem is that I wanted to put screw holes in these hinges.  Is this something that is not supported as there is no mention of it that I see in the examples.

include <BOSL2/std.scad> //or screws or threading
include <BOSL2/hinges.scad>

W = 25;
T = 3;
L = 275;
$fn=32;

Ha = 5;
Os = 2;
Seg = L/W;

ydistribute(15){
knuckle_hinge(length=L, segs=Seg, offset=Os, arm_height=Ha,screw_head="FLAT",teardrop=BACK);
knuckle_hinge(length=L, segs=Seg, offset=Os, arm_height=Ha,inner=true,screw_head="FLAT",teardrop=BACK);
}

--
have Fun,
Bob                          mailto:roosbob@wybatap.com

Hi Bob, I realized that I could just make one and replicate it on the slicer so I used difference to put a hole it. Bob Saturday, March 16, 2024, 4:30:18 AM, you wrote: > Hello Discuss, > The documentation for hinge is a little sketchy. I would help it along in the descriptions but I have no idea how to do that. > My problem is that I wanted to put screw holes in these hinges. Is this something that is not supported as there is no mention of it that I see in the examples. > include <BOSL2/std.scad> //or screws or threading > include <BOSL2/hinges.scad> > W = 25; > T = 3; > L = 275; > $fn=32; > Ha = 5; > Os = 2; > Seg = L/W; > ydistribute(15){ > knuckle_hinge(length=L, segs=Seg, offset=Os, arm_height=Ha,screw_head="FLAT",teardrop=BACK); > knuckle_hinge(length=L, segs=Seg, offset=Os, arm_height=Ha,inner=true,screw_head="FLAT",teardrop=BACK); > } -- have Fun, Bob mailto:roosbob@wybatap.com
AM
Adrian Mariano
Sun, Mar 17, 2024 12:36 PM

Note that posting an issue to the BOSL2 github is the best way to bring
problems to our attention, including inadequacies in the documentation.
What kind of screw holes did you want to make?  Do you mean mounting holes,
like you want to make an isolated hinge and mount it somewhere?

On Sat, Mar 16, 2024 at 4:31 AM Bob Roos via Discuss <
discuss@lists.openscad.org> wrote:

Hello Discuss,

The documentation for hinge is a little sketchy.  I would help it along
in the descriptions but I have no idea how to do that.

My problem is that I wanted to put screw holes in these hinges.  Is this
something that is not supported as there is no mention of it that I see in
the examples.

include <BOSL2/std.scad> //or screws or threading
include <BOSL2/hinges.scad>

W = 25;
T = 3;
L = 275;
$fn=32;

Ha = 5;
Os = 2;
Seg = L/W;

ydistribute(15){
knuckle_hinge(length=L, segs=Seg, offset=Os,
arm_height=Ha,screw_head="FLAT",teardrop=BACK);
knuckle_hinge(length=L, segs=Seg, offset=Os,
arm_height=Ha,inner=true,screw_head="FLAT",teardrop=BACK);
}

--
Best regards,
Bob                          mailto:roosbob@wybatap.com


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

Note that posting an issue to the BOSL2 github is the best way to bring problems to our attention, including inadequacies in the documentation. What kind of screw holes did you want to make? Do you mean mounting holes, like you want to make an isolated hinge and mount it somewhere? On Sat, Mar 16, 2024 at 4:31 AM Bob Roos via Discuss < discuss@lists.openscad.org> wrote: > Hello Discuss, > > The documentation for hinge is a little sketchy. I would help it along > in the descriptions but I have no idea how to do that. > > My problem is that I wanted to put screw holes in these hinges. Is this > something that is not supported as there is no mention of it that I see in > the examples. > > include <BOSL2/std.scad> //or screws or threading > include <BOSL2/hinges.scad> > > W = 25; > T = 3; > L = 275; > $fn=32; > > Ha = 5; > Os = 2; > Seg = L/W; > > > ydistribute(15){ > knuckle_hinge(length=L, segs=Seg, offset=Os, > arm_height=Ha,screw_head="FLAT",teardrop=BACK); > knuckle_hinge(length=L, segs=Seg, offset=Os, > arm_height=Ha,inner=true,screw_head="FLAT",teardrop=BACK); > } > > -- > Best regards, > Bob mailto:roosbob@wybatap.com > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >