Reef Central Online Community

Home Forum Here you can view your subscribed threads, work with private messages and edit your profile and preferences View New Posts View Today's Posts

Find other members Frequently Asked Questions Search Reefkeeping ...an online magazine for marine aquarists Support our sponsors and mention Reef Central

Go Back   Reef Central Online Community Archives > General Interest Forums > Do It Yourself
FAQ Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
  #1  
Old 04/08/2007, 01:22 PM
blfuller123 blfuller123 is offline
Premium Member
 
Join Date: Jan 2003
Location: Braselton, GA
Posts: 406
Twistloc Flange G Code

Does anyone have g code for making twist lock flanges?
  #2  
Old 04/08/2007, 06:30 PM
thesaent14 thesaent14 is offline
Moved On
 
Join Date: Jul 2005
Location: miami lakes florida
Posts: 1,559
drop me a pm with the number so we can talk
  #3  
Old 04/08/2007, 09:13 PM
humboldt reefer humboldt reefer is offline
Registered Member
 
Join Date: Jul 2005
Location: Post Falls ID
Posts: 259
I've got access to featurecam and mastercam shoot me a pm. Here's one I did for a 6" neck.



__________________
Gigas! Its whats for dinner!
  #4  
Old 04/08/2007, 10:42 PM
thesaent14 thesaent14 is offline
Moved On
 
Join Date: Jul 2005
Location: miami lakes florida
Posts: 1,559
hey i have the file but don't know how to make it for a 8" and like the one in your picture i don't know how to make it with the eges like that
  #5  
Old 04/08/2007, 10:45 PM
thesaent14 thesaent14 is offline
Moved On
 
Join Date: Jul 2005
Location: miami lakes florida
Posts: 1,559
like this pic i don't know how to make it like this i am using autocad 2007,sheet cam , and mach3 what are you using to cut the pises

this is wht i don't know how to make
  #6  
Old 04/09/2007, 12:38 AM
humboldt reefer humboldt reefer is offline
Registered Member
 
Join Date: Jul 2005
Location: Post Falls ID
Posts: 259
I sent you a pm but didnt read this first. I'm not sure how to do it with autocad. But hopefully this will give you an idea. Disreguard the extra helical arcs. I'm a sissy and only took .025" per pass.




__________________
Gigas! Its whats for dinner!
  #7  
Old 04/09/2007, 06:11 AM
thesaent14 thesaent14 is offline
Moved On
 
Join Date: Jul 2005
Location: miami lakes florida
Posts: 1,559
i am using dxf format
  #8  
Old 04/09/2007, 09:51 AM
guido_kp guido_kp is offline
Registered Member
 
Join Date: Jan 2005
Location: Muskogee, OK
Posts: 192
whoa! mastercam! thats nice!
the saent, im still not convinced you can do it with sheetcam. its a 2.5d cam and youre gonna need true 3d cam to cut the ramps. take the dxf i drew and export a .stl file from autocad. then you can open it in meshcam or vectrics cut3d and create the toolpath.

humboldt, how did you draw the piece? did you draw a pair of short helices for each "wing" ? thats what it looks like. with autocad thats how i did it. then mesh the helices and used a mesh-to-solid lsp, union'ed all the lines to make a single solid and export a stereo lithography file. lotta work for each file, i wonder if theres an easier way to do it?
  #9  
Old 04/09/2007, 01:24 PM
humboldt reefer humboldt reefer is offline
Registered Member
 
Join Date: Jul 2005
Location: Post Falls ID
Posts: 259
I never made a solid model out of it. The second picture you see there is after verifying the toolpath. The first one I drew I tried to machine the helix's as surfaces. But the code was way to long and I was having a hard time getting a sharp corner where the ramp meets the main body. So I just toolpathed the geometry you see in the first pic. What I did to creat it was this.

First I drew 1/3 of the profile. Created lines polar for the start and stop point of the helix.Then created the arcs for the helical cutter path and trimmed them to the polar construction lines. I then rotated the arc around a horizontal line that would have gone through the intersection of the polar construction line and the start point of the helix. Something like 2 degrees. Once the first helical arc was created I translated them in the z axis with a spacing of .025" for each pass. I then changed from an isometric view to side view and trimmed the helical arcs to a construction line .010" above z0. I then deleted all my construction lines. finally I rotated all the entities around the origin copying them 2 times 120 degree's apart. Hope all that made sence.

You can program the helix manually also. For the cincinnati's we have at work the code would look something like this excluding the usual start up codes.

:T7M6; 1/4" ENDMILL
N001 X2.75 Y2.75 Z2
N002 M3 S7500 Z.1
N003 G1 Z0 F7
N004 G2 X2.75 Y-2.75 I0 J0 K.5625 Z-.1875 F50
N005 G1 Z.1F30
N006 G0Z3
N007 M5M26

N001= MOVE TO START OF THE HELIX 2" ABOVE PART
N002= SPINDLE ON 7500 RPM .1" ABOVE THE PART
N003= FEED TO START OF HELIX AT 7 INCHES PER MINUTE
N004= XY= ENDPOINT OF HELIX, IJ=CENTER OF HELIX, K=INCREMENTAL DEPTH OF CUT PER REVOLUTION, Z=DEPTH OF HELICAL CUT, F50=FEED OF 50 IPM
N005= FEED TO CLEARANCE PLANE
N006= RAPID OUT OF THE WAY
N007= SPINDLE OFF RETRACT Z AXIS

HTH, Ryan
__________________
Gigas! Its whats for dinner!

Last edited by humboldt reefer; 04/09/2007 at 01:52 PM.
  #10  
Old 04/09/2007, 03:54 PM
humboldt reefer humboldt reefer is offline
Registered Member
 
Join Date: Jul 2005
Location: Post Falls ID
Posts: 259
here is code for a 4" twistlock written for mach3
this is the inner part with the ramps. You'll need to add the hole through the center and any shoulders or oring grooves is subsequent operations
%
O0000
(PROGRAM NAME - 4INCHTWISTLOCINNER)
(DATE=DD-MM-YY - 09-04-07 TIME=HH:MM - 13:49)
N100G20
N102G0G17G40G49G80G90
( 1/4 FLAT ENDMILL TOOL - 1 DIA. OFF. - 21 LEN. - 2 DIA. - .25)
N104T1M6
N106G0G90G53X2.3372Y-.7206A0.S7500M3
N108G43H2Z.25
N110Z.1
N112G1Z0.F10.
N114X2.29Y-.8541Z-.007F50.
N116X2.235Y-.9845Z-.0138
N118X2.1723Y-1.1114Z-.0205
N120X2.1021Y-1.2343Z-.0269
N122X2.0246Y-1.3528Z-.0331
N124G0Z.25
N126X2.2622Y-.7206
N128Z.1
N130G1Z0.F10.
N132X2.215Y-.8541Z-.007F50.
N134X2.16Y-.9845Z-.0138
N136X2.0973Y-1.1114Z-.0205
N138X2.0271Y-1.2343Z-.0269
N140X1.9496Y-1.3528Z-.0331
N142G0Z.25
N144X-1.7927Y-1.6638
N146Z.1
N148G1Z0.F10.
N150X-1.8847Y-1.5562Z-.007F50.
N152X-1.9701Y-1.4433Z-.0138
N154X-2.0486Y-1.3256Z-.0205
N156X-2.1199Y-1.2033Z-.0269
N158X-2.1839Y-1.077Z-.0331
N160G0Z.25
N162X-1.7552Y-1.5988
N164Z.1
N166G1Z0.F10.
N168X-1.8472Y-1.4913Z-.007F50.
N170X-1.9326Y-1.3784Z-.0138
N172X-2.0111Y-1.2606Z-.0205
N174X-2.0824Y-1.1383Z-.0269
N176X-2.1464Y-1.012Z-.0331
N178G0Z.25
N180X-.5445Y2.3844
N182Z.1
N184G1Z0.F10.
N186X-.4054Y2.4103Z-.007F50.
N188X-.2649Y2.4278Z-.0138
N190X-.1237Y2.4369Z-.0205
N192X.0179Y2.4376Z-.0269
N194X.1592Y2.4298Z-.0331
N196G0Z.25
N198X-.507Y2.3194
N200Z.1
N202G1Z0.F10.
N204X-.3679Y2.3453Z-.007F50.
N206X-.2274Y2.3628Z-.0138
N208X-.0862Y2.372Z-.0205
N210X.0554Y2.3726Z-.0269
N212X.1967Y2.3648Z-.0331
N214G0Z.25
N216X2.4373Y-.2436
N218Z.1
N220G1Z0.F10.
N222X2.4198Y-.3753Z-.0069F50.
N224X2.395Y-.5058Z-.0137
N226X2.3629Y-.6348Z-.0205
N228X2.3236Y-.7617Z-.0272
N230X2.2773Y-.8863Z-.0337
N232X2.2241Y-1.008Z-.0401
N234X2.1641Y-1.1266Z-.0463
N236X2.0975Y-1.2417Z-.0523
N238X2.0246Y-1.3528Z-.0581
N240G0Z.25
N242X2.3623Y-.2436
N244Z.1
N246G1Z0.F10.
N248X2.3448Y-.3753Z-.0069F50.
N250X2.32Y-.5058Z-.0137
N252X2.2879Y-.6348Z-.0205
N254X2.2486Y-.7617Z-.0272
N256X2.2023Y-.8863Z-.0337
N258X2.1491Y-1.008Z-.0401
N260X2.0891Y-1.1266Z-.0463
N262X2.0225Y-1.2417Z-.0523
N264X1.9496Y-1.3528Z-.0581
N266G0Z.25
N268X-1.4296Y-1.9889
N270Z.1
N272G1Z0.F10.
N274X-1.5349Y-1.908Z-.0069F50.
N276X-1.6356Y-1.8212Z-.0137
N278X-1.7312Y-1.729Z-.0205
N280X-1.8215Y-1.6315Z-.0272
N282X-1.9062Y-1.5291Z-.0337
N284X-1.985Y-1.4221Z-.0401
N286X-2.0577Y-1.3108Z-.0463
N288X-2.1241Y-1.1957Z-.0523
N290X-2.1839Y-1.077Z-.0581
N292G0Z.25
N294X-1.3921Y-1.924
N296Z.1
N298G1Z0.F10.
N300X-1.4974Y-1.843Z-.0069F50.
N302X-1.5981Y-1.7563Z-.0137
N304X-1.6937Y-1.664Z-.0205
N306X-1.784Y-1.5665Z-.0272
N308X-1.8687Y-1.4641Z-.0337
N310X-1.9475Y-1.3571Z-.0401
N312X-2.0202Y-1.2459Z-.0463
N314X-2.0866Y-1.1307Z-.0523
N316X-2.1464Y-1.012Z-.0581
N318G0Z.25
N320X-1.0077Y2.2325
N322Z.1
N324G1Z0.F10.
N326X-.8849Y2.2833Z-.0069F50.
N328X-.7594Y2.327Z-.0137
N330X-.6317Y2.3637Z-.0205
N332X-.5022Y2.3932Z-.0272
N334X-.3711Y2.4153Z-.0337
N336X-.2391Y2.4301Z-.0401
N338X-.1064Y2.4374Z-.0463
N340X.0265Y2.4373Z-.0523
N342X.1592Y2.4298Z-.0581
N344G0Z.25
N346X-.9702Y2.1676
N348Z.1
N350G1Z0.F10.
N352X-.8474Y2.2183Z-.0069F50.
N354X-.7219Y2.2621Z-.0137
N356X-.5942Y2.2988Z-.0205
N358X-.4647Y2.3282Z-.0272
N360X-.3336Y2.3504Z-.0337
N362X-.2016Y2.3651Z-.0401
N364X-.0689Y2.3725Z-.0463
N366X.064Y2.3724Z-.0523
N368X.1967Y2.3648Z-.0581
N370G0Z.25
N372X2.4386Y.2334
N374Z.1
N376G1Z0.F10.
N378X2.4482Y.0943Z-.0073F50.
N380X2.4495Y-.0451Z-.0146
N382X2.4427Y-.1844Z-.0219
N384X2.4276Y-.3231Z-.0292
N386X2.4045Y-.4606Z-.0364
N388X2.3732Y-.5965Z-.0435
N390X2.334Y-.7304Z-.0505
N392X2.2871Y-.8617Z-.0574
N394X2.2324Y-.9901Z-.0641
N396X2.1703Y-1.115Z-.0707
N398X2.101Y-1.236Z-.077
N400X2.0246Y-1.3528Z-.0831
N402G0Z.25
N404X2.3636Y.2334
N406Z.1
N408G1Z0.F10.
N410X2.3732Y.0943Z-.0073F50.
N412X2.3745Y-.0451Z-.0146
N414X2.3677Y-.1844Z-.0219
N416X2.3526Y-.3231Z-.0292
N418X2.3295Y-.4606Z-.0364
N420X2.2982Y-.5965Z-.0435
N422X2.259Y-.7304Z-.0505
N424X2.2121Y-.8617Z-.0574
N426X2.1574Y-.9901Z-.0641
N428X2.0953Y-1.115Z-.0707
N430X2.026Y-1.236Z-.077
N432X1.9496Y-1.3528Z-.0831
N434G0Z.25
N436X-1.0171Y-2.2286
N438Z.1
N440G1Z0.F10.
N442X-1.1424Y-2.1673Z-.0073F50.
N444X-1.2639Y-2.0988Z-.0146
N446X-1.3811Y-2.0232Z-.0219
N448X-1.4936Y-1.9409Z-.0292
N450X-1.6011Y-1.852Z-.0364
N452X-1.7032Y-1.757Z-.0435
N454X-1.7996Y-1.6561Z-.0505
N456X-1.8898Y-1.5498Z-.0574
N458X-1.9736Y-1.4383Z-.0641
N460X-2.0508Y-1.3221Z-.0707
N462X-2.1209Y-1.2015Z-.077
N464X-2.1839Y-1.077Z-.0831
N466G0Z.25
N468X-.9796Y-2.1637
N470Z.1
N472G1Z0.F10.
N474X-1.1049Y-2.1024Z-.0073F50.
N476X-1.2264Y-2.0338Z-.0146
N478X-1.3436Y-1.9583Z-.0219
N480X-1.4561Y-1.8759Z-.0292
N482X-1.5636Y-1.7871Z-.0364
N484X-1.6657Y-1.6921Z-.0435
N486X-1.7621Y-1.5912Z-.0505
N488X-1.8523Y-1.4848Z-.0574
N490X-1.9361Y-1.3734Z-.0641
N492X-2.0133Y-1.2571Z-.0707
N494X-2.0834Y-1.1365Z-.077
N496X-2.1464Y-1.012Z-.0831
N498G0Z.25
N500X-1.4215Y1.9952
N502Z.1
N504G1Z0.F10.
N506X-1.3058Y2.073Z-.0073F50.
N508X-1.1857Y2.1439Z-.0146
N510X-1.0616Y2.2076Z-.0219
N512X-.934Y2.2639Z-.0292
N514X-.8033Y2.3126Z-.0364
N516X-.67Y2.3535Z-.0435
N518X-.5345Y2.3865Z-.0505
N520X-.3973Y2.4115Z-.0574
N522X-.2588Y2.4284Z-.0641
N524X-.1196Y2.437Z-.0707
N526X.0199Y2.4375Z-.077
N528X.1592Y2.4298Z-.0831
N530G0Z.25
N532X-1.384Y1.9302
N534Z.1
N536G1Z0.F10.
N538X-1.2683Y2.0081Z-.0073F50.
N540X-1.1482Y2.079Z-.0146
N542X-1.0241Y2.1427Z-.0219
N544X-.8965Y2.199Z-.0292
N546X-.7658Y2.2477Z-.0364
N548X-.6325Y2.2886Z-.0435
N550X-.497Y2.3216Z-.0505
N552X-.3598Y2.3466Z-.0574
N554X-.2213Y2.3634Z-.0641
N556X-.0821Y2.3721Z-.0707
N558X.0574Y2.3726Z-.077
N560X.1967Y2.3648Z-.0831
N562G0Z.25
N564X2.3414Y.7105
N566Z.1
N568G1Z0.F10.
N570X2.3782Y.5805Z-.0068F50.
N572X2.4074Y.4486Z-.0137
N574X2.4291Y.3153Z-.0207
N576X2.4432Y.1809Z-.0278
N578X2.4496Y.046Z-.0348
N580X2.4483Y-.089Z-.0419
N582X2.4392Y-.2238Z-.049
N584X2.4226Y-.3578Z-.056
N586X2.3983Y-.4907Z-.063
N588X2.3664Y-.622Z-.0698
N590X2.3272Y-.7512Z-.0766
N592X2.2806Y-.8781Z-.0833
N594X2.2269Y-1.002Z-.0897
N596X2.1662Y-1.1227Z-.0961
N598X2.0987Y-1.2398Z-.1022
N600X2.0246Y-1.3528Z-.1081
N602G0Z.25
N604X2.2664Y.7105
N606Z.1
N608G1Z0.F10.
N610X2.3032Y.5805Z-.0068F50.
N612X2.3324Y.4486Z-.0137
N614X2.3541Y.3153Z-.0207
N616X2.3682Y.1809Z-.0278
N618X2.3746Y.046Z-.0348
N620X2.3733Y-.089Z-.0419
N622X2.3642Y-.2238Z-.049
N624X2.3476Y-.3578Z-.056
N626X2.3233Y-.4907Z-.063
N628X2.2914Y-.622Z-.0698
N630X2.2522Y-.7512Z-.0766
N632X2.2056Y-.8781Z-.0833
N634X2.1519Y-1.002Z-.0897
N636X2.0912Y-1.1227Z-.0961
N638X2.0237Y-1.2398Z-.1022
N640X1.9496Y-1.3528Z-.1081
N642G0Z.25
N644X-.5554Y-2.383
N646Z.1
N648G1Z0.F10.
N650X-.6864Y-2.3498Z-.0068F50.
N652X-.8152Y-2.3092Z-.0137
N654X-.9415Y-2.2613Z-.0207
N656X-1.0649Y-2.2063Z-.0278
N658X-1.1849Y-2.1444Z-.0348
N660X-1.3012Y-2.0757Z-.0419
N662X-1.4134Y-2.0005Z-.049
N664X-1.5212Y-1.9191Z-.056
N666X-1.6241Y-1.8316Z-.063
N668X-1.7219Y-1.7384Z-.0698
N670X-1.8142Y-1.6398Z-.0766
N672X-1.9007Y-1.536Z-.0833
N674X-1.9812Y-1.4275Z-.0897
N676X-2.0554Y-1.3146Z-.0961
N678X-2.123Y-1.1976Z-.1022
N680X-2.1839Y-1.077Z-.1081
N682G0Z.25
N684X-.5179Y-2.318
N686Z.1
N688G1Z0.F10.
N690X-.6489Y-2.2849Z-.0068F50.
N692X-.7777Y-2.2443Z-.0137
N694X-.904Y-2.1964Z-.0207
N696X-1.0274Y-2.1414Z-.0278
N698X-1.1474Y-2.0795Z-.0348
N700X-1.2637Y-2.0108Z-.0419
N702X-1.3759Y-1.9356Z-.049
N704X-1.4837Y-1.8541Z-.056
N706X-1.5866Y-1.7666Z-.063
N708X-1.6844Y-1.6734Z-.0698
N710X-1.7767Y-1.5748Z-.0766
N712X-1.8632Y-1.4711Z-.0833
N714X-1.9437Y-1.3626Z-.0897
N716X-2.0179Y-1.2496Z-.0961
N718X-2.0855Y-1.1327Z-.1022
N720X-2.1464Y-1.012Z-.1081
N722G0Z.25
N724X-1.786Y1.6725
N726Z.1
N728G1Z0.F10.
N730X-1.6918Y1.7693Z-.0068F50.
N732X-1.5922Y1.8606Z-.0137
N734X-1.4876Y1.9461Z-.0207
N736X-1.3783Y2.0254Z-.0278
N738X-1.2647Y2.0984Z-.0348
N740X-1.147Y2.1648Z-.0419
N742X-1.0258Y2.2244Z-.049
N744X-.9014Y2.2769Z-.056
N746X-.7742Y2.3223Z-.063
N748X-.6446Y2.3604Z-.0698
N750X-.513Y2.391Z-.0766
N752X-.3799Y2.4141Z-.0833
N754X-.2457Y2.4295Z-.0897
N756X-.1108Y2.4373Z-.0961
N758X.0243Y2.4374Z-.1022
N760X.1592Y2.4298Z-.1081
N762G0Z.25
N764X-1.7485Y1.6076
N766Z.1
N768G1Z0.F10.
N770X-1.6543Y1.7044Z-.0068F50.
N772X-1.5547Y1.7957Z-.0137
N774X-1.4501Y1.8811Z-.0207
N776X-1.3408Y1.9604Z-.0278
N778X-1.2272Y2.0334Z-.0348
N780X-1.1095Y2.0998Z-.0419
N782X-.9883Y2.1594Z-.049
N784X-.8639Y2.212Z-.056
N786X-.7367Y2.2574Z-.063
N788X-.6071Y2.2954Z-.0698
N790X-.4755Y2.3261Z-.0766
N792X-.3424Y2.3491Z-.0833
N794X-.2082Y2.3646Z-.0897
N796X-.0733Y2.3724Z-.0961
N798X.0618Y2.3725Z-.1022
N800X.1967Y2.3648Z-.1081
N802G0Z.25
N804X2.1318Y1.1875
N806Z.1
N808G1Z0.F10.
N810X2.1988Y1.0632Z-.0065F50.
N812X2.2583Y.9351Z-.0132
N814X2.3101Y.8036Z-.0201
N816X2.3539Y.6694Z-.0272
N818X2.3897Y.5328Z-.0343
N820X2.4172Y.3943Z-.0416
N822X2.4365Y.2544Z-.0489
N824X2.4474Y.1136Z-.0563
N826X2.4498Y-.0276Z-.0637
N828X2.4439Y-.1687Z-.0711
N830X2.4295Y-.3092Z-.0784
N832X2.4068Y-.4486Z-.0857
N834X2.3759Y-.5864Z-.093
N836X2.3367Y-.7221Z-.1001
N838X2.2896Y-.8552Z-.1071
N840X2.2346Y-.9853Z-.1139
N842X2.172Y-1.1119Z-.1205
N844X2.1019Y-1.2345Z-.1269
N846X2.0246Y-1.3528Z-.1331
N848G0Z.25
N850X2.0568Y1.1875
N852Z.1
N854G1Z0.F10.
N856X2.1238Y1.0632Z-.0065F50.
N858X2.1833Y.9351Z-.0132
N860X2.2351Y.8036Z-.0201
N862X2.2789Y.6694Z-.0272
N864X2.3147Y.5328Z-.0343
N866X2.3422Y.3943Z-.0416
N868X2.3615Y.2544Z-.0489
N870X2.3724Y.1136Z-.0563
N872X2.3748Y-.0276Z-.0637
N874X2.3689Y-.1687Z-.0711
N876X2.3545Y-.3092Z-.0784
N878X2.3318Y-.4486Z-.0857
N880X2.3009Y-.5864Z-.093
N882X2.2617Y-.7221Z-.1001
N884X2.2146Y-.8552Z-.1071
N886X2.1596Y-.9853Z-.1139
N888X2.097Y-1.1119Z-.1205
N890X2.0269Y-1.2345Z-.1269
N892X1.9496Y-1.3528Z-.1331
N894G0Z.25
N896X-.0375Y-2.44
N898Z.1
N900G1Z0.F10.
N902X-.1787Y-2.4358Z-.0065F50.
N904X-.3194Y-2.4233Z-.0132
N906X-.4591Y-2.4024Z-.0201
N908X-.5973Y-2.3733Z-.0272
N910X-.7335Y-2.3359Z-.0343
N912X-.8672Y-2.2905Z-.0416
N914X-.998Y-2.2372Z-.0489
N916X-1.1253Y-2.1763Z-.0563
N918X-1.2488Y-2.1078Z-.0637
N920X-1.368Y-2.0321Z-.0711
N922X-1.4825Y-1.9494Z-.0784
N924X-1.5919Y-1.8601Z-.0857
N926X-1.6957Y-1.7644Z-.093
N928X-1.7937Y-1.6627Z-.1001
N930X-1.8854Y-1.5553Z-.1071
N932X-1.9706Y-1.4426Z-.1139
N934X-2.0489Y-1.325Z-.1205
N936X-2.1201Y-1.203Z-.1269
N938X-2.1839Y-1.077Z-.1331
N940G0Z.25
N942X0.Y-2.375
N944Z.1
N946G1Z0.F10.
N948X-.1412Y-2.3709Z-.0065F50.
N950X-.2819Y-2.3584Z-.0132
N952X-.4216Y-2.3375Z-.0201
N954X-.5598Y-2.3083Z-.0272
N956X-.6959Y-2.271Z-.0343
N958X-.8297Y-2.2256Z-.0416
N960X-.9605Y-2.1723Z-.0489
N962X-1.0878Y-2.1113Z-.0563
N964X-1.2113Y-2.0428Z-.0637
N966X-1.3305Y-1.9671Z-.0711
N968X-1.445Y-1.8845Z-.0784
N970X-1.5544Y-1.7951Z-.0857
N972X-1.6582Y-1.6994Z-.093
N974X-1.7562Y-1.5977Z-.1001
N976X-1.8479Y-1.4903Z-.1071
N978X-1.9331Y-1.3776Z-.1139
N980X-2.0114Y-1.2601Z-.1205
N982X-2.0826Y-1.1381Z-.1269
N984X-2.1464Y-1.012Z-.1331
N986G0Z.25
N988X-2.0943Y1.2525
N990Z.1
N992G1Z0.F10.
N994X-2.0201Y1.3727Z-.0065F50.
N996X-1.9389Y1.4882Z-.0132
N998X-1.851Y1.5988Z-.0201
N1000X-1.7567Y1.7039Z-.0272
N1002X-1.6562Y1.8031Z-.0343
N1004X-1.5501Y1.8963Z-.0416
N1006X-1.4385Y1.9829Z-.0489
N1008X-1.322Y2.0627Z-.0563
N1010X-1.201Y2.1354Z-.0637
N1012X-1.0758Y2.2008Z-.0711
N1014X-.947Y2.2586Z-.0784
N1016X-.8149Y2.3087Z-.0857
N1018X-.6801Y2.3507Z-.093
N1020X-.5431Y2.3847Z-.1001
N1022X-.4042Y2.4105Z-.1071
N1024X-.264Y2.4279Z-.1139
N1026X-.1231Y2.4369Z-.1205
N1028X.0182Y2.4376Z-.1269
N1030X.1592Y2.4298Z-.1331
N1032G0Z.25
N1034X-2.0568Y1.1875
N1036Z.1
N1038G1Z0.F10.
N1040X-1.9826Y1.3077Z-.0065F50.
N1042X-1.9014Y1.4233Z-.0132
N1044X-1.8135Y1.5338Z-.0201
N1046X-1.7192Y1.6389Z-.0272
N1048X-1.6187Y1.7382Z-.0343
N1050X-1.5126Y1.8313Z-.0416
N1052X-1.401Y1.9179Z-.0489
N1054X-1.2845Y1.9977Z-.0563
N1056X-1.1635Y2.0705Z-.0637
N1058X-1.0383Y2.1359Z-.0711
N1060X-.9095Y2.1937Z-.0784
N1062X-.7774Y2.2437Z-.0857
N1064X-.6426Y2.2858Z-.093
N1066X-.5056Y2.3198Z-.1001
N1068X-.3667Y2.3455Z-.1071
N1070X-.2265Y2.3629Z-.1139
N1072X-.0856Y2.372Z-.1205
N1074X.0557Y2.3726Z-.1269
N1076X.1967Y2.3648Z-.1331
N1078G0Z.25
N1080X1.9365Y-1.375
N1082Z.1
N1084G1Z-.0244F10.
N1086G2X1.1875Y-2.0568R2.375F50.
N1088X.2225Y-2.3646R2.375
N1090G1X.145Y-2.4989
N1092G2X-.0791Y-2.6238R.25
N1094X-1.3125Y-2.2733R2.625
N1096X-2.2327Y-1.3804R2.625
N1098X-2.2366Y-1.1239R.25
N1100G1X-2.159Y-.9896
N1102G2X-2.375Y0.R2.375
N1104X-2.159Y.9896R2.375
N1106G1X-2.2366Y1.1239
N1108G2X-2.2327Y1.3804R.25
N1110X-1.3125Y2.2733R2.625
N1112X-.0791Y2.6238R2.625
N1114X.145Y2.4989R.25
N1116G1X.2225Y2.3646
N1118G2X1.1875Y2.0568R2.375
N1120X1.9365Y1.375R2.375
N1122G1X2.0917
N1124G2X2.3118Y1.2434R.25
N1126X2.625Y0.R2.625
N1128X2.3118Y-1.2434R2.625
N1130X2.0917Y-1.375R.25
N1132G1X1.9365
N1134Z-.0488F10.
N1136G2X1.1875Y-2.0568R2.375F50.
N1138X.2225Y-2.3646R2.375
N1140G1X.145Y-2.4989
N1142G2X-.0791Y-2.6238R.25
N1144X-1.3125Y-2.2733R2.625
N1146X-2.2327Y-1.3804R2.625
N1148X-2.2366Y-1.1239R.25
N1150G1X-2.159Y-.9896
N1152G2X-2.375Y0.R2.375
N1154X-2.159Y.9896R2.375
N1156G1X-2.2366Y1.1239
N1158G2X-2.2327Y1.3804R.25
N1160X-1.3125Y2.2733R2.625
N1162X-.0791Y2.6238R2.625
N1164X.145Y2.4989R.25
N1166G1X.2225Y2.3646
N1168G2X1.1875Y2.0568R2.375
N1170X1.9365Y1.375R2.375
N1172G1X2.0917
N1174G2X2.3118Y1.2434R.25
N1176X2.625Y0.R2.625
N1178X2.3118Y-1.2434R2.625
N1180X2.0917Y-1.375R.25
N1182G1X1.9365
N1184Z-.0731F10.
N1186G2X1.1875Y-2.0568R2.375F50.
N1188X.2225Y-2.3646R2.375
N1190G1X.145Y-2.4989
N1192G2X-.0791Y-2.6238R.25
N1194X-1.3125Y-2.2733R2.625
N1196X-2.2327Y-1.3804R2.625
N1198X-2.2366Y-1.1239R.25
N1200G1X-2.159Y-.9896
N1202G2X-2.375Y0.R2.375
N1204X-2.159Y.9896R2.375
N1206G1X-2.2366Y1.1239
N1208G2X-2.2327Y1.3804R.25
N1210X-1.3125Y2.2733R2.625
N1212X-.0791Y2.6238R2.625
N1214X.145Y2.4989R.25
N1216G1X.2225Y2.3646
N1218G2X1.1875Y2.0568R2.375
N1220X1.9365Y1.375R2.375
N1222G1X2.0917
N1224G2X2.3118Y1.2434R.25
N1226X2.625Y0.R2.625
N1228X2.3118Y-1.2434R2.625
N1230X2.0917Y-1.375R.25
N1232G1X1.9365
N1234Z-.0975F10.
N1236G2X1.1875Y-2.0568R2.375F50.
N1238X.2225Y-2.3646R2.375
N1240G1X.145Y-2.4989
N1242G2X-.0791Y-2.6238R.25
N1244X-1.3125Y-2.2733R2.625
N1246X-2.2327Y-1.3804R2.625
N1248X-2.2366Y-1.1239R.25
N1250G1X-2.159Y-.9896
N1252G2X-2.375Y0.R2.375
N1254X-2.159Y.9896R2.375
N1256G1X-2.2366Y1.1239
N1258G2X-2.2327Y1.3804R.25
N1260X-1.3125Y2.2733R2.625
N1262X-.0791Y2.6238R2.625
N1264X.145Y2.4989R.25
N1266G1X.2225Y2.3646
N1268G2X1.1875Y2.0568R2.375
N1270X1.9365Y1.375R2.375
N1272G1X2.0917
N1274G2X2.3118Y1.2434R.25
N1276X2.625Y0.R2.625
N1278X2.3118Y-1.2434R2.625
N1280X2.0917Y-1.375R.25
N1282G1X1.9365
N1284Z-.1219F10.
N1286G2X1.1875Y-2.0568R2.375F50.
N1288X.2225Y-2.3646R2.375
N1290G1X.145Y-2.4989
N1292G2X-.0791Y-2.6238R.25
N1294X-1.3125Y-2.2733R2.625
N1296X-2.2327Y-1.3804R2.625
N1298X-2.2366Y-1.1239R.25
N1300G1X-2.159Y-.9896
N1302G2X-2.375Y0.R2.375
N1304X-2.159Y.9896R2.375
N1306G1X-2.2366Y1.1239
N1308G2X-2.2327Y1.3804R.25
N1310X-1.3125Y2.2733R2.625
N1312X-.0791Y2.6238R2.625
N1314X.145Y2.4989R.25
N1316G1X.2225Y2.3646
N1318G2X1.1875Y2.0568R2.375
N1320X1.9365Y1.375R2.375
N1322G1X2.0917
N1324G2X2.3118Y1.2434R.25
N1326X2.625Y0.R2.625
N1328X2.3118Y-1.2434R2.625
N1330X2.0917Y-1.375R.25
N1332G1X1.9365
N1334Z-.1462F10.
N1336G2X1.1875Y-2.0568R2.375F50.
N1338X.2225Y-2.3646R2.375
N1340G1X.145Y-2.4989
N1342G2X-.0791Y-2.6238R.25
N1344X-1.3125Y-2.2733R2.625
N1346X-2.2327Y-1.3804R2.625
N1348X-2.2366Y-1.1239R.25
N1350G1X-2.159Y-.9896
N1352G2X-2.375Y0.R2.375
N1354X-2.159Y.9896R2.375
N1356G1X-2.2366Y1.1239
N1358G2X-2.2327Y1.3804R.25
N1360X-1.3125Y2.2733R2.625
N1362X-.0791Y2.6238R2.625
N1364X.145Y2.4989R.25
N1366G1X.2225Y2.3646
N1368G2X1.1875Y2.0568R2.375
N1370X1.9365Y1.375R2.375
N1372G1X2.0917
N1374G2X2.3118Y1.2434R.25
N1376X2.625Y0.R2.625
N1378X2.3118Y-1.2434R2.625
N1380X2.0917Y-1.375R.25
N1382G1X1.9365
N1384Z-.1706F10.
N1386G2X1.1875Y-2.0568R2.375F50.
N1388X.2225Y-2.3646R2.375
N1390G1X.145Y-2.4989
N1392G2X-.0791Y-2.6238R.25
N1394X-1.3125Y-2.2733R2.625
N1396X-2.2327Y-1.3804R2.625
N1398X-2.2366Y-1.1239R.25
N1400G1X-2.159Y-.9896
N1402G2X-2.375Y0.R2.375
N1404X-2.159Y.9896R2.375
N1406G1X-2.2366Y1.1239
N1408G2X-2.2327Y1.3804R.25
N1410X-1.3125Y2.2733R2.625
N1412X-.0791Y2.6238R2.625
N1414X.145Y2.4989R.25
N1416G1X.2225Y2.3646
N1418G2X1.1875Y2.0568R2.375
N1420X1.9365Y1.375R2.375
N1422G1X2.0917
N1424G2X2.3118Y1.2434R.25
N1426X2.625Y0.R2.625
N1428X2.3118Y-1.2434R2.625
N1430X2.0917Y-1.375R.25
N1432G1X1.9365
N1434Z-.195F10.
N1436G2X1.1875Y-2.0568R2.375F50.
N1438X.2225Y-2.3646R2.375
N1440G1X.145Y-2.4989
N1442G2X-.0791Y-2.6238R.25
N1444X-1.3125Y-2.2733R2.625
N1446X-2.2327Y-1.3804R2.625
N1448X-2.2366Y-1.1239R.25
N1450G1X-2.159Y-.9896
N1452G2X-2.375Y0.R2.375
N1454X-2.159Y.9896R2.375
N1456G1X-2.2366Y1.1239
N1458G2X-2.2327Y1.3804R.25
N1460X-1.3125Y2.2733R2.625
N1462X-.0791Y2.6238R2.625
N1464X.145Y2.4989R.25
N1466G1X.2225Y2.3646
N1468G2X1.1875Y2.0568R2.375
N1470X1.9365Y1.375R2.375
N1472G1X2.0917
N1474G2X2.3118Y1.2434R.25
N1476X2.625Y0.R2.625
N1478X2.3118Y-1.2434R2.625
N1480X2.0917Y-1.375R.25
N1482G1X1.9365
N1484Z-.2194F10.
N1486G2X1.1875Y-2.0568R2.375F50.
N1488X.2225Y-2.3646R2.375
N1490G1X.145Y-2.4989
N1492G2X-.0791Y-2.6238R.25
N1494X-1.3125Y-2.2733R2.625
N1496X-2.2327Y-1.3804R2.625
N1498X-2.2366Y-1.1239R.25
N1500G1X-2.159Y-.9896
N1502G2X-2.375Y0.R2.375
N1504X-2.159Y.9896R2.375
N1506G1X-2.2366Y1.1239
N1508G2X-2.2327Y1.3804R.25
N1510X-1.3125Y2.2733R2.625
N1512X-.0791Y2.6238R2.625
N1514X.145Y2.4989R.25
N1516G1X.2225Y2.3646
N1518G2X1.1875Y2.0568R2.375
N1520X1.9365Y1.375R2.375
N1522G1X2.0917
N1524G2X2.3118Y1.2434R.25
N1526X2.625Y0.R2.625
N1528X2.3118Y-1.2434R2.625
N1530X2.0917Y-1.375R.25
N1532G1X1.9365
N1534Z-.2437F10.
N1536G2X1.1875Y-2.0568R2.375F50.
N1538X.2225Y-2.3646R2.375
N1540G1X.145Y-2.4989
N1542G2X-.0791Y-2.6238R.25
N1544X-1.3125Y-2.2733R2.625
N1546X-2.2327Y-1.3804R2.625
N1548X-2.2366Y-1.1239R.25
N1550G1X-2.159Y-.9896
N1552G2X-2.375Y0.R2.375
N1554X-2.159Y.9896R2.375
N1556G1X-2.2366Y1.1239
N1558G2X-2.2327Y1.3804R.25
N1560X-1.3125Y2.2733R2.625
N1562X-.0791Y2.6238R2.625
N1564X.145Y2.4989R.25
N1566G1X.2225Y2.3646
N1568G2X1.1875Y2.0568R2.375
N1570X1.9365Y1.375R2.375
N1572G1X2.0917
N1574G2X2.3118Y1.2434R.25
N1576X2.625Y0.R2.625
N1578X2.3118Y-1.2434R2.625
N1580X2.0917Y-1.375R.25
N1582G1X1.9365
N1584Z-.2681F10.
N1586G2X1.1875Y-2.0568R2.375F50.
N1588X.2225Y-2.3646R2.375
N1590G1X.145Y-2.4989
N1592G2X-.0791Y-2.6238R.25
N1594X-1.3125Y-2.2733R2.625
N1596X-2.2327Y-1.3804R2.625
N1598X-2.2366Y-1.1239R.25
N1600G1X-2.159Y-.9896
N1602G2X-2.375Y0.R2.375
N1604X-2.159Y.9896R2.375
N1606G1X-2.2366Y1.1239
N1608G2X-2.2327Y1.3804R.25
N1610X-1.3125Y2.2733R2.625
N1612X-.0791Y2.6238R2.625
N1614X.145Y2.4989R.25
N1616G1X.2225Y2.3646
N1618G2X1.1875Y2.0568R2.375
N1620X1.9365Y1.375R2.375
N1622G1X2.0917
N1624G2X2.3118Y1.2434R.25
N1626X2.625Y0.R2.625
N1628X2.3118Y-1.2434R2.625
N1630X2.0917Y-1.375R.25
N1632G1X1.9365
N1634Z-.2925F10.
N1636G2X1.1875Y-2.0568R2.375F50.
N1638X.2225Y-2.3646R2.375
N1640G1X.145Y-2.4989
N1642G2X-.0791Y-2.6238R.25
N1644X-1.3125Y-2.2733R2.625
N1646X-2.2327Y-1.3804R2.625
N1648X-2.2366Y-1.1239R.25
N1650G1X-2.159Y-.9896
N1652G2X-2.375Y0.R2.375
N1654X-2.159Y.9896R2.375
N1656G1X-2.2366Y1.1239
N1658G2X-2.2327Y1.3804R.25
N1660X-1.3125Y2.2733R2.625
N1662X-.0791Y2.6238R2.625
N1664X.145Y2.4989R.25
N1666G1X.2225Y2.3646
N1668G2X1.1875Y2.0568R2.375
N1670X1.9365Y1.375R2.375
N1672G1X2.0917
N1674G2X2.3118Y1.2434R.25
N1676X2.625Y0.R2.625
N1678X2.3118Y-1.2434R2.625
N1680X2.0917Y-1.375R.25
N1682G1X1.9365
N1684Z-.3169F10.
N1686G2X1.1875Y-2.0568R2.375F50.
N1688X.2225Y-2.3646R2.375
N1690G1X.145Y-2.4989
N1692G2X-.0791Y-2.6238R.25
N1694X-1.3125Y-2.2733R2.625
N1696X-2.2327Y-1.3804R2.625
N1698X-2.2366Y-1.1239R.25
N1700G1X-2.159Y-.9896
N1702G2X-2.375Y0.R2.375
N1704X-2.159Y.9896R2.375
N1706G1X-2.2366Y1.1239
N1708G2X-2.2327Y1.3804R.25
N1710X-1.3125Y2.2733R2.625
N1712X-.0791Y2.6238R2.625
N1714X.145Y2.4989R.25
N1716G1X.2225Y2.3646
N1718G2X1.1875Y2.0568R2.375
N1720X1.9365Y1.375R2.375
N1722G1X2.0917
N1724G2X2.3118Y1.2434R.25
N1726X2.625Y0.R2.625
N1728X2.3118Y-1.2434R2.625
N1730X2.0917Y-1.375R.25
N1732G1X1.9365
N1734Z-.3413F10.
N1736G2X1.1875Y-2.0568R2.375F50.
N1738X.2225Y-2.3646R2.375
N1740G1X.145Y-2.4989
N1742G2X-.0791Y-2.6238R.25
N1744X-1.3125Y-2.2733R2.625
N1746X-2.2327Y-1.3804R2.625
N1748X-2.2366Y-1.1239R.25
N1750G1X-2.159Y-.9896
N1752G2X-2.375Y0.R2.375
N1754X-2.159Y.9896R2.375
N1756G1X-2.2366Y1.1239
N1758G2X-2.2327Y1.3804R.25
N1760X-1.3125Y2.2733R2.625
N1762X-.0791Y2.6238R2.625
N1764X.145Y2.4989R.25
N1766G1X.2225Y2.3646
N1768G2X1.1875Y2.0568R2.375
N1770X1.9365Y1.375R2.375
N1772G1X2.0917
N1774G2X2.3118Y1.2434R.25
N1776X2.625Y0.R2.625
N1778X2.3118Y-1.2434R2.625
N1780X2.0917Y-1.375R.25
N1782G1X1.9365
N1784Z-.3656F10.
N1786G2X1.1875Y-2.0568R2.375F50.
N1788X.2225Y-2.3646R2.375
N1790G1X.145Y-2.4989
N1792G2X-.0791Y-2.6238R.25
N1794X-1.3125Y-2.2733R2.625
N1796X-2.2327Y-1.3804R2.625
N1798X-2.2366Y-1.1239R.25
N1800G1X-2.159Y-.9896
N1802G2X-2.375Y0.R2.375
N1804X-2.159Y.9896R2.375
N1806G1X-2.2366Y1.1239
N1808G2X-2.2327Y1.3804R.25
N1810X-1.3125Y2.2733R2.625
N1812X-.0791Y2.6238R2.625
N1814X.145Y2.4989R.25
N1816G1X.2225Y2.3646
N1818G2X1.1875Y2.0568R2.375
N1820X1.9365Y1.375R2.375
N1822G1X2.0917
N1824G2X2.3118Y1.2434R.25
N1826X2.625Y0.R2.625
N1828X2.3118Y-1.2434R2.625
N1830X2.0917Y-1.375R.25
N1832G1X1.9365
N1834Z-.39F10.
N1836G2X1.1875Y-2.0568R2.375F50.
N1838X.2225Y-2.3646R2.375
N1840G1X.145Y-2.4989
N1842G2X-.0791Y-2.6238R.25
N1844X-1.3125Y-2.2733R2.625
N1846X-2.2327Y-1.3804R2.625
N1848X-2.2366Y-1.1239R.25
N1850G1X-2.159Y-.9896
N1852G2X-2.375Y0.R2.375
N1854X-2.159Y.9896R2.375
N1856G1X-2.2366Y1.1239
N1858G2X-2.2327Y1.3804R.25
N1860X-1.3125Y2.2733R2.625
N1862X-.0791Y2.6238R2.625
N1864X.145Y2.4989R.25
N1866G1X.2225Y2.3646
N1868G2X1.1875Y2.0568R2.375
N1870X1.9365Y1.375R2.375
N1872G1X2.0917
N1874G2X2.3118Y1.2434R.25
N1876X2.625Y0.R2.625
N1878X2.3118Y-1.2434R2.625
N1880X2.0917Y-1.375R.25
N1882G1X1.9365
N1884G0Z.25
N1886M5
N1888G91G28Z0.
N1890G28X0.Y0.A0.
N1892M30
%
__________________
Gigas! Its whats for dinner!
  #11  
