LinuxCNC plasma / laser post processor

LinuxCNC plasma / laser post processor

Anonymous
Not applicable
4,148 Views
6 Replies
Message 1 of 7

LinuxCNC plasma / laser post processor

Anonymous
Not applicable

I am using Fusion 360 and LinuxCNC for a plasma that I built, but I couldn't find a post processor... so I ended up modifying an existing one.   I'm not a programmer and I'm sure there are errors with this file, but I thought I would post this and give someone more knowledgeable than me a starting point.

 

I have noticed a problem that when there are multiple parts to cut out (in an array for example), it doesn't turn off the plasma or laser in between... so you end up with some extra cuts that you don't want.  I don't have that many duplicate parts to cut out so I just go in and add a few M5 codes manually.  That works, but it would be nice if the post processor managed it properly.

0 Likes
Accepted solutions (1)
4,149 Views
6 Replies
Replies (6)
Message 2 of 7

GeorgeRoberts
Autodesk
Autodesk

Hello,

 

Thanks for posting. I've just tested your post processor and unfortunately, i'm not able to replicate this issue? The torch turns off after each cut

 

Would you mind sharing a file where you can see this issue?

 

Cheers

-

George Roberts

Manufacturing Product manager
If you'd like to provide feedback and discuss how you would like things to be in the future, Email Me and we can arrange a virtual meeting!
0 Likes
Message 3 of 7

Anonymous
Not applicable

Here is the f3d file as well as the G code that generated when I ran the file.  I'm new to this so I wouldn't be surprised if I'm doing something wrong in Fusion.

 

Thanks!

0 Likes
Message 4 of 7

bob.schultz
Alumni
Alumni
Accepted solution

You specify Clearance and Retract heights of 0 (no retracts between moves).  A Power Off command is not issued in this case.  Adding a small Clearance or Retract height will cause the Power Off command to be generated.  The Single Setup does have clearance/retract values and does turn off the power.

 

Retract.png

 

 

 



Bob Schultz
Sr. Post Processor Developer

0 Likes
Message 5 of 7

Anonymous
Not applicable

That was it.  Thank you.

0 Likes
Message 6 of 7

Anonymous
Not applicable

Hi ,

that is my Linuxcnc plasma postprocessor  :

M3 stop

M5 start

simply....:)

 

Message 7 of 7

Chellomg
Explorer
Explorer

thanks . 

YOU ARE A SIR.

thank you very much, I was struggling with this post processor situation for a good while. 

0 Likes