Community
Fusion Manufacture
Talk shop with the Fusion (formerly Fusion 360) Manufacture Community. Share tool strategies, tips, get advice and solve problems together with the best minds in the industry.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Lathe tool orientation and spindle rotation direction issues

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
ekcort
2161 Views, 2 Replies

Lathe tool orientation and spindle rotation direction issues

I am programming a Tormach CNC lathe with gang tooling.  My threading tool is on the negative side of the X axis, but it doesn't matter what I do, the tool orientation is always incorrect.  Also, when I post the program out, the g code has all values as positive regardless of tool orientation.  Also, when I post out g code, it says "tool x, turret".  Maybe this is the issue, it thinks all tools are on a turret.  Is there a place to change that?

2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: ekcort

Can you share your design? Also, which post are you using?

 

Message 3 of 3
ekcort
in reply to: Anonymous

Well, I finally figured it out.  Turret assignments is the answer!

 

/**
Copyright (C) 2012-2018 by Autodesk, Inc.
All rights reserved.

Tormach Lathe post processor configuration.

$Revision: 42008 bb5a14aa10359bc2d02a432899511ac65a5384e0 $
$Date: 2018-06-12 11:45:48 $

FORKID {693EAE9C-0F93-47F6-A5EF-8C22D24BA790}
*/


///////////////////////////////////////////////////////////////////////////////
// Turret Assignments
//
// The following tooling options are controlled by the Turret number associated
// with the tool in the tool library.
//
// Turret 0 = Positional Turret
// Turret 1 = Quick Change Front Tool Post
// Turret 2 = Quick Change Rear Tool Post
// Turret 3 = Gang Tooling on Front Tool Post
// Turret 4 = Gang Tooling on Rear Tool Post
//
///////////////////////////////////////////////////////////////////////////////

 

 

 

In the tool library, under every tool, go to "Post processor" tab and under turret, change the number to let the post processor know where the tool is positioned on the lathe.  They will all say turret, but they don't all mean it's a turret.  

 

The default is 0, so obviously the post processor kept programming it like if it was a turret lathe.  

I made the needed changes to my threading bar, which is set up as a gang tool on the front tool post (turret 3).  It is now working properly.   

Tool turret assignment.png

 

 

Also, under "Setup tab", I set chuck to turn clockwise as well.  CW is forward, and CCW is reverse.  It is from spindle's view point, not users view point.

Spindle rotation.png

 

I found the info below by going to the post processor screen and click "Open config"Post Processor screen.png

 

 

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report