Old 04/09/2007, 04:00 PM
humboldt reefer humboldt reefer is offline
Registered Member
 
Join Date: Jul 2005
Location: Post Falls ID
Posts: 259
And the mating top part of flange assembly.
This is only the inner profile that matches the above piece

%
O0000
(PROGRAM NAME - 4INCHTWISTLOCOUTER)
(DATE=DD-MM-YY - 09-04-07 TIME=HH:MM - 13:47)
N100G20
N102G0G17G40G49G80G90
( 1/4 FLAT ENDMILL TOOL - 1 DIA. OFF. - 21 LEN. - 2 DIA. - .25)
N104T1M6
N106G0G90G53X2.1093Y-1.1345A0.S7500M3
N108G43H2Z.25
N110Z.1
N112G1Z-.0244F10.
N114G3X2.395Y0.R2.395F50.
N116X2.1093Y1.1345R2.395
N118X2.0917Y1.145R.02
N120G1X1.957
N122G2X1.7382Y1.2568R.27
N124G3X1.0725Y1.8576R2.145
N126X.2193Y2.1338R2.145
N128G2X.0131Y2.2673R.27
N130G1X-.0542Y2.3839
N132G3X-.0721Y2.3939R.02
N134X-1.1975Y2.0741R2.395
N136X-2.0371Y1.2594R2.395
N138X-2.0374Y1.2389R.02
N140G1X-1.9701Y1.1223
N142G2X-1.9575Y.877R.27
N144G3X-2.145Y0.R2.145
N146X-1.9575Y-.877R2.145
N148G2X-1.9701Y-1.1223R.27
N150G1X-2.0374Y-1.2389
N152G3X-2.0371Y-1.2594R.02
N154X-1.1975Y-2.0741R2.395
N156X-.0721Y-2.3939R2.395
N158X-.0542Y-2.3839R.02
N160G1X.0131Y-2.2673
N162G2X.2193Y-2.1338R.27
N164G3X1.0725Y-1.8576R2.145
N166X1.7382Y-1.2568R2.145
N168G2X1.957Y-1.145R.27
N170G1X2.0917
N172G3X2.1093Y-1.1345R.02
N174G1Z-.0488F10.
N176G3X2.395Y0.R2.395F50.
N178X2.1093Y1.1345R2.395
N180X2.0917Y1.145R.02
N182G1X1.957
N184G2X1.7382Y1.2568R.27
N186G3X1.0725Y1.8576R2.145
N188X.2193Y2.1338R2.145
N190G2X.0131Y2.2673R.27
N192G1X-.0542Y2.3839
N194G3X-.0721Y2.3939R.02
N196X-1.1975Y2.0741R2.395
N198X-2.0371Y1.2594R2.395
N200X-2.0374Y1.2389R.02
N202G1X-1.9701Y1.1223
N204G2X-1.9575Y.877R.27
N206G3X-2.145Y0.R2.145
N208X-1.9575Y-.877R2.145
N210G2X-1.9701Y-1.1223R.27
N212G1X-2.0374Y-1.2389
N214G3X-2.0371Y-1.2594R.02
N216X-1.1975Y-2.0741R2.395
N218X-.0721Y-2.3939R2.395
N220X-.0542Y-2.3839R.02
N222G1X.0131Y-2.2673
N224G2X.2193Y-2.1338R.27
N226G3X1.0725Y-1.8576R2.145
N228X1.7382Y-1.2568R2.145
N230G2X1.957Y-1.145R.27
N232G1X2.0917
N234G3X2.1093Y-1.1345R.02
N236G1Z-.0731F10.
N238G3X2.395Y0.R2.395F50.
N240X2.1093Y1.1345R2.395
N242X2.0917Y1.145R.02
N244G1X1.957
N246G2X1.7382Y1.2568R.27
N248G3X1.0725Y1.8576R2.145
N250X.2193Y2.1338R2.145
N252G2X.0131Y2.2673R.27
N254G1X-.0542Y2.3839
N256G3X-.0721Y2.3939R.02
N258X-1.1975Y2.0741R2.395
N260X-2.0371Y1.2594R2.395
N262X-2.0374Y1.2389R.02
N264G1X-1.9701Y1.1223
N266G2X-1.9575Y.877R.27
N268G3X-2.145Y0.R2.145
N270X-1.9575Y-.877R2.145
N272G2X-1.9701Y-1.1223R.27
N274G1X-2.0374Y-1.2389
N276G3X-2.0371Y-1.2594R.02
N278X-1.1975Y-2.0741R2.395
N280X-.0721Y-2.3939R2.395
N282X-.0542Y-2.3839R.02
N284G1X.0131Y-2.2673
N286G2X.2193Y-2.1338R.27
N288G3X1.0725Y-1.8576R2.145
N290X1.7382Y-1.2568R2.145
N292G2X1.957Y-1.145R.27
N294G1X2.0917
N296G3X2.1093Y-1.1345R.02
N298G1Z-.0975F10.
N300G3X2.395Y0.R2.395F50.
N302X2.1093Y1.1345R2.395
N304X2.0917Y1.145R.02
N306G1X1.957
N308G2X1.7382Y1.2568R.27
N310G3X1.0725Y1.8576R2.145
N312X.2193Y2.1338R2.145
N314G2X.0131Y2.2673R.27
N316G1X-.0542Y2.3839
N318G3X-.0721Y2.3939R.02
N320X-1.1975Y2.0741R2.395
N322X-2.0371Y1.2594R2.395
N324X-2.0374Y1.2389R.02
N326G1X-1.9701Y1.1223
N328G2X-1.9575Y.877R.27
N330G3X-2.145Y0.R2.145
N332X-1.9575Y-.877R2.145
N334G2X-1.9701Y-1.1223R.27
N336G1X-2.0374Y-1.2389
N338G3X-2.0371Y-1.2594R.02
N340X-1.1975Y-2.0741R2.395
N342X-.0721Y-2.3939R2.395
N344X-.0542Y-2.3839R.02
N346G1X.0131Y-2.2673
N348G2X.2193Y-2.1338R.27
N350G3X1.0725Y-1.8576R2.145
N352X1.7382Y-1.2568R2.145
N354G2X1.957Y-1.145R.27
N356G1X2.0917
N358G3X2.1093Y-1.1345R.02
N360G1Z-.1219F10.
N362G3X2.395Y0.R2.395F50.
N364X2.1093Y1.1345R2.395
N366X2.0917Y1.145R.02
N368G1X1.957
N370G2X1.7382Y1.2568R.27
N372G3X1.0725Y1.8576R2.145
N374X.2193Y2.1338R2.145
N376G2X.0131Y2.2673R.27
N378G1X-.0542Y2.3839
N380G3X-.0721Y2.3939R.02
N382X-1.1975Y2.0741R2.395
N384X-2.0371Y1.2594R2.395
N386X-2.0374Y1.2389R.02
N388G1X-1.9701Y1.1223
N390G2X-1.9575Y.877R.27
N392G3X-2.145Y0.R2.145
N394X-1.9575Y-.877R2.145
N396G2X-1.9701Y-1.1223R.27
N398G1X-2.0374Y-1.2389
N400G3X-2.0371Y-1.2594R.02
N402X-1.1975Y-2.0741R2.395
N404X-.0721Y-2.3939R2.395
N406X-.0542Y-2.3839R.02
N408G1X.0131Y-2.2673
N410G2X.2193Y-2.1338R.27
N412G3X1.0725Y-1.8576R2.145
N414X1.7382Y-1.2568R2.145
N416G2X1.957Y-1.145R.27
N418G1X2.0917
N420G3X2.1093Y-1.1345R.02
N422G1Z-.1462F10.
N424G3X2.395Y0.R2.395F50.
N426X2.1093Y1.1345R2.395
N428X2.0917Y1.145R.02
N430G1X1.957
N432G2X1.7382Y1.2568R.27
N434G3X1.0725Y1.8576R2.145
N436X.2193Y2.1338R2.145
N438G2X.0131Y2.2673R.27
N440G1X-.0542Y2.3839
N442G3X-.0721Y2.3939R.02
N444X-1.1975Y2.0741R2.395
N446X-2.0371Y1.2594R2.395
N448X-2.0374Y1.2389R.02
N450G1X-1.9701Y1.1223
N452G2X-1.9575Y.877R.27
N454G3X-2.145Y0.R2.145
N456X-1.9575Y-.877R2.145
N458G2X-1.9701Y-1.1223R.27
N460G1X-2.0374Y-1.2389
N462G3X-2.0371Y-1.2594R.02
N464X-1.1975Y-2.0741R2.395
N466X-.0721Y-2.3939R2.395
N468X-.0542Y-2.3839R.02
N470G1X.0131Y-2.2673
N472G2X.2193Y-2.1338R.27
N474G3X1.0725Y-1.8576R2.145
N476X1.7382Y-1.2568R2.145
N478G2X1.957Y-1.145R.27
N480G1X2.0917
N482G3X2.1093Y-1.1345R.02
N484G1Z-.1706F10.
N486G3X2.395Y0.R2.395F50.
N488X2.1093Y1.1345R2.395
N490X2.0917Y1.145R.02
N492G1X1.957
N494G2X1.7382Y1.2568R.27
N496G3X1.0725Y1.8576R2.145
N498X.2193Y2.1338R2.145
N500G2X.0131Y2.2673R.27
N502G1X-.0542Y2.3839
N504G3X-.0721Y2.3939R.02
N506X-1.1975Y2.0741R2.395
N508X-2.0371Y1.2594R2.395
N510X-2.0374Y1.2389R.02
N512G1X-1.9701Y1.1223
N514G2X-1.9575Y.877R.27
N516G3X-2.145Y0.R2.145
N518X-1.9575Y-.877R2.145
N520G2X-1.9701Y-1.1223R.27
N522G1X-2.0374Y-1.2389
N524G3X-2.0371Y-1.2594R.02
N526X-1.1975Y-2.0741R2.395
N528X-.0721Y-2.3939R2.395
N530X-.0542Y-2.3839R.02
N532G1X.0131Y-2.2673
N534G2X.2193Y-2.1338R.27
N536G3X1.0725Y-1.8576R2.145
N538X1.7382Y-1.2568R2.145
N540G2X1.957Y-1.145R.27
N542G1X2.0917
N544G3X2.1093Y-1.1345R.02
N546G1Z-.195F10.
N548G3X2.395Y0.R2.395F50.
N550X2.1093Y1.1345R2.395
N552X2.0917Y1.145R.02
N554G1X1.957
N556G2X1.7382Y1.2568R.27
N558G3X1.0725Y1.8576R2.145
N560X.2193Y2.1338R2.145
N562G2X.0131Y2.2673R.27
N564G1X-.0542Y2.3839
N566G3X-.0721Y2.3939R.02
N568X-1.1975Y2.0741R2.395
N570X-2.0371Y1.2594R2.395
N572X-2.0374Y1.2389R.02
N574G1X-1.9701Y1.1223
N576G2X-1.9575Y.877R.27
N578G3X-2.145Y0.R2.145
N580X-1.9575Y-.877R2.145
N582G2X-1.9701Y-1.1223R.27
N584G1X-2.0374Y-1.2389
N586G3X-2.0371Y-1.2594R.02
N588X-1.1975Y-2.0741R2.395
N590X-.0721Y-2.3939R2.395
N592X-.0542Y-2.3839R.02
N594G1X.0131Y-2.2673
N596G2X.2193Y-2.1338R.27
N598G3X1.0725Y-1.8576R2.145
N600X1.7382Y-1.2568R2.145
N602G2X1.957Y-1.145R.27
N604G1X2.0917
N606G3X2.1093Y-1.1345R.02
N608G1Z-.2194F10.
N610G3X2.395Y0.R2.395F50.
N612X2.1093Y1.1345R2.395
N614X2.0917Y1.145R.02
N616G1X1.957
N618G2X1.7382Y1.2568R.27
N620G3X1.0725Y1.8576R2.145
N622X.2193Y2.1338R2.145
N624G2X.0131Y2.2673R.27
N626G1X-.0542Y2.3839
N628G3X-.0721Y2.3939R.02
N630X-1.1975Y2.0741R2.395
N632X-2.0371Y1.2594R2.395
N634X-2.0374Y1.2389R.02
N636G1X-1.9701Y1.1223
N638G2X-1.9575Y.877R.27
N640G3X-2.145Y0.R2.145
N642X-1.9575Y-.877R2.145
N644G2X-1.9701Y-1.1223R.27
N646G1X-2.0374Y-1.2389
N648G3X-2.0371Y-1.2594R.02
N650X-1.1975Y-2.0741R2.395
N652X-.0721Y-2.3939R2.395
N654X-.0542Y-2.3839R.02
N656G1X.0131Y-2.2673
N658G2X.2193Y-2.1338R.27
N660G3X1.0725Y-1.8576R2.145
N662X1.7382Y-1.2568R2.145
N664G2X1.957Y-1.145R.27
N666G1X2.0917
N668G3X2.1093Y-1.1345R.02
N670G1Z-.2437F10.
N672G3X2.395Y0.R2.395F50.
N674X2.1093Y1.1345R2.395
N676X2.0917Y1.145R.02
N678G1X1.957
N680G2X1.7382Y1.2568R.27
N682G3X1.0725Y1.8576R2.145
N684X.2193Y2.1338R2.145
N686G2X.0131Y2.2673R.27
N688G1X-.0542Y2.3839
N690G3X-.0721Y2.3939R.02
N692X-1.1975Y2.0741R2.395
N694X-2.0371Y1.2594R2.395
N696X-2.0374Y1.2389R.02
N698G1X-1.9701Y1.1223
N700G2X-1.9575Y.877R.27
N702G3X-2.145Y0.R2.145
N704X-1.9575Y-.877R2.145
N706G2X-1.9701Y-1.1223R.27
N708G1X-2.0374Y-1.2389
N710G3X-2.0371Y-1.2594R.02
N712X-1.1975Y-2.0741R2.395
N714X-.0721Y-2.3939R2.395
N716X-.0542Y-2.3839R.02
N718G1X.0131Y-2.2673
N720G2X.2193Y-2.1338R.27
N722G3X1.0725Y-1.8576R2.145
N724X1.7382Y-1.2568R2.145
N726G2X1.957Y-1.145R.27
N728G1X2.0917
N730G3X2.1093Y-1.1345R.02
N732G1Z-.2681F10.
N734G3X2.395Y0.R2.395F50.
N736X2.1093Y1.1345R2.395
N738X2.0917Y1.145R.02
N740G1X1.957
N742G2X1.7382Y1.2568R.27
N744G3X1.0725Y1.8576R2.145
N746X.2193Y2.1338R2.145
N748G2X.0131Y2.2673R.27
N750G1X-.0542Y2.3839
N752G3X-.0721Y2.3939R.02
N754X-1.1975Y2.0741R2.395
N756X-2.0371Y1.2594R2.395
N758X-2.0374Y1.2389R.02
N760G1X-1.9701Y1.1223
N762G2X-1.9575Y.877R.27
N764G3X-2.145Y0.R2.145
N766X-1.9575Y-.877R2.145
N768G2X-1.9701Y-1.1223R.27
N770G1X-2.0374Y-1.2389
N772G3X-2.0371Y-1.2594R.02
N774X-1.1975Y-2.0741R2.395
N776X-.0721Y-2.3939R2.395
N778X-.0542Y-2.3839R.02
N780G1X.0131Y-2.2673
N782G2X.2193Y-2.1338R.27
N784G3X1.0725Y-1.8576R2.145
N786X1.7382Y-1.2568R2.145
N788G2X1.957Y-1.145R.27
N790G1X2.0917
N792G3X2.1093Y-1.1345R.02
N794G1Z-.2925F10.
N796G3X2.395Y0.R2.395F50.
N798X2.1093Y1.1345R2.395
N800X2.0917Y1.145R.02
N802G1X1.957
N804G2X1.7382Y1.2568R.27
N806G3X1.0725Y1.8576R2.145
N808X.2193Y2.1338R2.145
N810G2X.0131Y2.2673R.27
N812G1X-.0542Y2.3839
N814G3X-.0721Y2.3939R.02
N816X-1.1975Y2.0741R2.395
N818X-2.0371Y1.2594R2.395
N820X-2.0374Y1.2389R.02
N822G1X-1.9701Y1.1223
N824G2X-1.9575Y.877R.27
N826G3X-2.145Y0.R2.145
N828X-1.9575Y-.877R2.145
N830G2X-1.9701Y-1.1223R.27
N832G1X-2.0374Y-1.2389
N834G3X-2.0371Y-1.2594R.02
N836X-1.1975Y-2.0741R2.395
N838X-.0721Y-2.3939R2.395
N840X-.0542Y-2.3839R.02
N842G1X.0131Y-2.2673
N844G2X.2193Y-2.1338R.27
N846G3X1.0725Y-1.8576R2.145
N848X1.7382Y-1.2568R2.145
N850G2X1.957Y-1.145R.27
N852G1X2.0917
N854G3X2.1093Y-1.1345R.02
N856G1Z-.3169F10.
N858G3X2.395Y0.R2.395F50.
N860X2.1093Y1.1345R2.395
N862X2.0917Y1.145R.02
N864G1X1.957
N866G2X1.7382Y1.2568R.27
N868G3X1.0725Y1.8576R2.145
N870X.2193Y2.1338R2.145
N872G2X.0131Y2.2673R.27
N874G1X-.0542Y2.3839
N876G3X-.0721Y2.3939R.02
N878X-1.1975Y2.0741R2.395
N880X-2.0371Y1.2594R2.395
N882X-2.0374Y1.2389R.02
N884G1X-1.9701Y1.1223
N886G2X-1.9575Y.877R.27
N888G3X-2.145Y0.R2.145
N890X-1.9575Y-.877R2.145
N892G2X-1.9701Y-1.1223R.27
N894G1X-2.0374Y-1.2389
N896G3X-2.0371Y-1.2594R.02
N898X-1.1975Y-2.0741R2.395
N900X-.0721Y-2.3939R2.395
N902X-.0542Y-2.3839R.02
N904G1X.0131Y-2.2673
N906G2X.2193Y-2.1338R.27
N908G3X1.0725Y-1.8576R2.145
N910X1.7382Y-1.2568R2.145
N912G2X1.957Y-1.145R.27
N914G1X2.0917
N916G3X2.1093Y-1.1345R.02
N918G1Z-.3413F10.
N920G3X2.395Y0.R2.395F50.
N922X2.1093Y1.1345R2.395
N924X2.0917Y1.145R.02
N926G1X1.957
N928G2X1.7382Y1.2568R.27
N930G3X1.0725Y1.8576R2.145
N932X.2193Y2.1338R2.145
N934G2X.0131Y2.2673R.27
N936G1X-.0542Y2.3839
N938G3X-.0721Y2.3939R.02
N940X-1.1975Y2.0741R2.395
N942X-2.0371Y1.2594R2.395
N944X-2.0374Y1.2389R.02
N946G1X-1.9701Y1.1223
N948G2X-1.9575Y.877R.27
N950G3X-2.145Y0.R2.145
N952X-1.9575Y-.877R2.145
N954G2X-1.9701Y-1.1223R.27
N956G1X-2.0374Y-1.2389
N958G3X-2.0371Y-1.2594R.02
N960X-1.1975Y-2.0741R2.395
N962X-.0721Y-2.3939R2.395
N964X-.0542Y-2.3839R.02
N966G1X.0131Y-2.2673
N968G2X.2193Y-2.1338R.27
N970G3X1.0725Y-1.8576R2.145
N972X1.7382Y-1.2568R2.145
N974G2X1.957Y-1.145R.27
N976G1X2.0917
N978G3X2.1093Y-1.1345R.02
N980G1Z-.3656F10.
N982G3X2.395Y0.R2.395F50.
N984X2.1093Y1.1345R2.395
N986X2.0917Y1.145R.02
N988G1X1.957
N990G2X1.7382Y1.2568R.27
N992G3X1.0725Y1.8576R2.145
N994X.2193Y2.1338R2.145
N996G2X.0131Y2.2673R.27
N998G1X-.0542Y2.3839
N1000G3X-.0721Y2.3939R.02
N1002X-1.1975Y2.0741R2.395
N1004X-2.0371Y1.2594R2.395
N1006X-2.0374Y1.2389R.02
N1008G1X-1.9701Y1.1223
N1010G2X-1.9575Y.877R.27
N1012G3X-2.145Y0.R2.145
N1014X-1.9575Y-.877R2.145
N1016G2X-1.9701Y-1.1223R.27
N1018G1X-2.0374Y-1.2389
N1020G3X-2.0371Y-1.2594R.02
N1022X-1.1975Y-2.0741R2.395
N1024X-.0721Y-2.3939R2.395
N1026X-.0542Y-2.3839R.02
N1028G1X.0131Y-2.2673
N1030G2X.2193Y-2.1338R.27
N1032G3X1.0725Y-1.8576R2.145
N1034X1.7382Y-1.2568R2.145
N1036G2X1.957Y-1.145R.27
N1038G1X2.0917
N1040G3X2.1093Y-1.1345R.02
N1042G1Z-.39F10.
N1044G3X2.395Y0.R2.395F50.
N1046X2.1093Y1.1345R2.395
N1048X2.0917Y1.145R.02
N1050G1X1.957
N1052G2X1.7382Y1.2568R.27
N1054G3X1.0725Y1.8576R2.145
N1056X.2193Y2.1338R2.145
N1058G2X.0131Y2.2673R.27
N1060G1X-.0542Y2.3839
N1062G3X-.0721Y2.3939R.02
N1064X-1.1975Y2.0741R2.395
N1066X-2.0371Y1.2594R2.395
N1068X-2.0374Y1.2389R.02
N1070G1X-1.9701Y1.1223
N1072G2X-1.9575Y.877R.27
N1074G3X-2.145Y0.R2.145
N1076X-1.9575Y-.877R2.145
N1078G2X-1.9701Y-1.1223R.27
N1080G1X-2.0374Y-1.2389
N1082G3X-2.0371Y-1.2594R.02
N1084X-1.1975Y-2.0741R2.395
N1086X-.0721Y-2.3939R2.395
N1088X-.0542Y-2.3839R.02
N1090G1X.0131Y-2.2673
N1092G2X.2193Y-2.1338R.27
N1094G3X1.0725Y-1.8576R2.145
N1096X1.7382Y-1.2568R2.145
N1098G2X1.957Y-1.145R.27
N1100G1X2.0917
N1102G3X2.1093Y-1.1345R.02
N1104G0Z.25
N1106M5
N1108G91G28Z0.
N1110G28X0.Y0.A0.
N1112M30
%
__________________
Gigas! Its whats for dinner!
  #12  
