Cherry Pi ball sockets: corner cubes? May 25, 2015 04:30AM |
Registered: 11 years ago Posts: 14,686 |
Re: Cherry Pi ball sockets: corner cubes? May 25, 2015 06:54AM |
Registered: 11 years ago Posts: 903 |
Re: Cherry Pi ball sockets: corner cubes? May 25, 2015 07:10AM |
Registered: 10 years ago Posts: 189 |
ball_diameter = 10; ball_radius = ball_diameter/2; theta = 90; sunk_height = ball_radius * sin(theta); seat_radius = ball_radius * sin(theta); wall_thickness = 2; seat_height = 4; $fn =50; module ball_seat() { difference() { cylinder(h=seat_height, r1=ball_radius+wall_thickness, r2=seat_radius+wall_thickness, center=true); cylinder(h=seat_height+2, r=seat_radius+0.1, center=true); } } translate([0, 0, (ball_radius-sunk_height)/2+ball_radius/2]) # sphere(r=ball_radius, center=true); ball_seat(); translate([0, 20, 0]) rotate([0, 45, 0]) ball_seat();
Re: Cherry Pi ball sockets: corner cubes? May 25, 2015 07:25AM |
Registered: 11 years ago Posts: 14,686 |
Quote
vreihen
My only concern with using three planes in a printed socket is wear.
Re: Cherry Pi ball sockets: corner cubes? May 25, 2015 04:22PM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi ball sockets: corner cubes? May 25, 2015 04:28PM |
Registered: 10 years ago Posts: 483 |
Quote
dc42
Quote
vreihen
My only concern with using three planes in a printed socket is wear.
Any wear should result in spherical indentations that perfectly match the ball. It might even be a good idea to put some grinding paste (softer than the steel balls) in the joints and then execute a gcode file that exercises them for a few hours, to run the joints in!
Re: Cherry Pi ball sockets: corner cubes? May 25, 2015 06:45PM |
Registered: 11 years ago Posts: 14,686 |
Quote
etfrench
Quote
dc42
Quote
vreihen
My only concern with using three planes in a printed socket is wear.
Any wear should result in spherical indentations that perfectly match the ball. It might even be a good idea to put some grinding paste (softer than the steel balls) in the joints and then execute a gcode file that exercises them for a few hours, to run the joints in!
The grinding paste will embed itself in the softer plastic and grind down the steel balls. This is a basic principal of lapping. It will also be virtually impossible to remove all of the grinding particles from the plastic.
Re: Cherry Pi ball sockets: corner cubes? May 26, 2015 03:33AM |
Registered: 10 years ago Posts: 1,159 |
Quote
dc42
Quote
etfrench
Quote
dc42
Quote
vreihen
My only concern with using three planes in a printed socket is wear.
Any wear should result in spherical indentations that perfectly match the ball. It might even be a good idea to put some grinding paste (softer than the steel balls) in the joints and then execute a gcode file that exercises them for a few hours, to run the joints in!
The grinding paste will embed itself in the softer plastic and grind down the steel balls. This is a basic principal of lapping. It will also be virtually impossible to remove all of the grinding particles from the plastic.
Good point! Grinding paste isn't a good idea after all, it would be better with a suitable grease.
Re: Cherry Pi ball sockets: corner cubes? May 26, 2015 04:06AM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi ball sockets: corner cubes? May 26, 2015 04:10AM |
Registered: 11 years ago Posts: 14,686 |
Quote
dougal1957
Tried the Grease (Silicon) Dave doesn't allow for miss-alignment though
Re: Cherry Pi ball sockets: corner cubes? May 26, 2015 04:26AM |
Registered: 10 years ago Posts: 1,159 |
Quote
David J
I've been having a few random thoughts overnight - how well would an 8mm bearing run on a well-turned metal ring? Would it last a decent amount of time in the context of a delta printer's rods?
I was thinking of metal tubes fitted over 3D printed pegs in the rod carriers and effector plate. The builder would probably need a lathe (I have two!) to make decent tubes, unless something could be bought commercially.
Re: Cherry Pi ball sockets: corner cubes? May 26, 2015 04:59AM |
Registered: 11 years ago Posts: 14,686 |
Quote
dougal1957
Quote
David J
I've been having a few random thoughts overnight - how well would an 8mm bearing run on a well-turned metal ring? Would it last a decent amount of time in the context of a delta printer's rods?
I was thinking of metal tubes fitted over 3D printed pegs in the rod carriers and effector plate. The builder would probably need a lathe (I have two!) to make decent tubes, unless something could be bought commercially.
OK not a bad idea that but how about attaching the balls to the effector and carriages (solidly mind) and then having some cups made out of say PTFE or Delrin bar turned to suit which could then be glued into either Aluminium or Carbon Fibre tube (My Preference would be for Carbon tube tho)
Delrin bar can be found here Delrin Bar at around £3 for a 500 mm length of 16 mm diameter
PTFE Bar can be obtained here PTFE 10 mm diam Bar at around £2.5 for a 500 mm length.
What do you think (PTFE would be my choice for it's self lubricating Qualities and you could use a ball mill in the tailstock to cut the cup
Doug
Re: Cherry Pi ball sockets: corner cubes? May 26, 2015 05:31AM |
Registered: 10 years ago Posts: 1,159 |
Quote
dc42
Quote
dougal1957
Quote
David J
I've been having a few random thoughts overnight - how well would an 8mm bearing run on a well-turned metal ring? Would it last a decent amount of time in the context of a delta printer's rods?
I was thinking of metal tubes fitted over 3D printed pegs in the rod carriers and effector plate. The builder would probably need a lathe (I have two!) to make decent tubes, unless something could be bought commercially.
OK not a bad idea that but how about attaching the balls to the effector and carriages (solidly mind) and then having some cups made out of say PTFE or Delrin bar turned to suit which could then be glued into either Aluminium or Carbon Fibre tube (My Preference would be for Carbon tube tho)
Delrin bar can be found here Delrin Bar at around £3 for a 500 mm length of 16 mm diameter
PTFE Bar can be obtained here PTFE 10 mm diam Bar at around £2.5 for a 500 mm length.
What do you think (PTFE would be my choice for it's self lubricating Qualities and you could use a ball mill in the tailstock to cut the cup
Doug
Sound good to me, however the ball mill would need to be exactly the same size as the steel balls to allow it to fit without any slop. I would be more inclined to use a conical milling tool. A conical socket for the ball would work on much the same principle as a corner cube, but with the support provided at all the points in a circle instead of at 3 points.
Re: Cherry Pi ball sockets: corner cubes? May 26, 2015 05:39AM |
Registered: 11 years ago Posts: 14,686 |
Re: Cherry Pi ball sockets: corner cubes? May 26, 2015 06:27AM |
Registered: 10 years ago Posts: 1,159 |
Quote
dc42
I have a contact with a rotary CNC machine. He owes me a favour, so I might be able to get something turned for you.
Re: Cherry Pi ball sockets: corner cubes? May 26, 2015 09:46AM |
Registered: 11 years ago Posts: 14,686 |
Quote
dougal1957
Quote
dc42
I have a contact with a rotary CNC machine. He owes me a favour, so I might be able to get something turned for you.
OOh that would be nice have just ordered some 10 mm Dia balls with M4 threaded holes which will fit to the Effector/Carriages Which material do you reckon for the Cups PTFE or Delrin or Maybe Nylon or do you have any other suggestions?
Doug
Re: Cherry Pi ball sockets: corner cubes? May 26, 2015 09:53AM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi ball sockets: corner cubes? June 01, 2015 04:30AM |
Registered: 12 years ago Posts: 364 |