CAD CAM EDM DRO - Yahoo Group Archive

Re: Generating a Sphere

Posted by doug98105
on 2003-10-09 22:11:11 UTC
--- In CAD_CAM_EDM_DRO@yahoogroups.com, Bob Bachman <bobach@v...>
wrote:
> I need to generate a 2" diameter 1/2 sphere in a block of aluminum
> to create a mold. I have a Milltronics Partner 3 axis cnc mill. How
> do I go about programing this. I assume I need to use a ball end
> mill (3/4"?) and make a series of decreasing concentric circular
> passes until I reach of a depth of 1".
>
> Bob
>
> [Non-text portions of this message have been removed]

What control do you have? Milltronics?

I don't know Milltronics syntax, here's one way to do it with a
Dynapath control. Your control should do it in a similar fashion.

Using the 3/4" ball end mill program a 90 degree arc in the XZ plane
cutting the cavity from X1.0, Z0.0 to X0.0, Z-1.0. Then a 10
degree axis rotation and repeat with a repeat value of 35.

Tool length offset is the center of the mill's ball end.

N100 S4000 M03 T1 E1
N200 G00 X.625 Z0.5 M08
N300 G01 Z0.0 F15
N400 G02 X0.0 Z-.625 I-.625 K0.0
N500 G00 Z.5
N600 (6) C10/ F200 T35
N700 M30

Line N600 does the 10 degree incremental axis rotation and repeats
the preceding code starting at line 200 for 35 times. If the cavity
shows too scalloped a surface adjust the rotation increment as
needed.

Note: it's late and I programmed from memory, there may be syntax
errors, but the concept is correct. I've done this same type mold
dozens of times and it's this easy.

Doug

Discussion Thread

Graham Stabler 2003-09-24 13:31:08 UTC Digitizer probe progress Wayne C. Gramlich 2003-09-25 21:10:40 UTC Re: Digitizer probe progress Graham Stabler 2003-09-26 02:55:42 UTC Re: Digitizer probe progress ccq@x... 2003-09-26 07:08:51 UTC Re: [CAD_CAM_EDM_DRO] Re: Digitizer probe progress Graham Stabler 2003-09-26 08:33:12 UTC Re: Digitizer probe progress tomp_tag 2003-09-27 07:24:22 UTC Re: [CAD_CAM_EDM_DRO] Re: Digitizer probe progress Wayne C. Gramlich 2003-09-27 12:30:03 UTC Re: Digitizer probe progress Graham Stabler 2003-09-27 16:02:52 UTC Re: Digitizer probe progress washcomp 2003-09-28 07:31:19 UTC Where should I head on a probe? (Was:Digitizer probe progress) Fred Smith 2003-09-28 08:10:45 UTC Re: Where should I head on a probe? (Was:Digitizer probe progress) Tim Goldstein 2003-09-28 10:30:30 UTC RE: [CAD_CAM_EDM_DRO] Re: Where should I head on a probe? (Was:Digitizer probe progress) Fred Smith 2003-09-28 11:55:51 UTC Re: Where should I head on a probe? (Was:Digitizer probe progress) Tim Goldstein 2003-09-28 13:45:49 UTC RE: [CAD_CAM_EDM_DRO] Re: Where should I head on a probe? (Was:Digitizer probe progress) Graham Stabler 2003-09-28 15:56:15 UTC Re: Where should I head on a probe? (Was:Digitizer probe progress) Bob Bachman 2003-10-09 20:26:46 UTC Generating a Sphere Fred Smith 2003-10-09 21:00:15 UTC Re: Generating a Sphere doug98105 2003-10-09 22:11:11 UTC Re: Generating a Sphere Michael Milligan 2003-10-09 23:39:19 UTC RE: [CAD_CAM_EDM_DRO] Generating a Sphere Marcus and Eva 2003-10-10 08:05:37 UTC Re: [CAD_CAM_EDM_DRO] Generating a Sphere Elliot Burke 2003-10-10 12:56:07 UTC RE: Generating a Sphere Bob Bachman 2003-10-13 18:00:16 UTC Re: [CAD_CAM_EDM_DRO] Generating a Sphere