Old 04/09/2007, 04:08 PM
humboldt reefer humboldt reefer is offline
Registered Member
 
Join Date: Jul 2005
Location: Post Falls ID
Posts: 259
I ran both of these programs through mach3 and they seem to be working just fine. You might need to play with the speeds and feeds for your machine. Both are written for a 1/4" endmill. If I'm not supposed to be doing this or stepping on anybody's toes. LMK
Ryan
__________________
Gigas! Its whats for dinner!
  #13  
Old 04/09/2007, 04:09 PM
humboldt reefer humboldt reefer is offline
Registered Member
 
Join Date: Jul 2005
Location: Post Falls ID
Posts: 259
Oh there written for 3/8" material
__________________
Gigas! Its whats for dinner!
  #14  
Old 04/09/2007, 05:56 PM
guido_kp guido_kp is offline
Registered Member
 
Join Date: Jan 2005
Location: Muskogee, OK
Posts: 192
yeah that way of drawing it makes sense. still sounds like a lotta work tho. that code looks good with my gcode backplotter. i plan on fleshing a couple these out with meshcam in the next couple days. a couple months ago i didnt have much of a clue about this stuff - pretty steep learning curve - and i see you do it by trade humboldt. nice work.
  #15  
Old 04/09/2007, 06:21 PM
blfuller123 blfuller123 is offline
Premium Member
 
