What's new
What's new

Haas 4th axis with slightly jerky rotation during program using simultaneous a and x

controlled_burn

Plastic
Joined
Mar 25, 2019
Machine: Haas TM-3P
Rotary: HRT210-2-P3

Lately, I've been working on a cylindrical part that uses both x and a (4th) axes. I am programming in Fusion 360 using the 2D adaptive pocket command and it's generating what looks like a good tool path. I went to do a dry run to see how the rotary would handle it and it did seem to work, but the rotation of the rotary table didn't seem very smooth. It seemed like it was accelerating/decelerating after each line of code. For the part I'm working on, I'm going to need it to be smooth for a nice finish. Just looking at it, and the way it jerks/lags, I know the finish is going to look like crap. On a side note, if I hand jog the 4th axis, it's buttery smooth rotation. This is why I believe it to be a settings/code related issue.

So far, I have scoured the internet and I've tried a few things:

1. Enable G187 P3 - did nothing.
2. Remove G64 from code (disable exact stop) - did nothing.
3. Messing with 4th axis acceleration parameters - didn't have the balls to mess with it (I'm just going to assume they are good).
4. Turn smoothing on in Fusion and set tolerance to ridiculously small amount - did nothing.
5. Enable parameter 315:23 (force all rapid moves to use G01) - did nothing.
6. Insert M11 (unclamp 4th axis) m-code at beginning of program - 4th already unclamped, did nothing.

I've been reading some more and it looks like the High Speed Machining option might help me out with this as it can look ahead in the code - preventing unnecessary acceleration/deceleration between blocks. If this works, I'll be quick to report back.

Here are two videos and a picture to show what's going on. Ignore the fixture currently on the rotary table; it's for another production part unrelated to my tooling job.

IMG_1614.jpg

Thanks in advance for any help/advice!
 
You are going to get a billion lines of code trying to do a tool path like that. Haas machines don't do well with in that situation. Do whatever you can to try and decrease the number of lines of code (decrease tolerance, use an alternate style tool path like Flowline, use G187 P1 etc). High Speed option will help.
 
Yup ^ exactly what he said. The Haas I used to run would jerk and jiggle as the amount of lines went up.It fights for exact positioning and tries too hard. That rotory also hated to be turn(unlocked)when milling,even Haas said something about it not being designed for turning while milling. That's at least what I was told.
 
for the 1st 5 years we had our 2009 vf2ss with a 210 we did lots of 4th axis work mainly surfacing, never had any jerking problems. we do have HSM.
our parameters were factory stock.
if I recall there was a G code we used to swap the y axis with the A axis(plane). Its kinda like a wrap so to speak( dont know the technical term)I have it written down somewhere I am sure, if I remember I will look for it tomorrow. Basically the Y axis stays put and the a axis(4th ) is the only thing thats moves with Z and A and X moving as necc.
does gear and spline profiles, spiral, text etc etc

finish was always extremely nice while rotating.
if your program is putting out line segments thats one problem why your getting a jerky motion and have very long programs.
There use to be a video on haas explaining on how to do it thats where I got it from.

you can always call the haas guys they will be able to tell you, I am sure someone in here will know how.
 
for the 1st 5 years we had our 2009 vf2ss with a 210 we did lots of 4th axis work mainly surfacing, never had any jerking problems. we do have HSM.
our parameters were factory stock.
if I recall there was a G code we used to swap the y axis with the A axis(plane). Its kinda like a wrap so to speak( dont know the technical term)I have it written down somewhere I am sure, if I remember I will look for it tomorrow. Basically the Y axis stays put and the a axis(4th ) is the only thing thats moves with Z and A and X moving as necc.
does gear and spline profiles, spiral, text etc etc

finish was always extremely nice while rotating.
if your program is putting out line segments thats one problem why your getting a jerky motion and have very long programs.
There use to be a video on haas explaining on how to do it thats where I got it from.

you can always call the haas guys they will be able to tell you, I am sure someone in here will know how.


remembered now, cylinder mapping g107
that being said there should be a way to swap your y with your a A axis in your software as well, my software from 2001 does it, so I am sure the newer stuff will.
 
I have done a fair amount of 4th axis programming over the years. Most of it without cam. Sometimes I find I have to use a G93 ( inverse timing) in like cutting threads and such . It works the axis in a smoother simultaneous movement around the part.
 
You are going to get a billion lines of code trying to do a tool path like that. Haas machines don't do well with in that situation. Do whatever you can to try and decrease the number of lines of code (decrease tolerance, use an alternate style tool path like Flowline, use G187 P1 etc). High Speed option will help.

I think you're right. I ended up just running the part because I couldn't figure out a solution to the jerky motion. I wasn't able to tweak the tool path in Fusion to give me fewer lines of code. No matter what I did, there still were thousands just for the wrapped pocket op. I also tried doing a dry run with HSM enabled, but no luck. I've included some pictures below of the part. I think I could have made it look better if I had smaller stepover since I was milling a cylinder with a square end mill. I'll keep playing around with the rotary and tool paths to see if I can get it to run more smoothly.

IMG_1639.jpg
IMG_1634.jpg
IMG_1639.jpg
 
Try dropping the feed rate. I've been making similar toolpaths in fusion lately, but in stainless. I loaded up an aluminum blank and cranked the feed rate and had similar jerkiness. I couldn't figure it out because my dry run was smooth. So I started bumping the feed rate down and at a certain threshold the pausing stopped.
This was with a 2002 VF3 hrt160 , HSM option , inverse time and smoothing applied.
Not sure what is exactly happening, if I'm hitting the limits of the equipment or the control or the software but going slower sorted it out. And it didn't get gradually better , it just hit a cutoff point where above that it would pause and below it would run continuous .
 
Draw your part flat ie with x and y, draw a finish pass then offset the finish pass every .010 or less step over, then trim those pass's so you dont cut air.
Then use the g code I mentioned above switch y to A (cylinder mapping g107)
this will change you y axis to a axis movement.
now if you cant draw a arc in your software with out segments than you will have segments if you get g3 or g2s and g01s you will be fine.
 
Post up some code, and I mean a fair bit of it.

I do tons of work like this on my old ass fadals, no problem.

I have a feeleing the jerkiness you are seeing is a matter of the nc code not being suitable.
What year vintage is your machine?

Need to see the code.
 
This is mostly just thoughts and a few questions..

And I'd like to see a sample of the code also...

Thought.. A spiral pocket doesn't seem like a code friendly idea when
you have the A axis involved. (I'm assuming part is oriented along the
X)

As your tool is attemting to make a spiral on the cylinder, your X has
to constantly change feed rates to kind of falsify the Y (if that makes sense).

I'm guessing that you are seeing a lot of feed rate changes in your segments..

Who ever said it up there, if you can code it as a wrap, you would eliminate all
that, and it might get rid of your jerkiness..


Another thought. On an old Fadal, it can do a simultaneous 4 axis move,
I'm pretty sure it will even do one with an arc. I know it will do a
YZJKA move, but it will NOT do it fast. About 7ipm if I remember right.

So if you can code so that you are only doing 2 axis moves, that might help,
back and forth instead of a spiral pocket, or at least linear 3 axis moves,
no spirals..

Just tossing some thoughts out.
 
I have this problem with our 2015 VF3SS and HRT310 4th axis. I had to adjust the tolerance and smoothing so the cam output G02/03 moves instead of thousands of short G01 movements. This machine does not have the HSM option. By contrast on our new 2019 VF5 - regular machine not an SS - but with the HSM option it runs silky smooth without any filtering of the toolpath.
 
Post up some code, and I mean a fair bit of it.

I do tons of work like this on my old ass fadals, no problem.

