discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: [OpenSCAD] Need help with a socket

M
MichaelAtOz
Mon, Jul 4, 2016 4:41 AM

Thanks.

If you mean like this cross section:
http://forum.openscad.org/file/n17875/td17874.jpg

This does it:

difference() {
cylinder (h = 16, r=8, $fn=100);
translate([0,0,-0.1])
cylinder(h = 16, r1 = 6.45, r2 = 5.425,$fn=4);
}


Admin - PM me if you need anything, or if I've done something stupid...

Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.

The TPP is no simple “trade agreement.”  Fight it! http://www.ourfairdeal.org/  time is running out!

View this message in context: http://forum.openscad.org/Need-help-with-a-socket-tp17874p17875.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Thanks. If you mean like this cross section: <http://forum.openscad.org/file/n17875/td17874.jpg> This does it: difference() { cylinder (h = 16, r=8, $fn=100); translate([0,0,-0.1]) cylinder(h = 16, r1 = 6.45, r2 = 5.425,$fn=4); } ----- Admin - PM me if you need anything, or if I've done something stupid... Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above. The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ time is running out! -- View this message in context: http://forum.openscad.org/Need-help-with-a-socket-tp17874p17875.html Sent from the OpenSCAD mailing list archive at Nabble.com.
BC
Brett Carvolth
Tue, Jul 5, 2016 7:34 AM

Thanks.

On Mon, Jul 4, 2016 at 2:41 PM, MichaelAtOz oz.at.michael@gmail.com wrote:

Thanks.

If you mean like this cross section:
http://forum.openscad.org/file/n17875/td17874.jpg

This does it:

difference() {
cylinder (h = 16, r=8, $fn=100);
translate([0,0,-0.1])
cylinder(h = 16, r1 = 6.45, r2 = 5.425,$fn=4);
}


Admin - PM me if you need anything, or if I've done something stupid...

Unless specifically shown otherwise above, my contribution is in the
Public Domain; to the extent possible under law, I have waived all
copyright and related or neighbouring rights to this work. Obviously
inclusion of works of previous authors is not included in the above.

The TPP is no simple “trade agreement.”  Fight it!
http://www.ourfairdeal.org/  time is running out!

View this message in context:
http://forum.openscad.org/Need-help-with-a-socket-tp17874p17875.html
Sent from the OpenSCAD mailing list archive at Nabble.com.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

--
Brett Carvolth
carvolthbrett@gmail.com
0418 982 997

Thanks. On Mon, Jul 4, 2016 at 2:41 PM, MichaelAtOz <oz.at.michael@gmail.com> wrote: > Thanks. > > If you mean like this cross section: > <http://forum.openscad.org/file/n17875/td17874.jpg> > > This does it: > > difference() { > cylinder (h = 16, r=8, $fn=100); > translate([0,0,-0.1]) > cylinder(h = 16, r1 = 6.45, r2 = 5.425,$fn=4); > } > > > > ----- > Admin - PM me if you need anything, or if I've done something stupid... > > Unless specifically shown otherwise above, my contribution is in the > Public Domain; to the extent possible under law, I have waived all > copyright and related or neighbouring rights to this work. Obviously > inclusion of works of previous authors is not included in the above. > > The TPP is no simple “trade agreement.” Fight it! > http://www.ourfairdeal.org/ time is running out! > -- > View this message in context: > http://forum.openscad.org/Need-help-with-a-socket-tp17874p17875.html > Sent from the OpenSCAD mailing list archive at Nabble.com. > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > -- Brett Carvolth carvolthbrett@gmail.com 0418 982 997