Join Date: Jan 2003
Location: Braselton, GA
Posts: 406
Thanks Ryan!!! Gotta go see if I can make something out of it.

Just curious, how long did it take you to cut these?
  #16  
Old 04/09/2007, 06:23 PM
BruiseAndy BruiseAndy is offline
Registered Member
 
Join Date: Jan 2003
Location: Ogden ut
Posts: 872
longest post ever.
__________________
"Those who would give up essential liberty, to purchase a little temporary safety, deserve neither liberty nor safety."
  #17  
Old 04/09/2007, 07:47 PM
manderx manderx is offline
You Load 16Tons...
 
Join Date: Mar 2002
Location: Blacksburg, VA
Posts: 4,333
coolest post ever.
  #18  
Old 04/09/2007, 08:10 PM
thesaent14 thesaent14 is offline
Moved On
 
Join Date: Jul 2005
Location: miami lakes florida
Posts: 1,559
soon will all going to get kick out FYI this is not comercial is a hobby lol
  #19  
Old 04/09/2007, 09:20 PM
humboldt reefer humboldt reefer is offline
Registered Member
 
Join Date: Jul 2005
Location: Post Falls ID
Posts: 259
guido_kp It only took me about 5 minutes to draw that. I 've done a few of them trying to get it right. I work for a company that builds hydraulic thumbs for backhoe's. So all I ever get to do is put a hole in a flame or plasma cut part. Pretty borring considering what the machines are capable of. I allmost never use cadcam for work. Just for side jobs.