I have a feeleing the jerkiness you are seeing is a matter of the nc code not being suitable.
What year vintage is your machine?

Need to see the code.

Here's the code I used:

%
O01001
(Using high feed G1 F400. instead of G0.)
(T2 D=0.5 CR=0. - flat end mill)
(T6 D=0.3125 CR=0. - flat end mill)
N10 G90 G17
N15 G20
N20 G53 G0 Z0.

(2D Adaptive2)
N25 T1 M6
N30 S5990 M3
N35 G54
N40 M11
N45 G0 A11.844
N50 M8
N55 G187 P3
N60 G0 X1.5521 Y0.
N65 G43 Z0.825 H1
N70 T2
N75 G1 A11.844 F303.03
N80 Z0.7254 F400.
N85 Z0.725
N90 X1.5163 Z0.7231 A16.064 F17.241
N95 X1.4687 Z0.7212 A18.666
N100 X1.4154 Z0.7194 A19.31
N105 X1.3634 Z0.7175 A17.912
N110 X1.3196 Z0.7156 A14.654
N115 X1.2895 Z0.7137 A9.962
N120 X1.2772 Z0.7118 A4.447
N125 X1.2842 Z0.7099 A-1.171
N130 X1.3096 Z0.7081 A-6.16
N135 X1.3502 Z0.7062 A-9.869
N140 X1.4005 Z0.7043 A-11.814
N145 X1.4541 Z0.7024 A-11.742 F17.748
N150 X1.504 Z0.7005 A-9.661
N155 X1.5436 Z0.6986 A-5.844
N160 X1.5678 Z0.6968 A-0.788
N165 X1.5734 Z0.6949 A4.848
N170 X1.5598 Z0.693 A10.328
N175 X1.5286 Z0.6911 A14.937
N180 X1.484 Z0.6892 A18.075
N185 X1.4317 Z0.6874 A19.332
N190 X1.3786 Z0.6855 A18.544
N195 X1.3316 Z0.6836 A15.815
N200 X1.2969 Z0.6817 A11.499 F18.286
N205 X1.2789 Z0.6798 A6.16
N210 X1.28 Z0.6779 A0.494
N215 X1.3001 Z0.6761 A-4.759
N220 X1.3366 Z0.6742 A-8.915
N225 X1.3846 Z0.6723 A-11.432
N230 X1.438 Z0.6704 A-11.981
N235 X1.4897 Z0.6685 A-10.491
N240 X1.533 Z0.6666 A-7.155
N245 X1.5623 Z0.6648 A-2.41
N250 X1.5738 Z0.6629 A3.126 F18.804
N255 X1.5659 Z0.661 A8.731
N260 X1.5397 Z0.6591 A13.674
N265 X1.4986 Z0.6572 A17.31
N270 X1.4479 Z0.6554 A19.165
N275 X1.3943 Z0.6535 A18.997
N280 X1.3448 Z0.6516 A16.828
N285 X1.3058 Z0.6497 A12.941
N290 X1.2824 Z0.6478 A7.842
N295 X1.2776 Z0.6459 A2.198
N300 X1.2922 Z0.6441 A-3.257 F19.352
N305 X1.3241 Z0.6422 A-7.81
N310 X1.3692 Z0.6403 A-10.868
N315 X1.4217 Z0.6384 A-12.032
N320 X1.4746 Z0.6365 A-11.15
N325 X1.5212 Z0.6346 A-8.337
N330 X1.5552 Z0.6328 A-3.96
N335 X1.5724 Z0.6309 A1.41
N340 X1.5703 Z0.629 A7.073
N345 X1.5494 Z0.6271 A12.29 F19.873
N350 X1.5123 Z0.6252 A16.381
N355 X1.4639 Z0.6234 A18.812
N360 X1.4104 Z0.6215 A19.265
N365 X1.3589 Z0.6196 A17.683
N370 X1.3161 Z0.6177 A14.271
N375 X1.2876 Z0.6158 A9.475
N380 X1.277 Z0.6139 A3.919
N385 X1.2858 Z0.6121 A-1.671
N390 X1.3128 Z0.6102 A-6.567 F20.423
N395 X1.3545 Z0.6083 A-10.13
N400 X1.4054 Z0.6064 A-11.894
N405 X1.459 Z0.6045 A-11.631
N410 X1.5082 Z0.6026 A-9.374
N415 X1.5466 Z0.6008 A-5.418
N420 X1.5691 Z0.5989 A-0.278
N425 X1.573 Z0.597 A5.374
N430 X1.5576 Z0.5951 A10.802 F20.938
N435 X1.5249 Z0.5932 A15.298
N440 X1.4793 Z0.5914 A18.275
N445 X1.4267 Z0.5895 A19.346
N450 X1.3739 Z0.5876 A18.369
N455 X1.3278 Z0.5857 A15.474
N460 X1.2945 Z0.5838 A11.037
N465 X1.2782 Z0.5819 A5.637
N470 X1.2811 Z0.5801 A-0.022 F21.48
N475 X1.3029 Z0.5782 A-5.201
N480 X1.3406 Z0.5763 A-9.225
N485 X1.3895 Z0.5744 A-11.569
N490 X1.443 Z0.5725 A-11.928
N495 X1.4942 Z0.5706 A-10.254
N500 X1.5364 Z0.5688 A-6.766
N505 X1.5642 Z0.5669 A-1.919
N510 X1.5739 Z0.565 A3.654 F22.05
N515 X1.566 A8.707
N520 X1.5431 A13.221
N525 X1.5077 A16.716
N530 X1.4635 A18.821
N535 X1.4111 A19.273
N540 X1.3605 A17.763
N545 X1.318 A14.482
N550 X1.289 A9.84
N555 X1.277 A3.321
N560 X1.2916 A-3.139
N565 X1.3302 A-8.381
N570 X1.3858 A-11.468
N575 X1.4486 A-11.846
N580 X1.5071 A-9.447
N585 X1.5428 A-5.95
N590 X1.5659 A-1.42
N595 X1.5739 A3.654
N600 X1.5749 A7.02 F26.504
N605 X1.5759 A10.385
N610 X1.5787 A11.175
N615 X1.582 A12.722
N620 X1.5822 A14.308
N625 X1.5798 A15.874
N630 X1.5754 A17.389
N635 X1.5692 A18.832
N640 X1.5614 A20.188
N645 X1.5523 A21.449
N650 X1.5421 A22.605
N655 X1.5308 A23.653
N660 X1.5187 A24.588
N665 X1.5058 A25.407
N670 X1.4924 A26.11
N675 X1.4783 A26.703
N680 X1.4634 A27.186
N685 X1.4478 A27.548
N690 X1.4317 A27.782
N695 X1.4152 A27.881
N700 X1.3983 A27.838
N705 X1.3814 A27.65
N710 X1.3644 A27.314
N715 X1.3475 A26.829
N720 X1.3308 A26.197
N725 X1.3146 A25.417
N730 X1.2988 A24.495
N735 X1.2837 A23.435
N740 X1.2694 A22.242
N745 X1.2559 A20.925
N750 X1.2435 A19.49
N755 X1.2321 A17.947
N760 X1.2218 A16.307
N765 X1.2129 A14.579
N770 X1.2052 A12.775
N775 X1.1989 A10.907
N780 X1.1941 A8.988
N785 X1.1907 A7.029
N790 X1.1888 A5.045
N795 X1.1884 A3.048
N800 X1.1895 A1.052
N805 X1.1922 A-0.93
N810 X1.1963 A-2.886
N815 X1.202 A-4.802
N820 X1.209 A-6.665
N825 X1.2175 A-8.464
N830 X1.2273 A-10.186
N835 X1.2384 A-11.82
N840 X1.2507 A-13.355
N845 X1.2642 A-14.781
N850 X1.2786 A-16.09
N855 X1.2941 A-17.271
N860 X1.3103 A-18.318
N865 X1.3274 A-19.224
N870 X1.345 A-19.983
N875 X1.3632 A-20.589
N880 X1.3818 A-21.04
N885 X1.4007 A-21.331
N890 X1.4197 A-21.461
N895 X1.4388 A-21.429
N900 X1.4578 A-21.235
N905 X1.4766 A-20.881
N910 X1.495 A-20.369
N915 X1.513 A-19.701
N920 X1.5305 A-18.883
N925 X1.5473 A-17.92
N930 X1.5632 A-16.817
N935 X1.5783 A-15.582
N940 X1.5925 A-14.223
N945 X1.6055 A-12.749
N950 X1.6174 A-11.169
N955 X1.628 A-9.493
N960 X1.6386 A-7.485
N965 X1.6547 A-3.786
N970 X1.6675 A-0.076
N975 X1.6752 A2.86
N980 X1.68 A5.518
N985 X1.6826 A8.022
N990 X1.6832 A10.386
N995 X1.6821 A12.636
N1000 X1.6794 A14.8
N1005 X1.675 A16.922
N1010 X1.6691 A18.999
N1015 X1.6616 A21.02
N1020 X1.6526 A22.974
N1025 X1.6421 A24.848
N1030 X1.6302 A26.638
N1035 X1.6168 A28.338
N1040 X1.602 A29.938
N1045 X1.5858 A31.425
N1050 X1.5683 A32.788
N1055 X1.5495 A34.018
N1060 X1.5296 A35.1
N1065 X1.5086 A36.024
N1070 X1.4867 A36.776
N1075 X1.4639 A37.348
N1080 X1.4405 A37.73
N1085 X1.4166 A37.914
N1090 X1.3924 A37.894
N1095 X1.368 A37.667
N1100 X1.3436 A37.229
N1105 X1.3194 A36.581
N1110 X1.2957 A35.723
N1115 X1.2724 A34.658
N1120 X1.25 A33.392
N1125 X1.2284 A31.93
N1130 X1.2079 A30.279
N1135 X1.1886 A28.451
N1140 X1.1706 A26.455
N1145 X1.1542 A24.304
N1150 X1.1394 A22.011
N1155 X1.1263 A19.591
N1160 X1.1151 A17.06
N1165 X1.1058 A14.435
N1170 X1.0985 A11.732
N1175 X1.0933 A8.97
N1180 X1.0902 A6.167
N1185 X1.0892 A3.341
N1190 X1.0903 A0.512
N1195 X1.0937 A-2.303
N1200 X1.0991 A-5.083
N1205 X1.1067 A-7.811
N1210 X1.1163 A-10.469
N1215 X1.1279 A-13.039
N1220 X1.1414 A-15.504
N1225 X1.1568 A-17.848
N1230 X1.1739 A-20.055
N1235 X1.1926 A-22.111
N1240 X1.2129 A-24.002
N1245 X1.2345 A-25.716
N1250 X1.2573 A-27.242
N1255 X1.2813 A-28.569
N1260 X1.3062 A-29.688
N1265 X1.3318 A-30.594
N1270 X1.3581 A-31.278
N1275 X1.3848 A-31.738
N1280 X1.4118 A-31.969
N1285 X1.4389 A-31.971
N1290 X1.4659 A-31.743
N1295 X1.4926 A-31.287
N1300 X1.5189 A-30.606
N1305 X1.5446 A-29.703
N1310 X1.5695 A-28.585
N1315 X1.5936 A-27.259
N1320 X1.6165 A-25.734
N1325 X1.6382 A-24.019
N1330 X1.6589 A-22.089
N1335 X1.6807 A-19.704
N1340 X1.7018 A-16.99
N1345 X1.7214 A-14.002
N1350 X1.7391 A-10.795
N1355 X1.7541 A-7.476
N1360 X1.7663 A-4.117
N1365 X1.7756 A-0.767
N1370 X1.7822 A2.552
N1375 X1.7861 A5.839
N1380 X1.7875 A9.095
N1385 X1.7864 A12.31
N1390 X1.7829 A15.471
N1395 X1.7771 A18.567
N1400 X1.769 A21.584
N1405 X1.7587 A24.512
N1410 X1.7462 A27.339
N1415 X1.7316 A30.052
N1420 X1.7149 A32.64
N1425 X1.6962 A35.088
N1430 X1.6757 A37.383
N1435 X1.6533 A39.51
N1440 X1.6291 A41.456
N1445 X1.6034 A43.205
N1450 X1.5762 A44.743
N1455 X1.5476 A46.056
N1460 X1.5179 A47.133
N1465 X1.4872 A47.961
N1470 X1.4557 A48.531
N1475 X1.4237 A48.834
N1480 X1.3913 A48.864
N1485 X1.3587 A48.618
N1490 X1.3262 A48.092
N1495 X1.294 A47.287
N1500 X1.2623 A46.204
N1505 X1.2313 A44.848
N1510 X1.2013 A43.225
N1515 X1.1725 A41.343
N1520 X1.1451 A39.212
N1525 X1.1193 A36.844
N1530 X1.0952 A34.254
N1535 X1.0731 A31.457
N1540 X1.0531 A28.471
N1545 X1.0354 A25.315
N1550 X1.0201 A22.009
N1555 X1.0074 A18.574
N1560 X0.9972 A15.034
N1565 X0.9898 A11.412

