[hackpgh-discuss] Re: May need help designing and printing standoffs for PCDuinos

  • From: John Lewis <oflameo2@xxxxxxxxx>
  • To: hackpgh-discuss@xxxxxxxxxxxxx
  • Date: Mon, 27 Mar 2017 13:38:34 -0400

I found the container on standoffs and spacers on the desk of the
workbench. They were all too big and most of them weren't the right
type.

On Mon, 2017-03-27 at 13:33 -0400, John Lewis wrote:

Thank you Chad, 

I'll look for them and see if they fit if I find them.

On Mon, 2017-03-27 at 12:51 -0400, Chad Elish wrote:
Additionally, we have a bunch of standoffs at the shop in the
electronics area.


-chad

On Mar 27, 2017, at 12:29 PM, Robert Berger <bob@xxxxxxxxxxxx>
wrote:

Do you need a hole in the big side for a screw ?

I would generate an STL for a single standoff; when you are printing
you can specify how many copies to print in the slicer software.

Try this:

// Number of segments in a circle
$fn = 32;

bottom_radius = 4;
bottom_height = 30;
top_radius = 1;
top_height = 5;

union() {
   cylinder(r = bottom_radius, h = bottom_height);
   translate([0, 0, bottom_height])
   cylinder(r = top_radius, h = top_height);
}


On Mar 27, 2017, at 12:03 PM, John Lewis <oflameo2@xxxxxxxxx>
wrote:

I couldn't find any standoffs that could fit the holes of my
PCDuinos
for a reasonable price so I am going to have to print them. 

I have measurements for the standoffs that I need.

I need 24 of them with a the small side with a radius of 1 mm, the
big
side with a radius of 4 mm. The big side needs to be 30 mm long
and the
small side needs to be 5mm long.

I am trying to design the stl in openscad because it is the CAD
tool I
can use the best right now.











Other related posts: