Page 1 of 2 12 LastLast
Results 1 to 12 of 13

Thread: Engraving on Haas lathe

  1. #1
    Registered
    Join Date
    Sep 2011
    Location
    Canada
    Posts
    12
    Downloads
    0
    Uploads
    0

    Engraving on Haas lathe

    Just waiting for my DS30SSY to get here and wondering if I can engrave on pieces without the use of cam software. I know mills have G47, but I dont see it listed for lathes.

    Thanks in advance for any help.


  2. #2
    Registered KenFoulks's Avatar
    Join Date
    Aug 2010
    Location
    USA
    Posts
    569
    Downloads
    0
    Uploads
    0
    CNC,
    There are no canned cycles on a lathe for engraving.
    Thanks,
    Ken Foulks


  3. #3
    Registered
    Join Date
    Sep 2011
    Location
    Canada
    Posts
    12
    Downloads
    0
    Uploads
    0
    The funny thing is that on the Haas website, under the lathe control page, it mentions engraving. Guess I will have to wait to hear back from my salesman.


  4. #4
    Registered KenFoulks's Avatar
    Join Date
    Aug 2010
    Location
    USA
    Posts
    569
    Downloads
    0
    Uploads
    0
    Engraving has been removed, thank you for pointing that out.
    Thanks,
    Ken Foulks


  • #5
    Registered
    Join Date
    Feb 2007
    Location
    USA
    Posts
    318
    Downloads
    0
    Uploads
    0
    Ken,

    Dumb question, I guess. Why on earth would a company make a lathe, with live tooling, y axis, c axis, and a sub-spindle, knowing that many will want to engrave serial numbers, part numbers, etc., and not include the engraving canned cycle? Especially when said company already has the programs, parameters, etc., in use in their mills which use the same control! It almost seems counter-intuitive. No...down right silly!

    Mike


  • #6
    Registered
    Join Date
    Aug 2009
    Location
    US
    Posts
    235
    Downloads
    0
    Uploads
    0
    Why on earth would you spend 150k on a machine and not spend another 10 on cam software to program it? Lets look at my stats:

    Machine crashes before cam software-3
    Machine crashes after cam software-0
    Programming time before cam software-Too frakin' long
    Programming time after cam software-Always less than 1 hour

    I'd say the software is more valuable than the machine. Save a cnc machine, buy cam software!!!!!


  • #7
    Registered
    Join Date
    Feb 2007
    Location
    USA
    Posts
    318
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by double a-ron View Post
    Why on earth would you spend 150k on a machine and not spend another 10 on cam software to program it? Lets look at my stats:

    Machine crashes before cam software-3
    Machine crashes after cam software-0
    Programming time before cam software-Too frakin' long
    Programming time after cam software-Always less than 1 hour

    I'd say the software is more valuable than the machine. Save a cnc machine, buy cam software!!!!!
    Not to start an arguement, but:

    Why? Let's look at my stats:

    Machine crashes before cam software-0 (bought machine new almost 5 years ago. Now has over 1.8 million tool changes.)

    Programming time before cam software-Less than 1 hour on the most complex part we have made on our SL-10, using all available tool positions. Most programs are written in under 20 minutes, at the machine.

    The only thing I use my cam software for is when there is a complex profile needing to be turned.

    I'd say the programmer/setup guy/operator is more valuable than the machine.

    My $0.02.

    Mike


  • #8
    Registered
    Join Date
    Nov 2006
    Location
    US
    Posts
    250
    Downloads
    0
    Uploads
    0
    Depends on the parts you're making. If there's a CAD model of it already I would never bother writing manual (since mastercam will post canned cycles). But if it's a part that only has a 2d print I'd do it by hand. Myself I do it that way so I don't have to deal with typos, more than anything else.

    The G47 is useful but it's also limiting since you don't have much control over the way the engraving works, besides for size and depth. I've never actually used it on a customer part, prefer to write a macro to accomplish the same thing with my own letters...


  • #9
    Registered
    Join Date
    Aug 2009
    Location
    US
    Posts
    235
    Downloads
    0
    Uploads
    0
    There is simply no way you can write a dual spindle program by hand cost effectively. Especially if there is complex milling and surfacing involved. I just ran a 1mb program in my tl-15. It would take days to write it longhand, I did it in less than an hour. Would you program a mill by hand?

    I guess if your doing simple 2 axis parts, cam software might seem unnecessary but, the poster was inquiring about a machine with one more axis than mine, and three more than yours. I would hope if he's dropping that kind of cash on a machine he's not planning on making stand offs and washers. I just finished 200 double sided wheel center caps. The front was domed and had the company's custom logo on it. The logo had to be 3 axis contoured into it which meant code like this:

    %
    O1( 1.NCF )
    ( FORMAT, HAAS TL15 [CEW] IAML2944.56.13IM.PST )
    ( MDD, HAAS_TL15_2944.MDD REV, 3 )
    ( VMM, HAAS_TL15_2944.VMM REV, 1.1.1.3 )
    G20 ( OUTPUT IN ABSOLUTE INCHES )
    ( 10/28/2011 AT 2:18 PM )
    M31
    G50 S4000
    G00 B0.
    ( OPERATION 5, CONTOUR )
    ( DXF LAYER 'LAYER0' )
    ( TOOL POSITION 9, 0.25 DIA. COUNTERSINK )
    ( CS#2 - XY PLANE )
    ( TURRET )
    ( MAIN SPINDLE )
    G54
    G00 G53 Z-0.1
    G00 G53 X-0.1
    N1 T909
    G00 B0.
    G98
    G17
    G97 P3000 M133
    G00 G28 H0.
    M19
    M154
    G04 P1.
    G00 Z0.08 C0. M08
    X-0.4046
    Z0.05
    G01 Z-0.04 F8.
    X-0.4171 Z-0.0401
    X-0.4298
    X-0.4426 Z-0.0402
    X-0.4924 Z-0.0405
    X-0.5177 Z-0.0407
    X-0.5304 Z-0.0408
    X-0.5432 Z-0.0409
    X-0.6438 Z-0.0417
    X-0.6903 Y0.3943 Z-0.0421
    X-0.7147 Y0.3938 Z-0.0423
    X-0.7272 Y0.3934 Z-0.0424
    X-0.7335 Y0.3932 Z-0.0425
    X-0.7366 Y0.393
    X-0.7398 Y0.3929 Z-0.0426
    X-0.7858 Y0.3907 Z-0.043
    X-0.8099 Y0.3892 Z-0.0432
    X-0.8221 Y0.3884 Z-0.0433
    X-0.8283 Y0.3879 Z-0.0434
    X-0.8315 Y0.3877
    X-0.8346 Y0.3875
    X-0.8802 Y0.3835 Z-0.0439
    X-0.9039 Y0.3811 Z-0.0441
    X-0.9159 Y0.3798 Z-0.0443
    X-0.922 Y0.3791
    X-0.9281 Y0.3784 Z-0.0444
    X-0.9736 Y0.3727 Z-0.0448
    X-0.9968 Y0.3694 Z-0.0451
    X-1.0086 Y0.3677 Z-0.0452
    X-1.0145 Y0.3668 Z-0.0453
    X-1.0205 Y0.3658
    X-1.0427 Y0.3622 Z-0.0456
    X-1.0542 Y0.3603 Z-0.0457
    X-1.0601 Y0.3593 Z-0.0458
    X-1.063 Y0.3588
    X-1.066 Y0.3582
    X-1.0878 Y0.3543 Z-0.0461
    X-1.0992 Y0.3521 Z-0.0462
    X-1.105 Y0.351 Z-0.0463
    X-1.1079 Y0.3504
    X-1.1109 Y0.3498
    X-1.132 Y0.3455 Z-0.0466
    X-1.1433 Y0.3431 Z-0.0467
    X-1.1491 Y0.3418 Z-0.0468
    X-1.1521 Y0.3412
    X-1.1536 Y0.3408
    X-1.1551 Y0.3405
    X-1.1748 Y0.336 Z-0.0471
    X-1.1862 Y0.3334 Z-0.0472
    X-1.1923 Y0.3319 Z-0.0473
    X-1.1954 Y0.3312
    X-1.197 Y0.3308
    X-1.1978 Y0.3306
    X-1.1986 Y0.3304
    X-1.2058 Y0.3286 Z-0.0474
    X-1.212 Y0.327 Z-0.0475
    X-1.2158 Y0.3261 Z-0.0476
    X-1.2179 Y0.3256
    X-1.22 Y0.325
    X-1.2319 Y0.3219 Z-0.0477
    X-1.2369 Y0.3206 Z-0.0478
    X-1.2392 Y0.32
    X-1.2403 Y0.3197
    X-1.2413 Y0.3194 Z-0.0479
    X-1.2638 Y0.3132 Z-0.0481
    X-1.2739 Y0.3104 Z-0.0483
    X-1.2786 Y0.309
    X-1.281 Y0.3083
    X-1.2832 Y0.3077 Z-0.0484
    X-1.3045 Y0.3013 Z-0.0486
    X-1.3146 Y0.2981 Z-0.0488
    X-1.3195 Y0.2966
    X-1.3219 Y0.2959 Z-0.0489
    X-1.3243 Y0.2951
    X-1.3644 Y0.2817 Z-0.0494
    X-1.3874 Y0.2721 Z-0.0497
    X-1.3759 Y0.2856
    X-1.3203 Y0.3948 Z-0.0507
    X-1.9969 Z-0.0659
    X-2.0614 Y0.2729 Z-0.0654
    X-2.1309 Y0.1418 Z-0.0659
    X-1.5259 Z-0.051
    X-1.5318 Y0.1141 Z-0.0509
    X-1.5311 Y0.0862 Z-0.0507
    X-2.1603 Z-0.0665
    X-2.2874 Y-0.1537 Z-0.0707
    X-2.4151 Y-0.3948 Z-0.0784
    X-1.7565 Z-0.0598
    X-1.6723 Y-0.238 Z-0.0551
    X-1.6656 Y-0.2352 Z-0.0549
    X-1.6578 Y-0.2372 Z-0.0548
    X-1.5982 Y-0.2932 Z-0.0543
    X-1.4564 Y-0.3431 Z-0.0522
    X-1.2686 Y-0.3737 Z-0.0493
    X-0.9964 Y-0.3948 Z-0.0456
    X-0.9425 Z-0.0449
    X-0.9161 Z-0.0446
    X-0.9031 Z-0.0444
    X-0.8966 Z-0.0443
    X-0.8901
    X-0.8362 Z-0.0436
    X-0.8098 Z-0.0433
    X-0.7967 Z-0.0432
    X-0.7902 Z-0.0431
    X-0.7837 Z-0.043
    X-0.7298 Z-0.0425
    X-0.7034 Z-0.0422
    X-0.6903 Z-0.0421
    X-0.6773 Z-0.042
    X-0.571 Z-0.0411
    X-0.4751 Z-0.0404
    X-0.4201 Y-0.3949 Z-0.0401
    X-0.3936 Y-0.3944 Z-0.0399
    X-0.3805 Y-0.3941
    X-0.374 Y-0.3939 Z-0.0398
    X-0.3676 Y-0.3937
    X-0.313 Y-0.391 Z-0.0395
    X-0.2869 Y-0.3892 Z-0.0393
    X-0.2741 Y-0.3882
    X-0.2678 Y-0.3877 Z-0.0392
    X-0.2616 Y-0.3872
    X-0.2348 Y-0.3846 Z-0.0391
    X-0.2218 Y-0.3833 Z-0.039
    X-0.2154 Y-0.3826
    X-0.209 Y-0.3819 Z-0.0389
    X-0.1825 Y-0.3787 Z-0.0388
    X-0.1696 Y-0.377 Z-0.0387
    X-0.1569 Y-0.3753
    X-0.1308 Y-0.3714 Z-0.0385
    X-0.118 Y-0.3694
    X-0.1054 Y-0.3673 Z-0.0384
    X-0.0798 Y-0.3629 Z-0.0383
    X-0.0673 Y-0.3605 Z-0.0382
    X-0.0548 Y-0.3581
    X-0.0046 Y-0.3475 Z-0.0379
    X0.0195 Y-0.3418 Z-0.0378
    X0.0313 Y-0.3389
    X0.0371 Y-0.3375
    X0.0428 Y-0.336 Z-0.0377
    X0.0906 Y-0.3229 Z-0.0376
    X0.1134 Y-0.316 Z-0.0375
    X0.1245 Y-0.3125 Z-0.0374
    X0.1301 Y-0.3108
    X0.1355 Y-0.309
    X0.1804 Y-0.2936 Z-0.0372
    X0.2018 Y-0.2856
    X0.2122 Y-0.2816 Z-0.0371
    X0.2225 Y-0.2775
    X0.303 Y-0.2415 Z-0.0369
    X0.3183 Y-0.2491 Z-0.037
    X0.3912 Y-0.3047 Z-0.0382
    X0.4237 Y-0.3143 Z-0.0386
    X0.4412 Y-0.3191 Z-0.0387
    X0.4502 Y-0.3216 Z-0.0388
    X0.4548 Y-0.3228 Z-0.0389
    X0.4571 Y-0.3234
    X0.4595 Y-0.324
    X0.493 Y-0.3324 Z-0.0393
    X0.5109 Y-0.3366 Z-0.0395
    X0.5202 Y-0.3387 Z-0.0396
    X0.5249 Y-0.3398 Z-0.0397
    X0.5273 Y-0.3403
    X0.5297 Y-0.3409
    X0.5972 Y-0.3545 Z-0.0405
    X0.635 Y-0.3611 Z-0.0409
    X0.655 Y-0.3643 Z-0.0412
    X0.6653 Y-0.3659 Z-0.0413
    X0.6705 Y-0.3667 Z-0.0414
    X0.6731 Y-0.367
    X0.6757 Y-0.3674
    X0.7113 Y-0.3723 Z-0.0418
    X0.7308 Y-0.3747 Z-0.0421
    X0.741 Y-0.3759 Z-0.0422
    X0.7462 Y-0.3765 Z-0.0423
    X0.7488 Y-0.3768
    X0.7515 Y-0.3771
    X0.7695 Y-0.379 Z-0.0426
    X0.7794 Y-0.38 Z-0.0427
    X0.7846 Y-0.3805 Z-0.0428
    X0.7872 Y-0.3808
    X0.7885 Y-0.3809
    X0.7892
    X0.7899 Y-0.381
    X0.805 Y-0.3824 Z-0.043
    X0.8157 Y-0.3833 Z-0.0431
    X0.8219 Y-0.3838 Z-0.0432
    X0.8252 Y-0.384 Z-0.0433
    X0.8286 Y-0.3843
    X0.8507 Y-0.3859 Z-0.0436
    X0.8598 Y-0.3865 Z-0.0437
    X0.8638 Y-0.3867 Z-0.0438
    X0.8657 Y-0.3868
    X0.8666 Y-0.3869
    X0.8675
    X0.8881 Y-0.3881 Z-0.0441
    X0.8976 Y-0.3885 Z-0.0442
    X0.9022 Y-0.3887 Z-0.0443
    X0.9045 Y-0.3888
    X0.9067 Y-0.3889
    X0.9853 Y-0.391 Z-0.0454
    X1.0076 Z-0.0457
    X1.0643 Z-0.0465
    X1.0933 Z-0.0469
    X1.108 Z-0.0471
    X1.1154 Z-0.0472
    X1.1228 Z-0.0473
    X1.1795 Z-0.0482
    X1.2085 Z-0.0487
    X1.2232 Z-0.0489
    X1.2306 Z-0.0491
    X1.238 Z-0.0492
    X1.2947 Z-0.0501
    X1.3237 Z-0.0507
    X1.3384 Z-0.0509
    X1.3457 Z-0.0511
    X1.3531 Z-0.0512
    X1.4683 Z-0.0534
    X1.7903 Y-0.3737 Z-0.0601
    X1.8177 Y-0.3718 Z-0.0608
    X1.8453 Y-0.3694 Z-0.0614
    X1.8722 Y-0.3663 Z-0.062
    X1.8991 Y-0.3628 Z-0.0626
    X1.9514 Y-0.354 Z-0.0638
    X2.0021 Y-0.3432 Z-0.065
    X2.0508 Y-0.3304 Z-0.0661
    X2.0974 Y-0.3156 Z-0.0671
    X2.1416 Y-0.2988 Z-0.0681
    X2.1829 Y-0.2804 Z-0.069
    X2.2211 Y-0.2602 Z-0.0699
    X2.2557 Y-0.2385 Z-0.0706
    X2.2866 Y-0.2156 Z-0.0713
    X2.3137 Y-0.1916 Z-0.0719
    X2.3368 Y-0.1665 Z-0.0724
    X2.3557 Y-0.1404 Z-0.0728
    X2.3704 Y-0.1136 Z-0.073
    X2.3806 Y-0.0862 Z-0.0732
    X2.3652 Y-0.0192 Z-0.0725
    X2.2962 Y0.0326 Z-0.0704
    X2.1889 Y0.0652 Z-0.0672
    X1.9589 Y0.0843 Z-0.0608
    X1.8673 Y0.089 Z-0.0585
    X1.823 Y0.0912 Z-0.0574
    X1.8013 Y0.0923 Z-0.0569
    X1.7905 Y0.0929 Z-0.0566
    X1.7851 Y0.0932 Z-0.0565
    X1.7798 Y0.0934 Z-0.0563
    X1.7344 Y0.0957 Z-0.0553
    X1.7122 Y0.0969 Z-0.0548
    X1.7012 Y0.0974 Z-0.0545
    X1.6902 Y0.098 Z-0.0543
    X1.6448 Y0.1003 Z-0.0532
    X1.6226 Y0.1014 Z-0.0528
    X1.6115 Y0.102 Z-0.0525
    X1.6006 Y0.1025 Z-0.0523
    X1.5552 Y0.1048 Z-0.0513
    X1.5329 Y0.106 Z-0.0509
    X1.5219 Y0.1065 Z-0.0506
    X1.511 Y0.1071 Z-0.0504
    X1.4655 Y0.1094 Z-0.0495
    X1.4433 Y0.1105 Z-0.0491
    X1.4323 Y0.1111 Z-0.0489
    X1.4214 Y0.1116 Z-0.0487
    X1.3759 Y0.1139 Z-0.0478
    X1.3537 Y0.1151 Z-0.0474
    X1.3427 Y0.1156 Z-0.0472
    X1.3372 Y0.1159 Z-0.0471
    X1.3318 Y0.1162 Z-0.047
    X1.2421 Y0.1207 Z-0.0455
    X1.2162 Y0.1241 Z-0.0451
    X1.194 Y0.1316 Z-0.0448
    X1.1782 Y0.1424 Z-0.0446
    X1.1703 Y0.1552
    X1.1717 Y0.1686 Z-0.0447
    X1.1817 Y0.181 Z-0.045
    X1.1995 Y0.1909 Z-0.0454
    X1.223 Y0.1974 Z-0.0458
    X1.2667 Y0.2025 Z-0.0466
    X1.2892 Y0.2046 Z-0.047
    X1.3006 Y0.2056 Z-0.0473
    X1.3064 Y0.206 Z-0.0474
    X1.3122 Y0.2065 Z-0.0475
    X1.3565 Y0.2092 Z-0.0483
    X1.3792 Y0.2101 Z-0.0487
    X1.3907 Y0.2105 Z-0.049
    X1.4023 Y0.2108 Z-0.0492
    X1.447 Y0.2112 Z-0.05
    X1.4698 Y0.2109 Z-0.0505
    X1.4813 Y0.2106 Z-0.0507
    X1.4928 Y0.2103 Z-0.0509
    X1.5833 Y0.2051 Z-0.0528
    X1.6446 Y0.1859 Z-0.0539
    X1.6638 Y0.1476 Z-0.054
    X2.4151 Y0.1457 Z-0.0747
    X2.4201 Y0.1736 Z-0.0751
    X2.4167 Y0.2014 Z-0.0753
    X2.4049 Y0.2286 Z-0.0752
    X2.385 Y0.2546 Z-0.0749
    X2.3573 Y0.2788 Z-0.0744
    X2.3225 Y0.3007 Z-0.0736
    X2.2814 Y0.3197 Z-0.0727
    X2.2349 Y0.3354 Z-0.0715
    X2.0203 Y0.3756 Z-0.0661
    X1.7864 Y0.3929 Z-0.0604
    X1.3648 Y0.3948 Z-0.0515
    X1.3495 Z-0.0512
    X1.2805 Y0.391 Z-0.0499
    X1.218 Y0.3866 Z-0.0488
    X1.1876 Y0.3844 Z-0.0482
    X1.1726 Y0.3834 Z-0.048
    X1.1652 Y0.3829 Z-0.0478
    X1.1578 Y0.3823 Z-0.0477
    X1.0351 Y0.3737 Z-0.0457
    X0.9981 Y0.3716 Z-0.0451
    X0.9799 Y0.3702 Z-0.0449
    X0.9619 Y0.3686 Z-0.0446
    X0.9256 Y0.3646 Z-0.0441
    X0.9079 Y0.3622 Z-0.0438
    X0.8992 Y0.361 Z-0.0437
    X0.8905 Y0.3597 Z-0.0435
    X0.8553 Y0.3537 Z-0.043
    X0.8383 Y0.3505 Z-0.0428
    X0.8299 Y0.3488 Z-0.0426
    X0.8217 Y0.347 Z-0.0425
    X0.7878 Y0.3392 Z-0.042
    X0.7716 Y0.3351 Z-0.0417
    X0.7637 Y0.333 Z-0.0416
    X0.7559 Y0.3308 Z-0.0415
    X0.7399 Y0.3262 Z-0.0413
    X0.7243 Y0.3214 Z-0.041
    X0.7088 Y0.3164 Z-0.0408
    X0.7013 Y0.3138 Z-0.0407
    X0.6938 Y0.3112 Z-0.0406
    X0.6639 Y0.2999 Z-0.0401
    X0.6498 Y0.2941 Z-0.0399
    X0.643 Y0.2912 Z-0.0398
    X0.6396 Y0.2898 Z-0.0397
    X0.6363 Y0.2883
    X0.6087 Y0.2754 Z-0.0392
    X0.5959 Y0.269 Z-0.039
    X0.5898 Y0.2657 Z-0.0389
    X0.5867 Y0.2641
    X0.5837 Y0.2625 Z-0.0388
    X0.5368 Y0.2338 Z-0.0381
    X0.5255 Y0.2268 Z-0.0379
    X0.5203 Y0.2232
    X0.5152 Y0.2196 Z-0.0378
    X0.5053 Y0.2121 Z-0.0376
    X0.5007 Y0.2083 Z-0.0375
    X0.4963 Y0.2046
    X0.4879 Y0.1967 Z-0.0373
    X0.484 Y0.1927
    X0.4804 Y0.1887 Z-0.0372
    X0.4735 Y0.1805 Z-0.0371
    X0.4674 Y0.1723 Z-0.037
    X0.462 Y0.1638 Z-0.0368
    X0.4575 Y0.1553 Z-0.0367
    X0.4536 Y0.1466
    X0.4506 Y0.138 Z-0.0366
    X0.447 Y0.1204 Z-0.0364
    X0.4467 Y0.1026 Z-0.0363
    X0.4558 Y0.0676 Z-0.0362
    X0.4776 Y0.0339 Z-0.0363
    X0.5113 Y0.0028 Z-0.0364
    X0.5214 Y-0.0045 Z-0.0365
    X0.5323 Y-0.0116 Z-0.0366
    X0.556 Y-0.0249 Z-0.0368
    X0.6442 Y-0.0517 Z-0.0376
    X0.8665 Y-0.0728 Z-0.0399
    X0.9061 Y-0.0747 Z-0.0404
    X0.9266 Y-0.0757 Z-0.0406
    X0.937 Y-0.0762 Z-0.0408
    X0.9422 Y-0.0764
    X0.9475 Y-0.0767 Z-0.0409
    X0.9871 Y-0.0785 Z-0.0414
    X1.0076 Y-0.0795 Z-0.0417
    X1.018 Y-0.08 Z-0.0419
    X1.0232 Y-0.0802
    X1.0285 Y-0.0805 Z-0.042
    X1.1065 Y-0.0842 Z-0.0431
    X1.1477 Y-0.0861 Z-0.0438
    X1.1689 Y-0.0871 Z-0.0441
    X1.1796 Y-0.0877 Z-0.0443
    X1.185 Y-0.0879 Z-0.0444
    X1.1877 Y-0.088
    X1.1904 Y-0.0882 Z-0.0445
    X1.2688 Y-0.0919 Z-0.0458
    X1.31 Y-0.0938 Z-0.0465
    X1.331 Y-0.0948 Z-0.0469
    X1.3416 Y-0.0953 Z-0.0471
    X1.347 Y-0.0956 Z-0.0472
    X1.3524 Y-0.0958 Z-0.0473
    X1.5143 Y-0.1035 Z-0.0505
    X1.5794 Y-0.1169 Z-0.0519
    X1.5882 Y-0.1346 Z-0.0522
    X1.5858 Y-0.1529 Z-0.0523
    X1.5721 Y-0.1699 Z-0.0522
    X1.5488 Y-0.184 Z-0.0518
    X1.4683 Y-0.2032 Z-0.0504
    X1.2843 Y-0.2108 Z-0.047
    X1.2518 Y-0.2138 Z-0.0465
    X1.219 Y-0.213 Z-0.046
    X1.1874 Y-0.2085 Z-0.0454
    X1.1587 Y-0.2005 Z-0.0448
    X1.1346 Y-0.1892 Z-0.0444
    X1.1163 Y-0.1755 Z-0.0439
    X1.1046 Y-0.1601 Z-0.0436
    X1.1003 Y-0.1437 Z-0.0434
    X0.3988 Y-0.1399 Z-0.0363
    X0.4065 Y-0.0901 Z-0.036
    X0.4103 Y-0.0479 Z-0.0359
    X0.3797 Y-0.0038 Z-0.0357
    X0.3636 Y0.0037 Z-0.0356
    X0.3558 Y0.0074 Z-0.0355
    X0.3519 Y0.0092
    X0.348 Y0.011
    X0.332 Y0.0186 Z-0.0354
    X0.3241 Y0.0222
    X0.3164 Y0.0259
    X0.3004 Y0.0334 Z-0.0353
    X0.2926 Y0.0371
    X0.2848 Y0.0407
    X0.2532 Y0.0556 Z-0.0352
    X0.2413 Y0.0573
    X0.2297 Y0.0589 Z-0.0351
    X0.2178 Y0.0606
    X0.2062 Y0.0623
    X0.1943 Y0.064 Z-0.035
    X0.1827 Y0.0656
    X0.1709 Y0.0673
    X0.1593 Y0.069
    X0.1123 Y0.0757 Z-0.0349
    X0.0653 Y0.0824
    X0.0213 Y0.0844
    X-0.0228 Y0.0865
    X-0.0449 Y0.0875
    X-0.0558 Y0.088
    X-0.0669 Y0.0885
    X-0.0885 Y0.0895
    X-0.0997 Y0.09 Z-0.035
    X-0.1053 Y0.0903
    X-0.111 Y0.0906
    X-0.1219 Y0.0911
    X-0.133 Y0.0916
    X-0.1439 Y0.0921
    X-0.1551 Y0.0926 Z-0.0351
    X-0.1659 Y0.0931
    X-0.1771 Y0.0936
    X-0.188 Y0.0941 Z-0.0352
    X-0.1992 Y0.0946
    X-0.21 Y0.0951
    X-0.2212 Y0.0956 Z-0.0353
    X-0.2321 Y0.0961
    X-0.2432 Y0.0967
    X-0.2541 Y0.0972 Z-0.0354
    X-0.2653 Y0.0977
    X-0.2762 Y0.0982 Z-0.0355
    X-0.2817 Y0.0984
    X-0.2873 Y0.0987
    X-0.3088 Y0.0997 Z-0.0356
    X-0.32 Y0.1002
    X-0.3256 Y0.1005 Z-0.0357
    X-0.3314 Y0.1007
    X-0.3529 Y0.1017 Z-0.0358
    X-0.3641 Y0.1022 Z-0.0359
    X-0.3697 Y0.1025
    X-0.3755 Y0.1028
    X-0.397 Y0.1038 Z-0.036
    X-0.4082 Y0.1043 Z-0.0361
    X-0.4138 Y0.1045
    X-0.4196 Y0.1048 Z-0.0362
    X-0.4411 Y0.1058 Z-0.0363
    X-0.4523 Y0.1063 Z-0.0364
    X-0.4579 Y0.1066
    X-0.4636 Y0.1068
    X-0.4853 Y0.1078 Z-0.0366
    X-0.4964 Y0.1084 Z-0.0367
    X-0.502 Y0.1086
    X-0.5077 Y0.1089
    X-0.5294 Y0.1099 Z-0.0369
    X-0.5405 Y0.1104 Z-0.037
    X-0.5461 Y0.1107
    X-0.5518 Y0.1109 Z-0.0371
    X-0.5735 Y0.1119 Z-0.0372
    X-0.5846 Y0.1124 Z-0.0373
    X-0.5902 Y0.1127 Z-0.0374
    X-0.5959 Y0.113
    X-0.64 Y0.115 Z-0.0378
    X-0.7051 Y0.1188 Z-0.0384
    X-0.7367 Y0.1192 Z-0.0387
    X-0.7656 Y0.1255 Z-0.0391
    X-0.7876 Y0.1369 Z-0.0394
    X-0.7994 Y0.1515 Z-0.0396
    X-0.7993 Y0.1673 Z-0.0398
    X-0.7872 Y0.1819
    X-0.7649 Y0.1931 Z-0.0396
    X-0.7358 Y0.1993 Z-0.0394
    X-0.6706 Y0.2089 Z-0.0389
    X-0.4981 Y0.2147 Z-0.0376
    X-0.4666 Y0.215 Z-0.0374
    X-0.4355 Y0.2127 Z-0.0372
    X-0.4057 Y0.2078 Z-0.037
    X-0.3778 Y0.2004 Z-0.0367
    X-0.3529 Y0.1908 Z-0.0365
    X-0.3318 Y0.1792 Z-0.0363
    X-0.3228 Y0.1728 Z-0.0362
    X-0.3149 Y0.166 Z-0.0361
    X-0.3081 Y0.1588 Z-0.036
    X-0.3026 Y0.1514 Z-0.0359
    X0.0031 Y0.1498 Z-0.0353
    X0.4448 Y0.1476 Z-0.0366
    X0.4496 Y0.173 Z-0.0369
    X0.4494 Y0.1857 Z-0.037
    X0.4487 Y0.192
    X0.4475 Y0.1983 Z-0.0371
    X0.4386 Y0.2235 Z-0.0373
    X0.4318 Y0.2356 Z-0.0374
    X0.4235 Y0.2473 Z-0.0375
    X0.4018 Y0.2702 Z-0.0377
    X0.3742 Y0.2914 Z-0.0379
    X0.3583 Y0.3014 Z-0.038
    X0.3411 Y0.3107 Z-0.0381
    X0.303 Y0.3277 Z-0.0382
    X0.1861 Y0.3507
    X0.1276 Y0.3622 Z-0.0383
    X0.0692 Y0.3737 Z-0.0385
    X-0.0573 Y0.3833 Z-0.0387
    X-0.1205 Y0.3881 Z-0.0388
    X-0.1838 Y0.3929 Z-0.0391
    X-0.2413 Y0.3948 Z-0.0393
    X-0.2916 Z-0.0395
    X-0.3167 Z-0.0396
    X-0.3419 Z-0.0397
    X-0.3919 Z-0.0399
    X-0.4046 Z-0.04
    G00 Z0.05
    ( OPERATION 6, CONTOUR )
    ( DXF LAYER 'LAYER0' )
    ( TOOL POSITION 9, 0.25 DIA. COUNTERSINK )
    ( TURRET )
    ( MAIN SPINDLE )
    G00 X-0.7345 C0. M08
    G01 Z-0.04
    X-1.2379 Y-0.0613 Z-0.0466
    X-1.2817 Y-0.0572 Z-0.0473
    X-1.3239 Y-0.0503 Z-0.048
    X-1.3639 Y-0.0408 Z-0.0487
    X-1.4012 Y-0.029 Z-0.0494
    X-1.4353 Y-0.015 Z-0.0501
    X-1.4658 Y0.001 Z-0.0507
    X-1.4922 Y0.0188 Z-0.0512
    X-1.5139 Y0.0383 Z-0.0517
    X-1.5944 Y-0.1073 Z-0.0536
    X-1.6136 Y-0.1399 Z-0.0543
    X-0.8776 Z-0.0419
    X-0.8729 Y-0.1548
    X-0.8622 Y-0.1691
    X-0.8463 Y-0.1819
    X-0.8254 Y-0.1929 Z-0.0417
    X-0.8006 Y-0.2015 Z-0.0416
    X-0.7728 Y-0.2075 Z-0.0413
    X-0.7432 Y-0.2107 Z-0.0411
    X-0.7128 Y-0.2108 Z-0.0408
    X-0.5365 Z-0.0393
    X-0.4368 Y-0.1974 Z-0.0385
    X-0.4143 Y-0.1907 Z-0.0383
    X-0.3961 Y-0.1813 Z-0.0381
    X-0.3834 Y-0.1698 Z-0.0379
    X-0.3771 Y-0.1571 Z-0.0378
    X-0.3777 Y-0.144 Z-0.0376
    X-0.385 Y-0.1314
    X-0.3986 Y-0.1202
    X-0.4176 Y-0.1112
    X-0.7345 Y-0.0919 Z-0.04
    G00 Z0.05
    Z0.08
    M155
    M09
    M135
    G00 G53 X-0.1
    G00 G53 Z-0.1
    M30
    %
    ( FILE LENGTH, 14787 CHARACTERS )
    ( FILE LENGTH, 123.52 FEET )
    ( FILE LENGTH, 37.72 METERS )


  • #10
    Registered
    Join Date
    Feb 2007
    Location
    USA
    Posts
    318
    Downloads
    0
    Uploads
    0
    I stand corrected! I always assumed a "lathe" was for turning applications. Even having a swiss screw machine, I never once considered the possibility for 3D profiling like a mill. I always thought live tools and Y axis would be nice for flats, cross holes, etc. I guess you learn something everyday.

    Mike


  • #11
    Registered
    Join Date
    Apr 2005
    Location
    Paradise, Ca, USA
    Posts
    634
    Downloads
    0
    Uploads
    0
    Mike, check this out. http://www.youtube.com/watch?v=DBwvp4c1ftM&feature=related]NL2500 3D turn - YouTube


  • #12
    Registered
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    11985
    Downloads
    0
    Uploads
    0
    What on earth are you making, bolt together tree branches. Or prosthetics?
    An open mind is a virtue...so long as all the common sense has not leaked out.


  • Page 1 of 2 12 LastLast

    Similar Threads

    1. engraving on haas ?
      By pit202 in forum Haas Lathes
      Replies: 6
      Last Post: 10-23-2012, 11:24 PM
    2. Engraving using Haas mill
      By laurencen in forum Haas Mills
      Replies: 23
      Last Post: 04-25-2011, 06:43 PM
    3. Need Help!- Engraving on Haas VF-1
      By pitbull in forum Haas Mills
      Replies: 6
      Last Post: 04-07-2008, 08:02 AM
    4. Engraving on a CNC lathe
      By andyha2000 in forum General Metalwork Discussion
      Replies: 0
      Last Post: 01-31-2008, 04:35 PM
    5. Engraving on an Arc using Haas Super Mini MIll
      By chop5280 in forum Haas Mills
      Replies: 10
      Last Post: 04-10-2006, 07:42 PM

    Tags for this Thread

    Posting Permissions



    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.