N7900 X0.7651 A-109.432
N7905 X0.8199 A-112.869
N7910 X0.8763 A-115.985
N7915 X0.9023 A-117.235
N7920 X0.9147 A-117.696
N7925 X0.9277 A-117.914
N7930 X0.9409 A-117.879
N7935 X0.9538 A-117.594
N7940 X0.9807 A-116.727
N7945 X1.0385 A-114.905
N7950 X1.0819 A-113.567
N7955 X1.1421 A-111.749
N7960 X1.1551 A-110.893 F22.124
N7965 X1.1627 A-109.488
N7970 X1.1617 A-107.405 F26.504
N7975 X1.1491 A-105.799
N7980 X1.0669 A-100.381
N7985 X0.9847 A-94.963
N7990 X0.9025 A-89.545
N7995 X0.8203 A-84.126
N8000 X0.7381 A-78.708
N8005 X0.6559 A-73.29
N8010 X0.5737 A-67.872
N8015 X0.4915 A-62.454
N8020 X0.4752 A-61.954
N8025 X0.4587 A-62.434
N8030 X0.448 A-63.588 F22.124
N8035 X0.4438 A-65.142
N8040 A-82.799 F26.504
N8045 X0.4445 A-84.383
N8050 X0.4468 A-86.235
N8055 X0.4508 A-88.179
N8060 X0.457 A-90.376
N8065 X0.4668 A-93.035
N8070 X0.479 A-95.69
N8075 X0.4972 A-98.948
N8080 X0.5193 A-102.272
N8085 X0.5501 A-106.179
N8090 X0.5898 A-110.475
N8095 X0.6378 A-114.898
N8100 X0.689 A-118.911
N8105 X0.735 A-122.047

