The first cut is the deepest

It really is. I’m using Vectric and GSenser, and the first pass is usually at least 2 times the set depth per pass. What am I doing wrong?

My Process;
Set cutter over bottom left corner
Zero all
Probe (set to 15mm and block is exactly 15mm)
start.

In this case I wanted a 0.5mm cut to smooth some aluminium before engraving - fist cut gouged in 1.3mm

My Z axis calibration is almost perfect over 100mm - using machine blocks. I can’t figure out what I’m doing wrong.

I don’t see anything wrong with those settings. It might help me or others to help you if you can post a little more info.

What CNC machine do you have?

What post processor you are using in Vectric?

Can you post the G-Code file?

1 Like

In addition, take a screen shot of your tool database for that bit, too.

Most importantly, what post processor are you using when you save to gcode? Is this an Imperial vs. Metric problem? That’s kind of common to do.

Does the same thing happen if you eliminate the probe and set Z-zero by eye or paper method?

You also have your Z home set at 20mm. Do you have 25mm of travel available above your stock?

Hi Michael - thank you.

CNC Is a Australian Model Bluecarve (Virtually an X_Carve)

Post Processor - Gbrl (mm) (*.gcode) - everything in Vetric is set to metric.

This is the initial part of the G-Code as that’s where it always goes wrong, from the first touch. I renamed to a TXT file to view, I hope that’s OK.

T1
G17
G21
G90
G0Z20.000
G0X0.000Y0.000
S12000M3
G0X18.805Y17.237Z5.000
G1Z-0.500F304.8
G1X56.770F4546.6
G1Y18.202
G1X18.805
G1Y17.237
G1X17.535Y15.967
G1X58.040
G1Y19.472
G1X17.535
G1Y15.967
G1X16.265Y14.697
G1X59.310
G1Y20.742
G1X16.265
G1Y14.697
G1X14.995Y13.427
G1X60.580
G1Y22.012
G1X14.995
G1Y13.427
G1X13.725Y12.157
G1X61.850
G1Y23.282
G1X13.725
G1Y12.157
G1X12.455Y10.887

Hi Neil - Thank you.

I have not tried the paper/eye method, I will google that.

I have plenty of room on the Z I will try 25mmm

Hi CrookedWoodTex, Thank you.

Post Processor - Gbrl (mm) (*.gcode) - everything in Vetric is set to metric.

This is my tool selection is below. Note, this is the first attempt at aluminium so going very shallow (at least that was the plan).

I don’t see any problem with the G-Code. Looking at it the Z does not go below -0.5mm and loading it into CAMotics shows it’s a spiral out to surface the work piece as you said.

I also believe you are using the correct post processor. I don’t think this problem is Vectric related.

Does everything look and feel OK on the mechanical side of things? No play in the axis etc.

I just thought of something to try. After you zero the machine, jog just off the work piece and goto Z zero to confirm that the Z zero is in the right place. I believe that is basically the same thing that Neil is trying to confirm with the paper method, that Z zero is in the right spot to eliminate probing as the problem.

EDIT: I looked up the BlueCarve Bluey and it does use an Arduino Uno with GRBL 1.1, same as the LongMill so I’m fairly certain the the post processor is correct.

Thank you so much, that’s great, one big piece of the puzzle.

Everything seems mechanically fine, if I run the Z axis up 100mm it is bang on 100mm. Thinking out loud, I have not tried to repeat that multiple times. I’ll give that a go to see if a dimensional error occurs.

The Z axis drive is a direct coupled lead screw, so as long as nothing is too loose/tight it should be fine.

I’m off to play,…

Thanks once, again. I did a series of repeatability tests and it was spot on.

One interesting thing is, after I probe, the Z rises by it lifts up 3.5mm. I don’t see that setting anywhere.

Can you please confirm if my start up process is correct;
My Process;
Set cutter over bottom left corner
Zero all
Probe
Start.

I never know if I am supposed to “Zero All” before or after probing. I tired after and had a crash, so I assume that’s wrong.

OK, I manually set the cutter to a paper thickness off a measuring block.
Pressed "Zero All’
Jogged all over the place
Press Go XY0
Press GoTo Zero Z

And it came back spot on.

So the issue is almost definitely related to my probing function. I’ll have a Google and figure out how to start a carve without probing, using just paper. New plan for tomorrow evening (getting late here in NZ and I’m starving) Have a good evening :slight_smile:

Yeah don’t zero all after a probe, the probing sequence should set zero for whichever axis you choose, XYZ or XY etc.

Hitting “Zero All” with the paper method is OK as long as you are in the correct X and Y.

Have a good evening and I will keep an eye on this thread and help if I can.

EDIT: To use the paper method for the Z you can just probe X and Y, make sure you look at the image in gSender because you start an XY probe from a different spot. Then you can jog over the piece and use the paper and just use the “Zero Z” button to zero the Z as the X and Y will already be set from the probe.

The “Zero All” before the probe is not needed, but shouldn’t hurt anything, because the probing will just reset the zero’s anyway. That’s assuming that you are probing all three axis.

As has been pointed out, I also think the problem could be your zeroing technique. You have to get your mind around what’s going on and don’t add extra steps to the procedure … just because. :smiley:

1 Like

Thanks, I’ve tried a bunch of Youtube videos and they all skip over the steps. Can you share your zeroing procedure please. Mine is this (I assume I am missing something)

Set cutter over bottom left corner
Zero all (not necessary it seems)
Probe
Start.

When you say “probe”, what exactly does that mean to you? Spell out what is happening there.