Anyone have Nomad 3 setup

Has anyone created a setup for the Nomad?
I would appreciate any tips of configuration advice

I am having trouble getting probing to work as expected.

Yea we have done it internally.

What is the issue you are having with probing? Can you give us more detail?

I may be doing something wrong.
Regardless of where I tell Millmage is machine zero the position of the probe point is about -3x -5y and moving away to over the work area is a negative number as shown in the position display. Z I have set to up as positive but if I initiate a probe it hard limit triggers I think on the Z

To test in general I did a few “FRAME” runs to see if it knew where the stock was in relation to the machine and that seems to work OK.

So XY zero on that machine should be back left and Z should be top if I remember right.

The first move the probe macro generates is sending the Z to Z0. We may need to change that. If it’s causing you an issue you can edit the macro in Device Settings → Custom Gcode Tab-> tool length probe. There will be a move at the beginning that is G53 Z0. Make it Z-2 maybe.

That should fix the z crash.

No matter how I set it up in the device wizard for machine orientation. The back right corner reports as x and y zero and moving over the work area is negative.

In device setup I have 0,0 back left and after homing all:

If I jog left forward from here

After changing to front left I and homing:


If I jog left forward from here

I did get tool change probe to work, the Alarm was due to the G0 to 0 on X and Y since the machine is already at -3,-3 and over the work area is negative.

It seems no matter where I define 0,0 it is being ignored

That is correct.

That device sets 0,0 in the top right of the workspace and the machine coordinates are all negative. This is pretty common with GRBL devices.

You would then jog to where you want your project’s origin to be and click “Zero Workpiece axis” buttons accordingly.

OK basic level working. Now to tweak and play

1 Like

Couple of notes:

I cannot seem to recover from a door open event. Machine shows BUSY and nothing seems to release this short of turning off the Mill

This next item may be more of a software issue but I don’t see to be able to go to work space x,y 0 using the position tool. Regardless of the Workspace toggle it goes to machine postion.

I am also unable to find somewhere to set a wait time for spindle to get to speed.

Tool change not working either screen shot shows tool change that works in gcode from Carbide Motion and left is tool change that does not in Millmage
image
Running it results in the following error
error:20
Unsupported or invalid g-code command found in block.

Ok. Lots of questions and answers -

Door- I’ll ask our team member with the nomad. He had the door issue too but got around it.

Workspace 0,0 - if you open the console and click “show all” at the bottom left and the. Send the command from goto, what do you see being sent and is there an error?

Spindle pause for speed- in Custom G-Code go
To the “Spindle On” command. Add a line after the M3 call and add “G4 P3” the p command is how long in seconds it needs to wait.

Tool Change - the carbide firmware doesn’t actually support tool changes. That m6 command is being intercepted by Carbide motion and it runs a tool change macro. We do the same but it’s a bit more involved that I can explain here. It’s detailed in the MillMage docs though.

1 Like

We’ve been running the Nomad³ for over a year at events and it’s been working great with MillMage. The door switch works well with MillMage and will interrupt the job as expected when opened. My workflow for resuming control after the enclosure has been open works if you hit the Stop button twice once the door has been closed and the safety interlock has been triggered. I haven’t opened the enclosure mid-operation however.