What's new
What's new

mastercam v9- swapping "z" direction

ACE323

Cast Iron
Joined
Mar 28, 2005
Location
New Hampshire
Hey all

I'm trying to do some programming for a sliding headstock(swiss) lathe.In a nutshell this is my problem: On a normal lathe Z- is tool heading towards the chuck.On these machines, since the stock is what's moving it's Z+. G2's and G3's also must be reversed.

I'd like to be able to generate a program for the swiss machines without having to go back and swap 'em in the editor.What do I have to do for the code to post properly? Is there something in the job setup I can change?Do I have to edit my post processor?I switched my Cplane to -DZ but program still posts like a conventional lathe.
Please help

Thanks

Ace
 
Look for a line similar to this.......................
z_mult : 1 #Multiplier for output on Z axis (Neg. switches sign of Z)

If you change the 1 to -1 then the output in Z will be negetive.

Dave
 
Hi,
Can you give me step by step how did you change Z direction so I dont have to do this manually?
Im using Mastercam Turn X5 for my swiss programming.
Does G2 and G3 change too?
Thank you
If you have more tricks for make it easy for me to using for swiss programming please share!!
Thank you again..
 








 
Back
Top