586,076 active members*
3,799 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > Autodesk CAM > Fusion 360 turning lathe
Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2008
    Posts
    51

    Fusion 360 turning lathe

    Just drew up a part and camed. Seems that fusion turning is quit robust. I used a groove/turn tool and it gave me 2 or3 toolpath options. The simulation is great too. When you turn the stock on the part looks rendered when it is machined. Looks very realistic. I am impressed thus far with it, but didn't post any code yet.

  2. #2
    Join Date
    Aug 2015
    Posts
    11

    Re: Fusion 360 turning lathe

    Great, let us know how it goes once you post.

  3. #3
    Join Date
    Mar 2005
    Posts
    159

    Angry Re: Fusion 360 turning lathe

    I've been trying to cut a simple part using Fusion360.

    no matter what settings / strategy I use, I always see rounded corners on the simulation and G3 calls in the profiling section.. On a straight profile??
    The model doesn't have a single angle or arc on it.

    I've tried it on two separate computers and also tried it using Inventor 2016.
    All do the same.


    Model:
    Attachment 291922

    Note arc in tool path:
    Attachment 291924


    Note G18 and G3 in code.
    Code:
    N51 M9
    N52 M1
    N53 T101
    N54 G98
    N55 M22
    N56 G97 S1200 M3
    N57 M8
    N58 G0 X1.2598 Z0.1969
    N59 G0 Z-0.11
    N60 X0.6592
    N61 G1 X0.4429 F8.
    N62 G18 G3 X0.46 Z-0.1412 R0.0612
    N63 G1 Z-2.4162
    N64 X0.6
    N65 G0 X0.6201
    N66 Z-0.11
    N67 X0.5924
    N68 G1 X0.4187 F8.
    N69 G3 X0.44 Z-0.1412 R0.0513
    N70 G1 Z-2.4162
    N71 X0.58
    N72 G0 X0.6001
    N73 Z-0.0976
    N74 X0.5637
    N75 G1 X0.3914 F8.
    N76 G0 Z-0.11
    N77 G3 X0.42 Z-0.1412 R0.0412 F8.
    N78 G1 Z-2.4162
    N79 X0.56
    N80 G0 X0.5801
    N81 Z-0.1
    N82 X0.5441
    N83 G1 X0.3375 F8.
    N84 G0 Z-0.11
    N85 G3 X0.4 Z-0.1412 R0.0312 F8.
    N86 G1 Z-2.4162
    N87 X0.56
    N88 G0 X1.2598
    N89 Z0.1969
    N90 G53 X0.
    Just messing around and I suppressed the center hole / threading.
    No more arc moves in the profile code!

    That's when the second error came to my attention.
    In the grooving section it's doing two groove cuts to form the small feature.
    First groove goes down to 0.22", second goes down to 0.20" so my cut part has a step in the feature.

    Code:
    N36 G0 X1.2598 Z-0.078
    N37 G0 X0.6324
    N38 G1 X0.4924 F1.8
    N39 X0.4724
    N40 X0.22
    N41 X0.4924
    N42 G0 Z-0.11
    N43 G1 X0.4724 F1.8
    N44 X0.409
    N45 X0.2
    N46 Z-0.078
    N47 X0.4736
    N48 G0 X1.2598
    N49 Z0.1969
    N50 G53 X0.
    Is there a CAM solution for turning that works??
    For something like this it's probably easier to learn G-code and code it myself.

  4. #4
    Join Date
    Mar 2005
    Posts
    159

    Re: Fusion 360 turning lathe

    Seems HSM thinks drilling and tapping are mill operations and this screws up the path generation for turning.
    The solution suggested is to edit the Post Processor.

    Find the line that reads "capabilities = CAPABILITY_TURNING;" and change it to "capabilities = CAPABILITY_MILLING | CAPABILITY_TURNING;"

    I haven't tried it yet as I'm not in the shop today.

  5. #5
    Join Date
    Jan 2016
    Posts
    19

    Re: Fusion 360 turning lathe

    Quote Originally Posted by Coolant Slinger View Post
    Just drew up a part and camed. Seems that fusion turning is quit robust. I used a groove/turn tool and it gave me 2 or3 toolpath options. The simulation is great too. When you turn the stock on the part looks rendered when it is machined. Looks very realistic. I am impressed thus far with it, but didn't post any code yet.
    What kind of groove/turn tool do you use? I am looking for one and have no idea what to get??

  6. #6
    Join Date
    Nov 2008
    Posts
    51

    Re: Fusion 360 turning lathe

    mpix00,

    I am using a Shars MGEHR3/4 Multidirectional tool.

    Coolant Slinger

Similar Threads

  1. Lathe Turning?
    By DennisCNC in forum EdingCNC
    Replies: 4
    Last Post: 06-22-2023, 07:25 PM
  2. lathe turning
    By klugster in forum MetalWork Discussion
    Replies: 10
    Last Post: 11-01-2012, 05:25 AM
  3. turning a 1/8 npt on a lathe
    By metalmansteve in forum G-Code Programing
    Replies: 2
    Last Post: 12-22-2009, 04:31 PM
  4. How to turn on the conveyor--99 Fusion Lathe
    By accuratecnc93 in forum Mazak, Mitsubishi, Mazatrol
    Replies: 5
    Last Post: 12-17-2009, 05:38 PM
  5. On Turning On A Lathe
    By Brenck in forum CNC Machine Related Electronics
    Replies: 11
    Last Post: 09-29-2009, 07:41 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •