discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Does BOSL2 provide a Module for Metric Square Nuts?

LM
Leonard Martin Struttmann
Wed, Jul 20, 2022 10:52 PM

Before I go off and re-invent the nut, does the BOSL2 library provide a
module for modelling metric square nuts?  It appears that metric_nut() only
provides hex nuts.

I very much like the way that square nuts are used in the Prusa 3D printer
and would like to use that method myself.

Thanks!

Before I go off and re-invent the nut, does the BOSL2 library provide a module for modelling metric square nuts? It appears that metric_nut() only provides hex nuts. I very much like the way that square nuts are used in the Prusa 3D printer and would like to use that method myself. Thanks!
AM
Adrian Mariano
Wed, Jul 20, 2022 11:20 PM

There is presently no direct support for square nuts.  Write it and
we'll add it.  The main nontrivial thing missing, I think, is the
table of nut sizes.  One thing to be aware of is that right now BOSL2
has two redundant systems for making screws.  Probably
metric_screws.scad will go away because it's less general than
screws.scad.  But at the moment, screws.scad doesn't know about nut
dimensions at all.

On Wed, Jul 20, 2022 at 6:52 PM Leonard Martin Struttmann
lenstruttmann@gmail.com wrote:

Before I go off and re-invent the nut, does the BOSL2 library provide a module for modelling metric square nuts?  It appears that metric_nut() only provides hex nuts.

I very much like the way that square nuts are used in the Prusa 3D printer and would like to use that method myself.

Thanks!


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

There is presently no direct support for square nuts. Write it and we'll add it. The main nontrivial thing missing, I think, is the table of nut sizes. One thing to be aware of is that right now BOSL2 has two redundant systems for making screws. Probably metric_screws.scad will go away because it's less general than screws.scad. But at the moment, screws.scad doesn't know about nut dimensions at all. On Wed, Jul 20, 2022 at 6:52 PM Leonard Martin Struttmann <lenstruttmann@gmail.com> wrote: > > Before I go off and re-invent the nut, does the BOSL2 library provide a module for modelling metric square nuts? It appears that metric_nut() only provides hex nuts. > > I very much like the way that square nuts are used in the Prusa 3D printer and would like to use that method myself. > > Thanks! > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org
LM
Leonard Martin Struttmann
Thu, Jul 21, 2022 12:03 AM

Adrian,

Well, since Amazon has promised that my order of assorted square nuts is to
arrive this Friday, I may just take that challenge.  The only issue is that
I know absolutely nothing about GitHub. Is there a tutorial for the
workflow of contributing updates?

Thanks!
Len

On Wed, Jul 20, 2022 at 6:20 PM Adrian Mariano avm4@cornell.edu wrote:

There is presently no direct support for square nuts.  Write it and
we'll add it.  The main nontrivial thing missing, I think, is the
table of nut sizes.  One thing to be aware of is that right now BOSL2
has two redundant systems for making screws.  Probably
metric_screws.scad will go away because it's less general than
screws.scad.  But at the moment, screws.scad doesn't know about nut
dimensions at all.

On Wed, Jul 20, 2022 at 6:52 PM Leonard Martin Struttmann
lenstruttmann@gmail.com wrote:

Before I go off and re-invent the nut, does the BOSL2 library provide a

module for modelling metric square nuts?  It appears that metric_nut() only
provides hex nuts.

I very much like the way that square nuts are used in the Prusa 3D

printer and would like to use that method myself.

Thanks!


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


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

Adrian, Well, since Amazon has promised that my order of assorted square nuts is to arrive this Friday, I may just take that challenge. The only issue is that I know absolutely nothing about GitHub. Is there a tutorial for the workflow of contributing updates? Thanks! Len On Wed, Jul 20, 2022 at 6:20 PM Adrian Mariano <avm4@cornell.edu> wrote: > There is presently no direct support for square nuts. Write it and > we'll add it. The main nontrivial thing missing, I think, is the > table of nut sizes. One thing to be aware of is that right now BOSL2 > has two redundant systems for making screws. Probably > metric_screws.scad will go away because it's less general than > screws.scad. But at the moment, screws.scad doesn't know about nut > dimensions at all. > > On Wed, Jul 20, 2022 at 6:52 PM Leonard Martin Struttmann > <lenstruttmann@gmail.com> wrote: > > > > Before I go off and re-invent the nut, does the BOSL2 library provide a > module for modelling metric square nuts? It appears that metric_nut() only > provides hex nuts. > > > > I very much like the way that square nuts are used in the Prusa 3D > printer and would like to use that method myself. > > > > Thanks! > > _______________________________________________ > > OpenSCAD mailing list > > To unsubscribe send an email to discuss-leave@lists.openscad.org > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >
NH
nop head
Thu, Jul 21, 2022 5:47 AM

NopSCADlib has square nuts: https://github.com/nophead/NopSCADlib#Nuts

On Thu, 21 Jul 2022 at 01:03, Leonard Martin Struttmann <
lenstruttmann@gmail.com> wrote:

Adrian,

Well, since Amazon has promised that my order of assorted square nuts is
to arrive this Friday, I may just take that challenge.  The only issue is
that I know absolutely nothing about GitHub. Is there a tutorial for the
workflow of contributing updates?

Thanks!
Len

On Wed, Jul 20, 2022 at 6:20 PM Adrian Mariano avm4@cornell.edu wrote:

There is presently no direct support for square nuts.  Write it and
we'll add it.  The main nontrivial thing missing, I think, is the
table of nut sizes.  One thing to be aware of is that right now BOSL2
has two redundant systems for making screws.  Probably
metric_screws.scad will go away because it's less general than
screws.scad.  But at the moment, screws.scad doesn't know about nut
dimensions at all.

