Setting Z Offsets
- Jmcghee
- Offline
- New Member
- Posts: 6
- Thank you received: 0
I’m an experienced manual machinist but 100% CNC neophyte. There’s probably an obvious answer to this, but I can’t for the life of me sort it out. I'm trying to program my Z tool offsets (3 axis mill) and am pulling my hair out. I've got 15 or so tools in holders that should handle 99% of the work I'll do. I set all the Z heights in the tool table by doing the following:
-Load the tool & MDI a T(n) M6 G43
-Selected "touch off to fixture"
-Very carefully jog down to a machined flat piece of stock and take a whisper cut
-Hit tool touch off button and leave at 0
I repeated that process for all the tools on the same flat surface. As I understand it, the Z offsets for each tool are now set relative to one another, but not in space.
Then I made a fairly simple program that uses all the tools, with all of them taking a facing cut. My process was to edgefind my origin and hit the "touch off" (not "tool touch off") button in X and Y, load the tool, jog down & take a whisper cut in Z, and "touch off" in Z. I was expecting this process to work (seems pretty straightforward) but it definitely didn't. Using the above it'll cut air, somewhere around 2" above the stock top.
I reloaded all my tools 3 separate times just to make sure I didn't make a math error, or change something inadvertently, but no luck. feel like I'm missing something simple, but can't get it. Anyone see something obvious I left out?
Please Log in or Create an account to join the conversation.
- jbraun
- Offline
- Senior Member
- Posts: 71
- Thank you received: 15
"Tool touch-off to fixture is relative to the ninth (G59.3) coordinate system"
linuxcnc.org/docs/2.8/html/gui/axis.html#_a_typical_session
I leave the original post anyway because it's a well done video.
I use method #3 mostly because it's the way I was trained.
Method #2 looks like a good option.
From what you posted it sounds like method #! is being used.
Please Log in or Create an account to join the conversation.
- jbraun
- Offline
- Senior Member
- Posts: 71
- Thank you received: 15
fwiw what you describe above appears to work, or at least it did with the single tool tested.
It's like method #2 above and works based on G59.3 Z offset being zero.
I didn't figure out how to make it fail but then again negative tool length offsets aren't my comfort zone.
Please Log in or Create an account to join the conversation.
- Jmcghee
- Offline
- New Member
- Posts: 6
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- jbraun
- Offline
- Senior Member
- Posts: 71
- Thank you received: 15
In the shop today I repeated the procedure from post #1 using 4 tools. No problem. After doing the second touch off (the G54) what is shown in the Var table in the home/linuxcnc/machine directory ? Item 5223 in that file is entry for G54 Z. That number should be the Z distance from the first (tool setting) surface to the second (work piece) surface. Or at least that's what I observed. I'll assume the cutting moves were in G54 since that's default
Being a knee mill shouldn't matter until the knee is moved, then Z is lost. Hopefully someone familiar with cnc on a knee mill will speak up. How the heck is does this work when you run out of quill stroke ?
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
- Posts: 4025
- Thank you received: 1735
Many shops use an external tool setting setup to measure Z-offset of a new tool in relation to some special reference tool (say the ground front of a particular tool holder). That way the 3D-edgefinder also gets a z-offset and is handled just like any other tool and the tool offsets can be used on different machines.
Please Log in or Create an account to join the conversation.
- jbraun
- Offline
- Senior Member
- Posts: 71
- Thank you received: 15
Why does the procedure outlined in post #1 work for me and not Jmcghee ?
One thought is a G92 Z is active.
Or the cutting program is not in G54 or using G43 improperly.
Another thought is what happens if a machine is defined 'upside down' ? Meaning Z axis 0 to some positive distance instead of 0 to some negative distance. It's the kind of thing that can make a person dizzy, which is why I set up my machines and offsets like a proper Luddite
And does this work the exactly the same across versions of linuxcnc ?
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
- Posts: 4025
- Thank you received: 1735
Another thought is what happens if a machine is defined 'upside down' ? Meaning Z axis 0 to some positive distance instead of 0 to some negative distance.
Not quite sure what you mean there. The convention is that the tool points in the negative Z direction.
[edit]
Also sometimes one forgets to activate G43 after a toolchange. e. g."T1 M6 G43"
Please Log in or Create an account to join the conversation.
- jbraun
- Offline
- Senior Member
- Posts: 71
- Thank you received: 15
re the "upside down" comment, a bit of google shows I'm treading into a religious argument. In my mind Z exists in negative space or in linuxcnc.ini terms Max is zero (top) and Min is expressed as a negative number. Without bothering with the math I suspect this is a red herring for OP's problem since offsets are relative. Thinking through this I now realize the Z min should be a precise measurement to the table instead of tape measure close. In turns out I got something useful from this conversation while possibly not helping OP at all.
btw numbers can be negative as a vector but numerically less positive. That doesn't confuse others but ties me into knots sometimes.
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
- Posts: 4025
- Thank you received: 1735
The guy in the video is a developer from HeeksCam/FreeCAD , you probably already knew that but he deserves a shout-out.
No idea who the guy is but the video seemed informative. But then I'm a sloppy reader and I may very well have missed the point of the original question entierly.
Please Log in or Create an account to join the conversation.