Tool Change Walkthrough Masso

Don’t own an Elite Series yet, doing my research. Can anyone link me to a video or written source that shows the process on the Masso controller for a multiple tool path multiple tool change and what that might look like on the screen. I’m familiar with creating gCode files in Carbide Create and running a Shapeoko with Carbide Motion. I know what the on-screen commands look like in Motion, like to know what its like on the Masso for the Elite machine.

Thanks for you time…

Let me try rephrasing my question. Can anyone here with an Elite series machine tell me if the Masso shuts down the machine and prompts (pop up message or otherwise) to change tools on multi tool cut file?

Yes it does that exactly, and moves the spindle to your pre set location for tool changes and if you populate the tool table it will tell you what tool by description to load, then hit cycle start, you do need ( I Think) the tool setter to fully use this option.
Pat

Mitchells woodworking channel has lots of good videos with the Masso.

Here’s one addressing your question.

4 Likes

I just got my elite machine up and running and I am trying to process a file with multiple tool paths.

I have a tool setter installed and configured, and I am using Fusion360. I have the latest versions of the Masso, and Onefinity, Post Configuration files loaded, and I have tried both.

The gcode shows the three tools in the top comment section, and there are three separate tool paths. But there is nothing to actually change the tool.

I am struggling to understand if this is a Fusion post processing issue, a Onefinity/Masso configuration file issue, or the physical Masso Configuration.

Any help would be greatly appreciated.

You have the paid version of Fusion?

Yes, I do now. I used the hobby version for a couple of years and made purchase a month or so ago.

Nice.

Which exact Masso PP are you using - I think the Autodesk Rev 44115 is the latest.

That’s the one I have.

The Onefinity one is the same rev number, are they the same?

Maybe I am doing something wrong in the Fusion setup.

Life got in the way for a few days. Got it working now with the Onfinity.cps, would not work with the Masso.cps. At least not for me.

Thanks

Can you share your solution, or the steps you used? Or even what the gcode commands are that get emitted by the PP to go through the tool change sequence?

My newly-installed Elite stops and spins down the router after the first tool’s paths are finished, but only for a couple seconds before spinning right back up again and starting the next tool’s path. It doesn’t travel to the tool change location, or give me any prompts.

In the gcode there’s a comment indicating there should be a tool change there, but otherwise nothing special that would seem to tell the machine to wait for a tool change.

The video series linked higher up on the thread explains how to set the tool change location and how to set up the z-probe (both of which I’ve done) but not how to create a gcode file that will actually stop for tool changes

Which Masso software version do you have installed, and which CAD/CAM software, and which Masso post processor are you using?

Ah, sorry. CAD/CAM is Autodesk Fusion, which is why I came to this thread particularly.

  • Fusion (latest, paid subscription)
  • Masso v5.07
  • Postprocessor “onefinity.cps”
    Onefinity post processor configuration rev 44145 2024-09-19

(specifically, here’s the git SHA)
$Revision: 44145 4f7aaa6c97df2d49db23603652fb3cf23f709aa1 $
$Date: 2024-09-19 10:09:13 $

So, according to the Masso gcode reference, there should be a T command, an M06 command, and possibly a MSG command prompting for the tool change. The head of each of my path sections looks like this, with a parenthetical comment about changing tool, but no TXX, M06, or MSG command:

(TRACE1)
N25 M0
(MANUAL TOOL CHANGE TO T4)
N30 S5000 M3
N35 G17 G90 G94
N40 G54
N45 G0 X0.5906 Y0.5906

 --- snip rest of first path --- 

(TRACE2)
N105 M0
(MANUAL TOOL CHANGE TO T2)
N110 S5000 M3
N115 G17 G90 G94
N120 G54
N125 G0 X0.9843 Y0.9843
1 Like

I use the Masso post processor on the Autodesk site - I use Fusion as well but not licensed (I envy your tool change abilities :smile:).

Try here and it should work…

https://docs.masso.com.au/cam-post-processors/fusion-360

1 Like

@TMToronto as it turns out, the link you sent leads to the exact same revision of the postprocessor code I’m using. My copy has a Onefinity-branded header at the top and the one you linked has a Masso-branded header at the top, but that’s just the comments. The code is bytewise identical.

So I still haven’t gotten it to work via the postprocessor. It still just emits a spindle off command followed by a comment like “(Manual tool change to T3)”, which, being a comment, of course doesn’t do anything.

I’m working around it for now by manually inserting a Tx M6 command at every tool change location in the gcode. This does the job, but it’s tedious and annoying to edit the gcode by hand for every project.

Can you share your Masso printable settings file.
https://docs.masso.com.au/MASSO_FAQ/support

Also, I can’t test your multiple tool change gcode file as a whole, as I do not have the paid Fusion version, but if you send me your Fusion CAD file, I could run the toolpath - each separately - with my PP and see what gcode is produced.