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: 

How to disable the I and J output in Fusion 360 3d program CAM

11 REPLIES 11
SOLVED
Reply
Message 1 of 12
Aadithya01
1170 Views, 11 Replies

How to disable the I and J output in Fusion 360 3d program CAM

Hey can anyone tell me how to disable the I and J coordinates in the output cam Program for FANUC 

Tags (1)
11 REPLIES 11
Message 2 of 12
LibertyMachine
in reply to: Aadithya01

For XYZ motion or 4th axis movement?

 

If the former, there is a toggle at the Post Process screen; useRadius

Setting it to "Yes" will output "R's" instead of I and J


Seth Madore
Owner, Liberty Machine, Inc.
Good. Fast. Cheap. Pick two.
Message 3 of 12

Or if you want to get rid of arcs altogether, in the post processor, change allowedCircularPlanes from undefined to 0. This will linearize all arcs

Message 4 of 12
Aadithya01
in reply to: George-Roberts

HEy @George-Roberts

 

For the fanuc post processor i dont have the option for allowedCircularPlanes ... 

Message 5 of 12
Aadithya01
in reply to: LibertyMachine

Hey @LibertyMachine @George-Roberts

 

Do you know how to disable T01 M06 line from the post program output for fanuc .. My customer had asked this .. cause his CNC machine doesn't have a tool magazine .. so is there any setting in Fusion 360 to disable the T01 M06 line. 

Message 6 of 12
LibertyMachine
in reply to: Aadithya01

I would look at the posts for the Mach3 or the Tormach. Both of those have toggles for "changeTools" or something to the effect

 

Of course, you could also brute force it and delete the section in RED

 

    disableLengthCompensation();
    writeBlock("T" + toolFormat.format(tool.number), mFormat.format(6));
    if (tool.comment) {
      writeComment(tool.comment);

Seth Madore
Owner, Liberty Machine, Inc.
Good. Fast. Cheap. Pick two.
Message 7 of 12


@Aadithya01 wrote:

HEy @George-Roberts

 

For the fanuc post processor i dont have the option for allowedCircularPlanes ... 


Yes you have at the beginning of every post.

aaaaaa.png



Ivan Stanojevic


Message 8 of 12
Aadithya01
in reply to: LibertyMachine

I just did this 

 

// writeBlock("T" + toolFormat.format(tool.number), mFormat.format(6));

 

I just added the // backslahes and that worked . Many thanks @LibertyMachine

Message 9 of 12
Aadithya01
in reply to: LibertyMachine

Hey @LibertyMachine @ivan.stanojevic@George-Roberts

 

T1 M06 is sucessfully diabled 

 

How to disable H01 ... ??

Message 10 of 12

Search for:

 

hFormat.format(lengthOffset)

and delete it.



Ivan Stanojevic


Message 11 of 12

Error(C:\POST PROCESSORS\fanuc.cps:1049): ReferenceError: f is not defined

 

After deleting H offset  like you said it is saying the above error 

 

Please see the attached fanuc post processor where I had made the change

Message 12 of 12

You have a typo.
Delete letter f on the 1049 line.


Ivan Stanojevic


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

Post to forums  

Autodesk Design & Make Report