N15595 X2.4738 A-27.676
N15600 X2.4736 A-32.132
N15605 X2.4734 A-36.588
N15610 X2.4731 A-41.044
N15615 X2.4729 A-45.5
N15620 X2.4726 A-49.956
N15625 X2.4724 A-54.412
N15630 X2.4721 A-58.868
N15635 X2.4719 A-63.324
N15640 X2.4717 A-67.78
N15645 X2.4837 A-70.403
N15650 X2.4977 A-71.056 F23.063
N15655 X2.5129 A-70.928
N15660 X2.5274 A-70.345 F27.629
N15665 X2.5771 A-68.199
N15670 X2.6141 A-66.459
N15675 X2.6286 A-65.756
N15680 X2.672 A-63.494
N15685 X2.6864 A-62.672
N15690 X2.7153 A-60.912
N15695 X2.73 A-59.915
N15700 X2.747 A-58.534
N15705 X2.7657 A-56.757
N15710 X2.7847 A-54.635
N15715 X2.8064 A-51.782
N15720 X2.8281 A-48.405
N15725 X2.8516 A-44.034
N15730 X2.8761 A-38.476
N15735 X2.8982 A-32.163
N15740 X2.916 A-25.697
N15745 X2.9231 A-22.414
N15750 X2.9302 A-19.131
N15755 X2.9356 A-15.812
N15760 X2.941 A-12.494
N15765 X2.9463 A-7.885
N15770 X2.9465 A-7.456
N15775 X2.9478 A-3.99
N15780 X2.9485 A0.597
N15785 A6.712
N15790 X2.9478 A11.298
N15795 X2.9462 A15.885
N15800 X2.9455 A17.413
N15805 X2.9428 A22.
N15810 X2.9389 A26.586
N15815 X2.9372 A28.115
N15820 X2.9322 A32.354
N15825 X2.9293 A34.23
N15830 X2.924 A37.288
N15835 X2.9171 A40.345
N15840 X2.9136 A41.874
N15845 X2.9094 A43.403
N15850 X2.8942 A47.989
N15855 X2.8876 A49.518
N15860 X2.8807 A51.047
N15865 X2.8743 A52.26
N15870 X2.8638 A54.104
N15875 X2.8536 A55.633
N15880 X2.8454 A56.802
N15885 X2.83 A58.691
N15890 X2.8165 A60.117
N15895 X2.7828 A63.277
N15900 X2.7731 A64.156
N15905 X2.7648 A64.806
N15910 X2.7587 A65.249
N15915 X2.7298 A67.285
N15920 X2.7213 A67.864
N15925 X2.6999 A69.153
N15930 X2.685 A69.532 F23.063
N15935 X2.6702 A69.119
N15940 X2.6583 A67.888 F27.629
N15945 X2.6541 A66.186
N15950 X2.6546 A62.304
N15955 X2.6551 A58.422
N15960 X2.6555 A54.54
N15965 X2.656 A50.658
N15970 X2.6565 A46.776
N15975 X2.657 A42.894
N15980 X2.6575 A39.012
N15985 X2.6579 A35.13
N15990 X2.6584 A31.248
N15995 X2.6589 A27.366
N16000 X2.6594 A23.484
N16005 X2.6599 A19.603
N16010 X2.6603 A15.721
N16015 X2.6608 A11.839
N16020 X2.6613 A7.957
N16025 X2.6618 A4.075
N16030 X2.6623 A0.193
N16035 X2.6627 A-3.689
N16040 X2.6632 A-7.571
N16045 X2.6637 A-11.453
N16050 X2.6642 A-15.335
N16055 X2.6646 A-19.217
N16060 X2.6651 A-23.099
N16065 X2.6656 A-26.981
N16070 X2.6661 A-30.863
N16075 X2.6666 A-34.745
N16080 X2.667 A-38.627
N16085 X2.6675 A-42.509
N16090 X2.668 A-46.391
N16095 X2.6685 A-50.273
N16100 X2.669 A-54.154
N16105 X2.6694 A-58.036
N16110 X2.6739 A-59.694
N16115 X2.6856 A-60.889
N16120 X2.7005 A-61.297 F23.063
N16125 X2.7153 A-60.912
N16130 X2.7212 A-60.555 F27.629
N16135 X2.7298 A-59.971
N16140 X2.7587 A-57.93
N16145 X2.7646 A-57.498
N16150 X2.7731 A-56.831
N16155 X2.7827 A-55.969
N16160 X2.8165 A-52.826
N16165 X2.8302 A-51.382
N16170 X2.8454 A-49.51
N16175 X2.8537 A-48.325
N16180 X2.8637 A-46.796
N16185 X2.8743 A-44.908
N16190 X2.8804 A-43.739
N16195 X2.8888 A-41.893
N16200 X2.894 A-40.681
N16205 X2.9095 A-36.095
N16210 X2.9137 A-34.566
N16215 X2.9207 A-31.508
N16220 X2.9241 A-29.979
N16225 X2.9294 A-26.922
N16230 X2.9322 A-25.105
N16235 X2.9354 A-22.335
N16240 X2.9372 A-20.807
N16245 X2.9389 A-19.278
N16250 X2.9427 A-14.691
N16255 X2.9454 A-10.105
N16260 X2.9461 A-8.576
N16265 X2.9465 A-7.456
N16270 X2.9428 A-5.886 F23.063
N16275 X2.9325 A-4.691
N16280 X2.9141 Z0.5512 A-3.402
N16285 X2.9065 Z0.5732 A-2.869 F21.805
N16290 Z0.7254 F400.
N16295 X0.4684 A-7.187 F344.64
N16300 Z0.6045 F400.
N16305 Z0.5732 F20.
N16310 X0.4638 Z0.5512 A-8.018 F21.805
N16315 X0.4525 Z0.542 A-10.026 F22.68
N16320 X0.4438 A-13.163
N16325 A-43.739 F27.629
N16330 X0.4451 A-46.538
N16335 X0.4481 A-48.984
N16340 X0.4543 A-52.036
N16345 X0.4634 A-55.247
N16350 X0.4781 A-59.23
N16355 X0.4971 A-63.381
N16360 X0.5241 A-68.23
N16365 X0.5599 A-73.608
N16370 X0.6005 A-78.79
N16375 X0.6446 A-83.653
N16380 X0.6915 A-88.208
N16385 X0.7409 A-92.459
N16390 X0.7926 A-96.392
N16395 X0.8464 A-100.001
N16400 X0.9021 A-103.275
N16405 X0.9594 A-106.205
N16410 X1.0183 A-108.786
N16415 X1.0784 A-111.011
N16420 X1.1021 A-111.735
N16425 X1.1154 A-112.003
N16430 X1.1289 A-112.007
N16435 X1.1421 A-111.749
N16440 X1.1975 A-110.107
N16445 X1.2553 A-108.421
N16450 X1.3276 A-106.349
N16455 X1.4143 A-103.904
N16460 X1.4169 A-103.832
N16465 X1.4301 A-103. F23.063
N16470 X1.4379 A-101.609
N16475 X1.4369 A-99.444 F27.629
N16480 X1.4235 A-97.806
N16485 X1.3652 A-94.255
N16490 X1.3069 A-90.704
N16495 X1.2486 A-87.153
N16500 X1.1903 A-83.602
N16505 X1.132 A-80.051
N16510 X1.0737 A-76.501
N16515 X1.0154 A-72.95
N16520 X0.9571 A-69.399
N16525 X0.8987 A-65.848
N16530 X0.8404 A-62.297
N16535 X0.7821 A-58.746
N16540 X0.7238 A-55.195
N16545 X0.6655 A-51.644
N16550 X0.6072 A-48.093
N16555 X0.5489 A-44.542
N16560 X0.4906 A-40.991
N16565 X0.4746 A-40.551
N16570 X0.4587 A-41.031
N16575 X0.448 A-42.185 F23.063
N16580 X0.4438 A-43.739
N16585 A-65.142 F27.629
N16590 X0.4446 A-66.845
N16595 X0.4469 A-68.757
N16600 X0.4515 A-70.996
N16605 X0.4591 A-73.693
N16610 X0.4693 A-76.45
N16615 X0.485 A-79.878
N16620 X0.5047 A-83.418
N16625 X0.5326 A-87.61
N16630 X0.5694 A-92.302
N16635 X0.6139 A-97.122
N16640 X0.6617 A-101.569
N16645 X0.7123 A-105.669
N16650 X0.7651 A-109.432
N16655 X0.8199 A-112.869
N16660 X0.8763 A-115.985
N16665 X0.9023 A-117.235
N16670 X0.9147 A-117.696
N16675 X0.9277 A-117.914
N16680 X0.9409 A-117.879
N16685 X0.9538 A-117.594
N16690 X0.9807 A-116.727
N16695 X1.0385 A-114.905
N16700 X1.0819 A-113.567
N16705 X1.1421 A-111.749
N16710 X1.1551 A-110.893 F23.063
N16715 X1.1627 A-109.488
N16720 X1.1617 A-107.405 F27.629
N16725 X1.1491 A-105.799
N16730 X1.0669 A-100.381
N16735 X0.9847 A-94.963
N16740 X0.9025 A-89.545
N16745 X0.8203 A-84.126
N16750 X0.7381 A-78.708
N16755 X0.6559 A-73.29
N16760 X0.5737 A-67.872
N16765 X0.4915 A-62.454
N16770 X0.4752 A-61.954
N16775 X0.4587 A-62.434
N16780 X0.448 A-63.588 F23.063
N16785 X0.4438 A-65.142
N16790 A-82.799 F27.629
N16795 X0.4445 A-84.383
N16800 X0.4468 A-86.235
N16805 X0.4508 A-88.179
N16810 X0.457 A-90.376
N16815 X0.4668 A-93.035
N16820 X0.479 A-95.69
N16825 X0.4972 A-98.948
N16830 X0.5193 A-102.272
N16835 X0.5501 A-106.179
N16840 X0.5898 A-110.475
N16845 X0.6378 A-114.898
N16850 X0.689 A-118.911
N16855 X0.735 A-122.047
N16860 X0.7466 A-122.684
N16865 X0.759 A-123.096
N16870 X0.7718 A-123.268
N16875 X0.7848 A-123.196
N16880 X0.7975 A-122.881
N16885 X0.8361 A-121.524
N16890 X0.894 A-119.558
N16895 X0.9373 A-118.127
N16900 X0.9538 A-117.594
N16905 X0.9666 A-116.71 F23.063
N16910 X0.9739 A-115.288
N16915 X0.9727 A-113.255 F27.629
N16920 X0.9604 A-111.684
N16925 X0.9019 A-107.74
N16930 X0.8433 A-103.795
N16935 X0.7847 A-99.851
N16940 X0.7261 A-95.906
N16945 X0.6675 A-91.962
N16950 X0.6089 A-88.017
N16955 X0.5504 A-84.073
N16960 X0.4918 A-80.128
N16965 X0.4753 A-79.611
N16970 X0.4587 A-80.092
N16975 X0.448 A-81.246 F23.063
N16980 X0.4438 A-82.799
N16985 A-98.775 F27.629
N16990 X0.4447 A-100.714
N16995 X0.4466 A-102.286
N17000 X0.4503 A-104.111
N17005 X0.4565 A-106.271
N17010 X0.4645 A-108.427
N17015 X0.4764 A-111.011
N17020 X0.492 A-113.805
N17025 X0.5124 A-116.877
N17030 X0.5387 A-120.219
N17035 X0.5719 A-123.805
N17040 X0.5992 A-126.31
N17045 X0.6025 A-126.573
N17050 X0.6149 A-127.353
N17055 X0.6286 A-127.859
N17060 X0.6429 A-128.072
N17065 X0.6573 A-127.983
N17070 X0.6712 A-127.596
N17075 X0.6916 A-126.796
N17080 X0.735 A-125.155
N17085 X0.7494 A-124.615
N17090 X0.7928 A-123.046
N17095 X0.7975 A-122.881
N17100 X0.8101 A-121.964 F23.063
N17105 X0.8171 A-120.524
N17110 X0.8155 A-118.528 F27.629
N17115 X0.8033 A-116.994
N17120 X0.7254 A-111.771
N17125 X0.6475 A-106.547
N17130 X0.5696 A-101.324
N17135 X0.4917 A-96.101
N17140 X0.4753 A-95.587
N17145 X0.4587 A-96.068
N17150 X0.448 A-97.221 F23.063
N17155 X0.4438 A-98.775
N17160 A-114.063 F27.629
N17165 X0.4447 A-116.
N17170 X0.4466 A-117.572
N17175 X0.4503 A-119.376
N17180 X0.4555 A-121.191
N17185 X0.4633 A-123.292
N17190 X0.4721 A-125.201
N17195 X0.4822 A-127.004
N17200 X0.4924 A-128.519
N17205 X0.4972 A-129.129
N17210 X0.5065 A-130.112
N17215 X0.5173 A-130.903
N17220 X0.5293 A-131.474
N17225 X0.5421 A-131.809
N17230 X0.5552 A-131.895
N17235 X0.5683 A-131.73
N17240 X0.5809 A-131.319
N17245 X0.5929 A-130.312 F23.063
N17250 X0.5989 A-128.824
N17255 X0.5937 A-126.423 F27.629
N17260 X0.5704 A-122.89
N17265 X0.5471 A-119.357
N17270 X0.5239 A-115.824
N17275 X0.5006 A-112.292
N17280 X0.4814 A-110.946
N17285 X0.4587 A-111.356
N17290 X0.448 A-112.509 F23.063
N17295 X0.4438 A-114.063
N17300 A-127.822 F27.629
N17305 X0.4445 A-129.406
N17310 X0.4491 A-130.704
N17315 X0.4562 A-131.867
N17320 X0.4655 A-132.842
N17325 X0.4766 A-133.582
N17330 X0.4889 A-134.054
N17335 X0.5019 A-134.235
N17340 X0.5149 A-134.117
N17345 X0.5275 A-133.705
N17350 X0.5392 A-132.673 F23.063
N17355 X0.545 A-131.173
N17360 X0.5425 A-129.376 F27.629
N17365 X0.5315 A-127.986
N17370 X0.4925 A-125.2
N17375 X0.4757 A-124.635
N17380 X0.4587 A-125.115
N17385 X0.448 A-126.269 F23.063
N17390 X0.4438 A-127.822
N17395 A-132.409 F27.629
N17400 X0.4442 A-133.034
N17405 X0.4449 A-133.346
N17410 X0.4458 A-133.658
N17415 X0.447 A-133.938
N17420 X0.449 A-134.309
N17425 X0.4518 A-134.68
N17430 X0.4539 A-134.92
N17435 X0.456 A-135.119
N17440 X0.4603 A-135.423
N17445 X0.4611 A-135.466
N17450 X0.4645 A-135.629
N17455 X0.4679 A-135.743
N17460 X0.4713 A-135.813
N17465 X0.4748 A-135.842
N17470 X0.4784 A-135.83
N17475 X0.482 A-135.773
N17480 X0.4856 A-135.669
N17485 X0.4902 A-135.466
N17490 X0.5037 A-134.809
N17495 X0.5326 A-133.47
N17500 X0.5558 A-132.409
N17505 X0.6049 A-130.285
N17510 X0.6338 A-129.087
N17515 X0.6482 A-128.5
N17520 X0.6712 A-127.596
N17525 X0.6835 A-126.632 F23.063
N17530 X0.69 A-125.167
N17535 X0.6942 Z0.5512 A-122.873
N17540 X0.6959 Z0.5732 A-121.923 F21.805
N17545 Z0.825 F400.
N17550 G53 G0 Z0.

