Multicam 3000 post, position at end off program.

Multicam 3000 post, position at end off program.

marcus2GYRP
Observer Observer
257 Views
2 Replies
Message 1 of 3

Multicam 3000 post, position at end off program.

marcus2GYRP
Observer
Observer

Does someone know how to change in the post-processor where the machine stops right before the M2 command?

 

for now, it stops at X0Y0 (metric) but I want it to stop at for example at X2900 Y0 how do I do that?

0 Likes
258 Views
2 Replies
Replies (2)
Message 2 of 3

karina.harper
Autodesk Support
Autodesk Support
Hey Marcus, you might have better luck in the post forum. https://forums.autodesk.com/t5/hsm-post-processor-forum/bd-p/218

Karina Harper

Software QA Engineer, Fusion

What's New in Fusion | Contact Support | EDU Support | Support Board Best Practices


0 Likes
Message 3 of 3

engineguy
Mentor
Mentor

@marcus2GYRP 

 

You can change the Post Processor to output the code as below

 

N75 X2900 Y0
N80 M2

 

By going to the "onClose" section at the end of your Post Processor and commenting out the original X/Y Retract line by placing two // characters in front and inserting the line of code above it as shown below

 

Multicam PP modification.jpg