![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| General Metalwork Discussion Discuss everything relating to metal work. |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
| Hi All, I have been tasked to mill a concave spherical shape in a piece of mild steel. I was wondering if anyone has a parametric program and is willing to share the code. I don't have a CAM softwear to refer to. Thanks |
|
#4
| ||||
| ||||
| Kiwi - That is AWESOME, Mate! So, now I can make a basketball in 2 halves. Do you have a routine to share for an ellipsoid - for rugby? Actually, I'd kinda like it if the axes (major and minor) could be adjusted independently. Anything there on that hard drive of yours? Anyway - thanks for sharing that. Jim
__________________ Experience is the BEST Teacher. Is that why it usually arrives in a shower of sparks, flash of light, loud bang, a cloud of smoke, AND -- a BILL to pay? You usually get it -- just after you need it. |
|
#6
| ||||
| ||||
| Sweeeet AS Mate! Cheers Jim
__________________ Experience is the BEST Teacher. Is that why it usually arrives in a shower of sparks, flash of light, loud bang, a cloud of smoke, AND -- a BILL to pay? You usually get it -- just after you need it. |
|
#7
| |||
| |||
| Thank you! Code is for Fanuc. Everything posted is super! Kiwi, is your program called a parametric program with "if" and "then" statements? Does anyone have code for a parametric program like this? I'd like to use it as a Macro. Thanks again |
|
#8
| |||
| |||
| rapidtraverse My program is written in Visual Basic. This is part of the program trimmed which generates the X Y Z curve The 'For' part will need to be replaced with 'While Angle NE 0' or something similar. For Angle = 0 To 90 #101 = (SphereRadius - CutterRadius) * Cos(Angle) #103 = (SphereRadius - CutterRadius) * Sin(Angle) #103 = #103 + CutterRadius #104 = 0-#103 G01 X#101 Y0 Z#103 F? G03 X#101 Y0 I#104 J0 F?? Next Angle |
|
#9
| |||
| |||
| HighSeas New version of program which will generate code for a convex half-sphere. Not sure I can write a program to generate code for a ellipsoid (rugby ball). Because the steepness of the side changes this is difficult to calculate when using a ballnose cutter. Could do it for a flat endmill but would be very rough finish. Not sure what it would look like if use this path with a ballnose cutter. |
|
#10
| ||||
| ||||
| thanks kiwi! i am new to cnc and a friend just asked if i could make him a mold for making lead down-rigger weights. i had been trying to figure how to machine a concave sphere for this. i was thinking using the 4th axis was going to be the only way i could do it with out 3d cad/cam which i don't have. |
| Sponsored Links |
|
#11
| |||
| |||
| I've finally got this program done. It's not quite perfect, it cuts a little oversize on the curved face. (like a slightly over inflated rugby ball.) |
|
#12
| ||||
| ||||
| Kiwi - found the link -- Thats great Mate! Thanks, and Jim
__________________ Experience is the BEST Teacher. Is that why it usually arrives in a shower of sparks, flash of light, loud bang, a cloud of smoke, AND -- a BILL to pay? You usually get it -- just after you need it. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Slicing A Sphere | TZ250 | BobCad-Cam | 5 | 11-13-2007 06:18 PM |
| Milling a Sphere? | NotDylan | G-Code Programing | 1 | 06-12-2007 09:56 PM |
| Grinding a Sphere | bookwurm99 | General Metalwork Discussion | 2 | 04-03-2007 06:56 PM |
| Sphere on lathe | jorgepease | General Metalwork Discussion | 14 | 09-09-2006 09:53 AM |
| Need to engrave on a sphere | carbidecraters | BobCad-Cam | 42 | 07-29-2006 08:02 AM |