(2D Contour4)
N17555 M11
N17560 G0 A-169.305
N17565 G187 P3
N17570 G0 X0.0389 Y0.
N17575 G43 Z1.225 H1
N17580 G1 A-169.305 F204.082
N17585 Z0.825 F400.
N17590 Z0.6644 F20.
N17595 Z0.5732
N17600 X0.0394 Z0.5678 A-169.319 F21.805
N17605 X0.0407 Z0.5626 A-169.361
N17610 X0.0429 Z0.5576 A-169.43
N17615 X0.0459 Z0.5532 A-169.524 F22.416
N17620 X0.0496 Z0.5493 A-169.64
N17625 X0.0539 Z0.5462 A-169.774
N17630 X0.0586 Z0.5439 A-169.923
N17635 X0.0637 Z0.5425 A-170.081 F22.983
N17640 X0.0689 Z0.542 A-170.244
N17645 X0.0989 A-171.183
N17650 X0.1042 A-171.298
N17655 X0.1096 A-171.313
N17660 X0.115 A-171.228
N17665 X0.1202 A-171.046
N17670 X0.125 A-170.771
N17675 X0.1292 A-170.413
N17680 X0.1329 A-169.982
N17685 X0.1357 A-169.491
N17690 X0.1377 A-168.955
N17695 X0.1413 A-167.654 F27.629
N17700 X0.1438 A-166.844
N17705 X0.1467 A-166.05
N17710 X0.1517 A-164.78
N17715 X0.1545 A-164.107
N17720 X0.1575 A-163.447
N17725 X0.1636 A-162.215
N17730 X0.1695 A-161.116
N17735 X0.1766 A-159.926
N17740 X0.1823 A-159.021
N17745 X0.19 A-157.879
N17750 X0.1955 A-157.13
N17755 X0.2038 A-156.042
N17760 X0.2088 A-155.415
N17765 X0.2175 A-154.385
N17770 X0.2224 A-153.836
N17775 X0.2314 A-152.863
N17780 X0.2361 A-152.377
N17785 X0.2454 A-151.453
N17790 X0.2499 A-151.031
N17795 X0.2595 A-150.148
N17800 X0.2653 A-149.643
N17805 X0.2853 A-147.973
N17810 X0.2913 A-147.496
N17815 X0.3124 A-145.909
N17820 X0.3173 A-145.559
N17825 X0.3393 A-144.031
N17830 X0.3436 A-143.738
N17835 X0.3664 A-142.267
N17840 X0.3703 A-142.022
N17845 X0.3938 A-140.605
N17850 X0.3973 A-140.398
N17855 X0.4213 A-139.035
N17860 X0.4245 A-138.861
N17865 X0.4488 A-137.551
N17870 X0.4517 A-137.401
N17875 X0.4763 A-136.143
N17880 X0.4789 A-136.018
N17885 X0.5036 A-134.811
N17890 X0.5058 A-134.707
N17895 X0.5304 A-133.552
N17900 X0.5323 A-133.467
N17905 X0.5567 A-132.365
N17910 X0.5583 A-132.293
N17915 X0.5823 A-131.242
N17920 X0.5838 A-131.177
N17925 X0.6076 A-130.166
N17930 X0.609 A-130.107
N17935 X0.6327 A-129.125
N17940 X0.634 A-129.073
N17945 X0.6579 A-128.109
N17950 X0.6591 A-128.062
N17955 X0.6832 A-127.113
N17960 X0.6843 A-127.07
N17965 X0.7087 A-126.133
N17970 X0.7097 A-126.094
N17975 X0.7344 A-125.169
N17980 X0.7353 A-125.134
N17985 X0.7602 A-124.219
N17990 X0.7611 A-124.186
N17995 X0.7861 A-123.28
N18000 X0.787 A-123.251
N18005 X0.8123 A-122.353
N18010 X0.8131 A-122.326
N18015 X0.8387 A-121.435
N18020 X0.8394 A-121.41
N18025 X0.8652 A-120.526
N18030 X0.8659 A-120.503
N18035 X0.8918 A-119.628
N18040 X0.8925 A-119.606
N18045 X0.9186 A-118.739
N18050 X0.9192 A-118.718
N18055 X0.9455 A-117.859
N18060 X0.946 A-117.841
N18065 X0.9724 A-116.991
N18070 X0.9729 A-116.973
N18075 X0.9993 A-116.133
N18080 X0.9998 A-116.116
N18085 X1.0263 A-115.285
N18090 X1.0267 A-115.27
N18095 X1.0532 A-114.447
N18100 X1.0537 A-114.433
N18105 X1.0801 A-113.62
N18110 X1.0806 A-113.607
N18115 X1.107 A-112.802
N18120 X1.1074 A-112.79
N18125 X1.1339 A-111.994
N18130 X1.1342 A-111.983
N18135 X1.1606 A-111.195
N18140 X1.1609 A-111.185
N18145 X1.1873 A-110.406
N18150 X1.1876 A-110.396
N18155 X1.2139 A-109.625
N18160 X1.2142 A-109.617

