hello, I am having an issue where for example this current project. I have my material thickness set at.221 and I want it to cut all the way threw. I am using a 1/8 inch bit and when I was done it apears any ways to have only cut half way threw if that. After it was done I checked with a mic, and it cut exactly half way threw, .102 is my cut depth when done. Why would this not cut right. I am using a onefinity x-50. I probed my x,y, and z using the block. Any help would be great, I wont to be able to be as spot on as I can be.
Did you set the cut depth for the part in easel?
yes i did i selected how deep i moved the slide bar all the way down to cut threw and the tabs are present.
I would check that the bit is secure in the collet and if you haven’t calibrated the steps per mm, you might want to check that.
yeah i did all that twice actually, reloaded the gcode and ran twice. Right now I am looking into making sure my calibration block meassurents are correct.
I checked my probe dimenstions and they match what I have in my cnc software so that was a bust.
If you look at your gcode in a text editor see if the Z is going down to that depth. You load it into Notepad, click on Edit/ Find Z. If you see the depth of z-0.221 then you know it is the machine. Is it possible that you have reached the end of the Z travel?
Do you have limit switches?
Check $132 which is z axis max travel.
after looking at the gcode it looks like it is sending it to the correct spot. I guess it has to be in the machine. I have included the last two z code in this, I am assuming the .14100 is for a tab height too.
G0 Z-0.14100
G1 X9.28217 Y2.37686 F30.0
G1 X9.32593 Y2.29944 F30.0
G1 X9.37347 Y2.22421 F30.0
G1 X9.42465 Y2.15146 F30.0
G1 X9.44039 Y2.13124 F30.0
G1 Z-0.22100 F9.0
G1 X9.47928 Y2.08127 F30.0
G1 X9.53738 Y2.01385 F30.0
G1 X9.59866 Y1.94940 F30.0
G1 X9.66302 Y1.88800 F30.0
G1 X9.73032 Y1.82983 F30.0
G1 X9.80042 Y1.77502 F30.0
G1 X9.87311 Y1.72375 F30.0
G1 X9.94821 Y1.67609 F30.0
G1 X10.02560 Y1.63217 F30.0
G1 X10.10501 Y1.59213 F30.0
G1 X10.18631 Y1.55600 F30.0
G1 X10.26929 Y1.52390 F30.0
G1 X10.35376 Y1.49591 F30.0
G1 X10.43942 Y1.47211 F30.0
G1 X10.52628 Y1.45258 F30.0
G1 X10.61389 Y1.43729 F30.0
G1 X10.70215 Y1.42630 F30.0
G1 X10.79086 Y1.41971 F30.0
G1 X10.87982 Y1.41745 F30.0
G1 X10.96875 Y1.41956 F30.0
G20
G90
G0 Z1.50000
G0 X0.00000 Y0.00000
G4 P0.1
Yep, looks like it is something else.
yeah, it was turned out, my bit was unable to reach the depth it needed to travel. I am in the process of fixing that. you would have thought my machine would have given me an alarm but guess not.