Jeez! It really can't be this difficult!!!
Is there NO way to tell LinuxCNC exactly where my tool tip is???
I have a completely manual tool holder. When I change a tool they are NEVER in the same place! Holder
If I chuck a 1" x 6" long piece of round bar, I should be able to move the tool tip X axis up to the work piece and tell LinuxCNC that the tip of the tool is at .5" radius or 1" diameter. No matter what I try I can't seem to do what I believe to be something so simple. The same should be true for the Z axis.
If a person manually inputs the tool location you should not need offsets, correct?????
I have entered my tool in the tool table with tip radius and geometry. NO offsets.
What is the purpose of "homing" the X axis?? the home of X is derived from the Outside Diameter of the work piece. When You home X it should ask for the OD and calculate the "zero" center line.
I have been using G92.1, and G92.2 to try and clear all offsets but some remain, is there a way to easily zero all offsets?
If I use tool touch off (X) it looks correct in the display but I can't advance more than one thousandth toward the center-line. WTF!
If I use touch off it just moves the work piece relative to the center-line??? Why should it EVER do this????
I have RTFM many times over and searched other forums, looked at umpteen videos and tutorials and now I am mentally exhausted!
This seems to be VERY buggy! but it is probably something simple I am just not getting
If anybody is kind enough to take their valuable time to try and help me I would greatly appreciate it and will pay it forward by helping someone else!
Please Log in or Create an account to join the conversation.
Homing the axis tell linuxcnc where the machine is in relation to the machine's range of motion so the soft limits can work. This is in the G53 coordinate system.What is the purpose of "homing" the X axis?? the home of X is derived from the Outside Diameter of the work piece. When You home X it should ask for the OD and calculate the "zero" center line.
On my lathe I set my X home position to be fully retracted from the work, towards operator.
So with home switch home the axis. Without home switch jog the machine to the home position and then click home.
There for linuxcnc does not know where it is.When I change a tool they are NEVER in the same place!
Make sure all offsets are off.
Then you can measure your stock say 1". Jog the machine to just touch the work and then hit "touch off" (not home) and enter the correct dimension 1" diam or .5" radius. You could also use the dowel method and slowly jog off till the dowel clears and set the diameter for the stock size plus the dowel. I will normally make a light cut and measure the true size of the finish and then while the machine is still in that position touch off to that exact dimension. As long as you do not change tool numbers or your tool linuxcnc should indicate the correct dro dimension.
Home is the home position of the machine, not the work piece. You can touch off to the outside diameter of the work piece and then tell linuxcnc what that dimension is.the home of X is derived from the Outside Diameter of the work piece.
Rick G
Please Log in or Create an account to join the conversation.
Say "what I tried exactly", "what I expected exactly", and "what I got exactly".
and this may help...
gnipsel.com/linuxcnc/g-code/lathe02.html
JT
Please Log in or Create an account to join the conversation.
I have been pulling my hair out for DAYS now trying to home/zero/locate my cutting tip!!!!<----this!
I'm kinda new to this so it is hard for Me to explain what I am seeing/doing
Ok, So I found out what a major part of My problem was (beside being inexperienced) When I set up the steppers with the Stepper Configuration Wizard I had NO negative X travel it was 0 to +5, so after homing X I could not move X toward the work piece. I changed it to be -2.5 to +2.5 and all works well. It would be nice if someone within LinuxCNC would have mentioned this in all the documentation.
Thanks for the link, Carl
Please Log in or Create an account to join the conversation.
In your case if you homed the X axis at the center of the lathe and had no negative travel allowance you would not be able to move back to you in the negative direction.
There is no possible way for the documents to cover all machine possibilities and I admit that I have tried in the past.
JT
Please Log in or Create an account to join the conversation.
Rick G
Please Log in or Create an account to join the conversation.
Looking at the face of my chuck it turns counter clock, the tool holder is left of center . Chuck is on my left and tail stock is to my right.
Please Log in or Create an account to join the conversation.
While in CAM for turning, where is the origin typically located?
Generally somewhere convenient. This could be a reference face in soft jaws for a second operation, for example.
However, in 90% of the work I do Z = 0 is the tailstock-end of the workpiece, and I face-off at zero as a first step.
Please Log in or Create an account to join the conversation.
JT
Please Log in or Create an account to join the conversation.