N20440 X2.3072 A-274.298
N20445 X2.2524 A-272.531
N20450 X2.1966 A-270.792
N20455 X2.14 A-269.078
N20460 X2.0828 A-267.387
N20465 X2.0253 A-265.719
N20470 X1.9674 A-264.071
N20475 X1.9094 A-262.442
N20480 X1.8514 A-260.83
N20485 X1.7936 A-259.233
N20490 X1.7361 A-257.653
N20495 X1.6791 A-256.088
N20500 X1.6226 A-254.541
N20505 A-254.54 F23.96
N20510 X1.5669 A-253.012 F27.629
N20515 X1.5668 A-253.008
N20520 X1.512 A-251.5
N20525 X1.5118 A-251.494
N20530 X1.4578 A-250.
N20535 X1.4575 A-249.992
N20540 X1.4034 A-248.481
N20545 X1.403 A-248.471
N20550 X1.3477 A-246.914
N20555 X1.3473 A-246.902
N20560 X1.2909 A-245.295
N20565 X1.2904 A-245.28
N20570 X1.2331 A-243.628
N20575 X1.2325 A-243.611
N20580 X1.1748 A-241.917
N20585 X1.174 A-241.895
N20590 X1.1161 A-240.163
N20595 X1.1152 A-240.137
N20600 X1.0571 A-238.364
N20605 X1.0562 A-238.334
N20610 X0.9981 A-236.519
N20615 X0.997 A-236.484
N20620 X0.9392 A-234.627
N20625 X0.9379 A-234.586
N20630 X0.8806 A-232.688
N20635 X0.8791 A-232.638
N20640 X0.8226 A-230.699
N20645 X0.8209 A-230.64
N20650 X0.7653 A-228.659
N20655 X0.7633 A-228.588
N20660 X0.7089 A-226.563
N20665 X0.7067 A-226.478
N20670 X0.6536 A-224.408
N20675 X0.6509 A-224.302
N20680 X0.5989 A-222.16
N20685 X0.5966 A-222.061
N20690 X0.5703 A-220.929
N20695 X0.5686 A-220.854
N20700 X0.5419 A-219.663
N20705 X0.54 A-219.574
N20710 X0.5129 A-218.322
N20715 X0.5107 A-218.215
N20720 X0.4835 A-216.903
N20725 X0.481 A-216.776
N20730 X0.4539 A-215.404
N20735 X0.4509 A-215.248
N20740 X0.4242 A-213.816
N20745 X0.4207 A-213.625
N20750 X0.3944 A-212.13
N20755 X0.3905 A-211.898
N20760 X0.3648 A-210.337
N20765 X0.3603 A-210.052
N20770 X0.3355 A-208.423
N20775 X0.3304 A-208.073
N20780 X0.3066 A-206.372
N20785 X0.3024 A-206.056
N20790 X0.2909 A-205.177
N20795 X0.2875 A-204.908
N20800 X0.2764 A-204.002
N20805 X0.2725 A-203.676
N20810 X0.2617 A-202.737
N20815 X0.2574 A-202.351
N20820 X0.2469 A-201.371
N20825 X0.2423 A-200.923
N20830 X0.2321 A-199.894
N20835 X0.2273 A-199.386
N20840 X0.2175 A-198.301
N20845 X0.2124 A-197.708
N20850 X0.2029 A-196.559
N20855 X0.1968 A-195.763
N20860 X0.1879 A-194.542
N20865 X0.1813 A-193.545
N20870 X0.1733 A-192.254
N20875 X0.1666 A-191.074
N20880 X0.1597 A-189.725
N20885 X0.1564 A-189.027
N20890 X0.1533 A-188.314
N20895 X0.1477 A-186.918
N20900 X0.1433 A-185.682
N20905 X0.1411 A-184.97
N20910 X0.1384 A-184.045
N20915 X0.1366 A-183.326
N20920 X0.1347 A-182.785 F23.063
N20925 X0.132 A-182.287
N20930 X0.1285 A-181.846
N20935 X0.1243 A-181.476
N20940 X0.1196 A-181.188
N20945 X0.1145 A-180.992
N20950 X0.1091 A-180.892
N20955 X0.1037 F20.
N20960 X0.0983 A-180.993 F23.063
N20965 X0.0681 A-181.85
N20970 X0.0629 Z0.5425 A-181.999
N20975 X0.0578 Z0.5439 A-182.143
N20980 X0.053 Z0.5462 A-182.278
N20985 X0.0487 Z0.5493 A-182.401
N20990 X0.045 Z0.5532 A-182.506
N20995 X0.042 Z0.5576 A-182.592 F22.416
N21000 X0.0398 Z0.5626 A-182.655
N21005 X0.0384 Z0.5678 A-182.694
N21010 X0.038 Z0.5732 A-182.707 F21.805
N21015 Z1.225 F400.
N21020 M5
N21025 G53 G0 Z0.