blfuller123 No problem post some pictures when your done.

BruiseAndy copy and paste man...copy and paste.

manderx

thesaent14 Why would we get booted? I'm not selling these things just trying to help out.
__________________
Gigas! Its whats for dinner!
  #20  
Old 04/09/2007, 10:16 PM
thesaent14 thesaent14 is offline
Moved On
 
Join Date: Jul 2005
Location: miami lakes florida
Posts: 1,559
i don't know some people got booted for a similar thread some companys don't like the idea lol


btw

did you got my pm
  #21  
Old 04/09/2007, 10:48 PM
JCTewks JCTewks is offline
DIY Junkie
 
Join Date: Oct 2005
Location: Wilmington, Ohio
Posts: 1,445
i have no idea why you would get booted for posting G-CODE. is it even possible to copywrite or patent a particvular code?

to me this looks like humbolt designed these parts and graciously posted the code for all of us to use.

I really don't think that RC is so commercial that they "bow down" to companies for the info posted in these forums....it's called free exchange of information and ideas, it's really the whole principal behind the internet.

HUMBOLDT: Thanks for the code!!!
__________________
Jeff
  #22  
Old 04/10/2007, 12:12 AM
humboldt reefer humboldt reefer is offline
Registered Member
 
Join Date: Jul 2005
Location: Post Falls ID
Posts: 259
thesaent14 I think your talking about the lumenarc reflectors? If so those are a patented product and PGS is a forum sponser. So I see how that could happen. I sent you a pm