On Wed, Jul 20, 2022 at 6:52 PM Leonard Martin Struttmann
lenstruttmann@gmail.com wrote:

Before I go off and re-invent the nut, does the BOSL2 library provide a

module for modelling metric square nuts?  It appears that metric_nut() only
provides hex nuts.

I very much like the way that square nuts are used in the Prusa 3D

printer and would like to use that method myself.

Thanks!


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


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


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

NopSCADlib has square nuts: https://github.com/nophead/NopSCADlib#Nuts On Thu, 21 Jul 2022 at 01:03, Leonard Martin Struttmann < lenstruttmann@gmail.com> wrote: > Adrian, > > Well, since Amazon has promised that my order of assorted square nuts is > to arrive this Friday, I may just take that challenge. The only issue is > that I know absolutely nothing about GitHub. Is there a tutorial for the > workflow of contributing updates? > > Thanks! > Len > > On Wed, Jul 20, 2022 at 6:20 PM Adrian Mariano <avm4@cornell.edu> wrote: > >> There is presently no direct support for square nuts. Write it and >> we'll add it. The main nontrivial thing missing, I think, is the >> table of nut sizes. One thing to be aware of is that right now BOSL2 >> has two redundant systems for making screws. Probably >> metric_screws.scad will go away because it's less general than >> screws.scad. But at the moment, screws.scad doesn't know about nut >> dimensions at all. >> >> On Wed, Jul 20, 2022 at 6:52 PM Leonard Martin Struttmann >> <lenstruttmann@gmail.com> wrote: >> > >> > Before I go off and re-invent the nut, does the BOSL2 library provide a >> module for modelling metric square nuts? It appears that metric_nut() only >> provides hex nuts. >> > >> > I very much like the way that square nuts are used in the Prusa 3D >> printer and would like to use that method myself. >> > >> > Thanks! >> > _______________________________________________ >> > OpenSCAD mailing list >> > To unsubscribe send an email to discuss-leave@lists.openscad.org >> _______________________________________________ >> OpenSCAD mailing list >> To unsubscribe send an email to discuss-leave@lists.openscad.org >> > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >
RW
Raymond West
Thu, Jul 21, 2022 9:39 AM

metric square nuts, where a standard is quoted is are often to din 562 
(some dimensions here
(https://fullerfasteners.com/tech/din-562-specifications/) I've no idea
if Prusa's nuts are to that standard. Of course, you could always add
aero nuts, T nuts and Nylocs, etc. (and the equivalent for Ansi, too.)

On 21/07/2022 00:20, Adrian Mariano wrote:

There is presently no direct support for square nuts.  Write it and
we'll add it.  The main nontrivial thing missing, I think, is the
table of nut sizes.  One thing to be aware of is that right now BOSL2
has two redundant systems for making screws.  Probably
metric_screws.scad will go away because it's less general than
screws.scad.  But at the moment, screws.scad doesn't know about nut
dimensions at all.

On Wed, Jul 20, 2022 at 6:52 PM Leonard Martin Struttmann
lenstruttmann@gmail.com wrote:

Before I go off and re-invent the nut, does the BOSL2 library provide a module for modelling metric square nuts?  It appears that metric_nut() only provides hex nuts.

I very much like the way that square nuts are used in the Prusa 3D printer and would like to use that method myself.

Thanks!


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


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

metric square nuts, where a standard is quoted is are often to din 562  (some dimensions here (https://fullerfasteners.com/tech/din-562-specifications/) I've no idea if Prusa's nuts are to that standard. Of course, you could always add aero nuts, T nuts and Nylocs, etc. (and the equivalent for Ansi, too.) On 21/07/2022 00:20, Adrian Mariano wrote: > There is presently no direct support for square nuts. Write it and > we'll add it. The main nontrivial thing missing, I think, is the > table of nut sizes. One thing to be aware of is that right now BOSL2 > has two redundant systems for making screws. Probably > metric_screws.scad will go away because it's less general than > screws.scad. But at the moment, screws.scad doesn't know about nut > dimensions at all. > > On Wed, Jul 20, 2022 at 6:52 PM Leonard Martin Struttmann > <lenstruttmann@gmail.com> wrote: >> Before I go off and re-invent the nut, does the BOSL2 library provide a module for modelling metric square nuts? It appears that metric_nut() only provides hex nuts. >> >> I very much like the way that square nuts are used in the Prusa 3D printer and would like to use that method myself. >> >> Thanks! >> _______________________________________________ >> OpenSCAD mailing list >> To unsubscribe send an email to discuss-leave@lists.openscad.org > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org
GH
gene heskett
Thu, Jul 21, 2022 11:23 AM

On 7/20/22 18:55, Leonard Martin Struttmann wrote:

Before I go off and re-invent the nut, does the BOSL2 library provide a
module for modelling metric square nuts?  It appears that metric_nut() only
provides hex nuts.

I very much like the way that square nuts are used in the Prusa 3D printer
and would like to use that method myself.

Thanks!

There appears to be two stds for those, and Prusa uses the thinner version.

Just saying.

Cheers, Gene Heskett.

"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.

On 7/20/22 18:55, Leonard Martin Struttmann wrote: > Before I go off and re-invent the nut, does the BOSL2 library provide a > module for modelling metric square nuts? It appears that metric_nut() only > provides hex nuts. > > I very much like the way that square nuts are used in the Prusa 3D printer > and would like to use that method myself. > > Thanks! > There appears to be two stds for those, and Prusa uses the thinner version. Just saying. Cheers, Gene Heskett. -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author, 1940) If we desire respect for the law, we must first make the law respectable. - Louis D. Brandeis Genes Web page <http://geneslinuxbox.net:6309/>