(2D Contour5)
N21030 M9
N21035 M1
N21040 T4 M6
N21045 S5500 M3
N21050 G54
N21055 M11
N21060 G0 A-178.936
N21065 M8
N21070 G187 P3
N21075 G0 X-0.1125 Y0.
N21080 G43 Z1.225 H4
N21085 T6
N21090 G1 A-178.936 F204.082
N21095 Z0.825 F400.
N21100 Z0.7244 F20.
N21105 Z0.615
N21110 X-0.112 Z0.6079
N21115 X-0.1105 Z0.6009
N21120 X-0.108 Z0.5942
N21125 X-0.1046 Z0.588
N21130 X-0.1003 Z0.5823
N21135 X-0.0952 Z0.5772
N21140 X-0.0895 Z0.5729
N21145 X-0.0833 Z0.5695
N21150 X-0.0766 Z0.567
N21155 X-0.0696 Z0.5655
N21160 X-0.0625 Z0.565
N21165 X-0.0125
N21170 X-0.0054 A-178.883 F22.124
N21175 X0.0016 A-178.722
N21180 X0.0083 A-178.459
N21185 X0.0145 A-178.097
N21190 X0.0202 A-177.645
N21195 X0.0253 A-177.112
N21200 X0.0296 A-176.508
N21205 X0.033 A-175.847
N21210 X0.0355 A-175.14
N21215 X0.037 A-174.403
N21220 X0.0375 A-173.651
N21225 A5.744 F18.252
N21230 A180.959 F22.124
N21235 X0.037 A181.711
N21240 X0.0355 A182.448
N21245 X0.033 A183.155
N21250 X0.0296 A183.817
N21255 X0.0253 A184.42
N21260 X0.0202 A184.954
N21265 X0.0145 A185.406
N21270 X0.0083 A185.767
N21275 X0.0016 A186.031
N21280 X-0.0054 A186.191
N21285 X-0.0125 A186.245
N21290 X-0.0625 F20.
N21295 X-0.0696 Z0.5655
N21300 X-0.0766 Z0.567
N21305 X-0.0833 Z0.5695
N21310 X-0.0895 Z0.5729
N21315 X-0.0952 Z0.5772
N21320 X-0.1003 Z0.5823
N21325 X-0.1046 Z0.588
N21330 X-0.108 Z0.5942
N21335 X-0.1105 Z0.6009
N21340 X-0.112 Z0.6079
N21345 X-0.1125 Z0.615
N21350 Z0.825 F400.
N21355 A184.818 F303.03
N21360 A183.392
N21365 A181.965
N21370 A180.539
N21375 A179.112
N21380 A177.686
N21385 A176.259
N21390 A174.833
N21395 A173.406
N21400 A171.98
N21405 A170.553
N21410 A169.127
N21415 A167.7
N21420 A166.274
N21425 A164.847
N21430 A163.421
N21435 A161.994
N21440 A160.568
N21445 A159.141
N21450 A157.715
N21455 A156.288
N21460 A154.862
N21465 A153.436
N21470 A152.009
N21475 A150.583
N21480 A149.156
N21485 A147.73
N21490 A146.303
N21495 A144.877
N21500 A143.45
N21505 A142.024
N21510 A140.597
N21515 A139.171
N21520 A137.744
N21525 A136.318
N21530 A134.891
N21535 A133.465
N21540 A132.038
N21545 A130.612
N21550 A129.185
N21555 A127.759
N21560 A126.332
N21565 A124.906
N21570 A123.479
N21575 A122.053
N21580 A120.626
N21585 A119.2
N21590 A117.773
N21595 A116.347
N21600 A114.92
N21605 A113.494
N21610 A112.067
N21615 A110.641
N21620 A109.214
N21625 A107.788
N21630 A106.361
N21635 A104.935
N21640 A103.508
N21645 A102.082
N21650 A100.655
N21655 A99.229
N21660 A97.802
N21665 A96.376
N21670 A94.949
N21675 A93.523
N21680 A92.096
N21685 A90.67
N21690 A89.244
N21695 A87.817
N21700 A86.391
N21705 A84.964
N21710 A83.538
N21715 A82.111
N21720 A80.685
N21725 A79.258
N21730 A77.832
N21735 A76.405
N21740 A74.979
N21745 A73.552
N21750 A72.126
N21755 A70.699
N21760 A69.273
N21765 A67.846
N21770 A66.42
N21775 A64.993
N21780 A63.567
N21785 A62.14
N21790 A60.714
N21795 A59.287
N21800 A57.861
N21805 A56.434
N21810 A55.008
N21815 A53.581
N21820 A52.155
N21825 A50.728
N21830 A49.302
N21835 A47.875
N21840 A46.449
N21845 A45.022
N21850 A43.596
N21855 A42.169
N21860 A40.743
N21865 A39.316
N21870 A37.89
N21875 A36.463
N21880 A35.037
N21885 A33.61
N21890 A32.184
N21895 A30.757
N21900 A29.331
N21905 A27.904
N21910 A26.478
N21915 A25.052
N21920 A23.625
N21925 A22.199
N21930 A20.772
N21935 A19.346
N21940 A17.919
N21945 A16.493
N21950 A15.066
N21955 A13.64
N21960 A12.213
N21965 A10.787
N21970 A9.36
N21975 A7.934
N21980 A6.507
N21985 A5.081
N21990 A3.654
N21995 A2.228
N22000 A0.801
N22005 A-0.625
N22010 A-2.052
N22015 A-3.478
N22020 A-4.905
N22025 A-6.331
N22030 A-7.758
N22035 A-9.184
N22040 A-10.611
N22045 A-12.037
N22050 A-13.464
N22055 A-14.89
N22060 A-16.317
N22065 A-17.743
N22070 A-19.17
N22075 A-20.596
N22080 A-22.023
N22085 A-23.449
N22090 A-24.876
N22095 A-26.302
N22100 A-27.729
N22105 A-29.155
N22110 A-30.582
N22115 A-32.008
N22120 A-33.435
N22125 A-34.861
N22130 A-36.288
N22135 A-37.714
N22140 A-39.14
N22145 A-40.567
N22150 A-41.993
N22155 A-43.42
N22160 A-44.846
N22165 A-46.273
N22170 A-47.699
N22175 A-49.126
N22180 A-50.552
N22185 A-51.979
N22190 A-53.405
N22195 A-54.832
N22200 A-56.258
N22205 A-57.685
N22210 A-59.111
N22215 A-60.538
N22220 A-61.964
N22225 A-63.391
N22230 A-64.817
N22235 A-66.244
N22240 A-67.67
N22245 A-69.097
N22250 A-70.523
N22255 A-71.95
N22260 A-73.376
N22265 A-74.803
N22270 A-76.229
N22275 A-77.656
N22280 A-79.082
N22285 A-80.509
N22290 A-81.935
N22295 A-83.362
N22300 A-84.788
N22305 A-86.215
N22310 A-87.641
N22315 A-89.068
N22320 A-90.494
N22325 A-91.921
N22330 A-93.347
N22335 A-94.774
N22340 A-96.2
N22345 A-97.627
N22350 A-99.053
N22355 A-100.48
N22360 A-101.906
N22365 A-103.332
N22370 A-104.759
N22375 A-106.185
N22380 A-107.612
N22385 A-109.038
N22390 A-110.465
N22395 A-111.891
N22400 A-113.318