JCTewks No problem I hope to see people showing these off

A couple of things.

This is a generic fanuc code. Any cnc machinist should be able to make it work for there particular machine.

In line N108 of both programs the "H2" needs to be yanked. If the machine your running this on has x, y, z offsets for fixture offset 2 its going to run from that position rather than your part zero and will cause problems.

I wrote the program to take .025" per pass so you should have no problem holding the material with just double sided tape.

The middle section of the female flange half should have an ID of 5.04" that will give you plenty of clearance for the male half to rotate inside.
__________________
Gigas! Its whats for dinner!

Last edited by humboldt reefer; 04/10/2007 at 12:20 AM.
  #23  
Old 04/10/2007, 08:31 AM
guido_kp guido_kp is offline
Registered Member
 
Join Date: Jan 2005
Location: Muskogee, OK
Posts: 192
5 minutes wow thats wicked fast drawing. youre very good at it. it took alot longer than 5 minutes to do mine in autocad. i've no experience with mastercam and doubt i will as its too pricey for me but would be nice to play with. thats a nice perk about being a cnc machinist humboldt. well heres my baby i've been plodding along with for quite some time. lets keep this thread going!

  #24  
Old 04/10/2007, 09:14 AM
BeanAnimal BeanAnimal is offline
Premium Member
 
Join Date: Feb 2003
Location: Pittsburgh
Posts: 11,710
wow do I need to get to work on my CNC rig. You guys have me drooling.
  #25  
Old 04/10/2007, 04:25 PM
guido_kp guido_kp is offline
Registered Member
 
Join Date: Jan 2005
Location: Muskogee, OK
Posts: 192
yeah bean its quite addictive. the simple parts that i have cut with mine make me feel like i'm machining the next space shuttle in my shop. ive started gathering the parts for machine #2. this ones going to be a bit more permanant with steel and alum frame and thomson / thk linear slides.
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -5. The time now is 05:10 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Use of this web site is subject to the terms and conditions described in the user agreement.
Reef Central™ Reef Central, LLC. Copyright ©1999-2009