- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey everyone, I am currently working off my dads plasma cutter / water jet machine and Im trying to match his codes to my post.
One of the issues I am having is that I tried to download Autodesk Fusion 360 Post Processor Utility and on mac I can't seem to get it to work but finding a line in. my Gcode where I need to edit the post. That is 1 problem I am having but very minor I would say. Im not sure if it matters but I am on a mac. I can't seem to find help really on youtube videos for mac setup for this.
The big issue I am having is that I am trying to add in the line that is a subprogram for the feed rates on his controller / machine.
P0119 L1
I want the machine to run M98 and when it does run that I want it to add "P0119 L1" with it.
I was able to go into the code and see where it calls either M98 or M9. I tired to add a string to the ternary operator as shown in the picture but when I run the post it all comes back as an error. I'm not super good with JS but I know a little and my guess is that it's because it's returning M format
(block of code where it determines M98 or M9)
(an edit by adding a string at the end of the ternary hoping it would work but it just caused an error every time I tried to set up the post processor and generate g code)
(an image of the code that is being generated from fusion)
\
(what I want to achieve in the M98 line)
Solved! Go to Solution.