N22805 X0.0083 A185.767
N22810 X0.0016 A186.031
N22815 X-0.0054 A186.191
N22820 X-0.0125 A186.245
N22825 X-0.0625 F20.
N22830 X-0.0696 Z0.5425
N22835 X-0.0766 Z0.544
N22840 X-0.0833 Z0.5465
N22845 X-0.0895 Z0.5499
N22850 X-0.0952 Z0.5542
N22855 X-0.1003 Z0.5593
N22860 X-0.1046 Z0.565
N22865 X-0.108 Z0.5712
N22870 X-0.1105 Z0.5779
N22875 X-0.112 Z0.5849
N22880 X-0.1125 Z0.592
N22885 Z1.225 F400.

N22890 M5
N22895 M9
N22900 G53 G0 Z0.
N22905 M11
N22910 G0 A0.
N22915 M10
N22920 X3.0688
N22925 G53 G0 Y0.
N22930 M30

%
 
Try dropping the feed rate. I've been making similar toolpaths in fusion lately, but in stainless. I loaded up an aluminum blank and cranked the feed rate and had similar jerkiness. I couldn't figure it out because my dry run was smooth. So I started bumping the feed rate down and at a certain threshold the pausing stopped.
This was with a 2002 VF3 hrt160 , HSM option , inverse time and smoothing applied.
Not sure what is exactly happening, if I'm hitting the limits of the equipment or the control or the software but going slower sorted it out. And it didn't get gradually better , it just hit a cutoff point where above that it would pause and below it would run continuous .

Thanks, you bring up a good point. My rotary can only move so fast (relatively slow) and I had my feed rate at 21 ipm. I know I can go way faster with carbide and aluminum, but I ran it the way I did because the part was cantilevered out a bit. Even at 21 ipm, I bet that might have been asking the rotary to rotate faster than it can. I'll drop the feed rate and see what happens.
 
This is mostly just thoughts and a few questions..

And I'd like to see a sample of the code also...

Thought.. A spiral pocket doesn't seem like a code friendly idea when
you have the A axis involved. (I'm assuming part is oriented along the
X)

As your tool is attemting to make a spiral on the cylinder, your X has
to constantly change feed rates to kind of falsify the Y (if that makes sense).

I'm guessing that you are seeing a lot of feed rate changes in your segments..

Who ever said it up there, if you can code it as a wrap, you would eliminate all
that, and it might get rid of your jerkiness..


Another thought. On an old Fadal, it can do a simultaneous 4 axis move,
I'm pretty sure it will even do one with an arc. I know it will do a
YZJKA move, but it will NOT do it fast. About 7ipm if I remember right.

So if you can code so that you are only doing 2 axis moves, that might help,
back and forth instead of a spiral pocket, or at least linear 3 axis moves,
no spirals..

Just tossing some thoughts out.

I posted a bunch of code above this post if you'd like to check it out. In Fusion, it does give me the "wrap toolpath" option, so I am only moving 2 axes (x and a). I'm really not sure how to do it using the g107. I'd have to see an example in order to understand that one. But either way, it seems like I'd end up with code moving 2 axes...

Another guy on here mentioned dropping the feed rate. I'm definitely going to give that a try.
 
Draw your part flat ie with x and y, draw a finish pass then offset the finish pass every .010 or less step over, then trim those pass's so you dont cut air.
Then use the g code I mentioned above switch y to A (cylinder mapping g107)
this will change you y axis to a axis movement.
now if you cant draw a arc in your software with out segments than you will have segments if you get g3 or g2s and g01s you will be fine.

Would you happen to have some code generated from this that I could check out? That would help me understand it better. I can wrap toolpath in Fusion 360, so I'm wondering if that's the same thing (although there's no g107) output, just a lot of x and a moves.
 
Would you happen to have some code generated from this that I could check out? That would help me understand it better. I can wrap toolpath in Fusion 360, so I'm wondering if that's the same thing (although there's no g107) output, just a lot of x and a moves.

He's talking about letting the machine wrap the profile around the part, not letting the cam program do it.

Basically program as if in XY, yet you use some code, with a factor for the diameter, and the machine
substitutes the A axis motion for Y. You may also need to mirror it, but there should be a code for
that also.. Get rid of all that tiny line segment crap.

You can see an example for a Fadal. Section 12 of the user manual. Just google Fadal Tech Docs.
On a Fadal its G17 Qword.

That should allow the machine to treat your paths as if they are nothing more than a regular
old G2 or G3.
 
Ive found on my Fadals that having a feedrate on any line involving the rotary axis will cause the machine to limp into DPM mode, for whatever reason.
Try changing your fast (rapid) feedrate to the same as your desired feedrate.
Then delete any F values (get rid of f entirely) except your first feed move (before it makes an A move).

Im willing to bet this cleans it up.
I have no problems feeding at up to 60ipm on my old falads on the rotary.
 
Ive found on my Fadals that having a feedrate on any line involving the rotary axis will cause the machine to limp into DPM mode, for whatever reason.
Try changing your fast (rapid) feedrate to the same as your desired feedrate.
Then delete any F values (get rid of f entirely) except your first feed move (before it makes an A move).

Im willing to bet this cleans it up.
I have no problems feeding at up to 60ipm on my old falads on the rotary.

Interesting... I'll definitely give this a shot and see what happens.
 
In the parameters there is one for A axis diameter, it controls/alters the feed rate for the rotory based on what dia you have in it.I'd try changing that as well , it kind of acts like the override only just for the a axis.
 








 
Back
Top