Inaccurate distances

EDIT to save reading the whole thread - The problem was solved by calibrating the steps per mm via the MDI (consult Carbide support for help with this).


I was attempting to make a wasteboard/protector for my aluminum threaded table. However, when I cut the acrylic the distal holes were ~1mm out of alignment (see photo of the right hand hole)

The hole diagonal to the zero had the error in both the x and y axes.

I checked the file and the G-code (as best I could) and both suggested the mounting holes should be 7 inches (177.8mm) apart, yet they repeatedly were cut >7" apart. So far I have only made small items (clamps etc) so haven’t noticed any inaccuracies but I’m suprised the machine is so far out of calibration. I have read that calibration can be done via the MDI. Is this the next step or am I missing something obvious?

We have a bit on calibration (EDIT: of Shapeokos) here: http://docs.carbide3d.com/article/42-how-to-calibrate-the-machine-for-belt-stretch (EDIT: the same concepts apply to a Nomad, but Nomads are calibrated on manufacture, and this shouldn’t be touched without conferring with support@carbide3d.com )

(Be sure to account for actual vs. nominal endmill diameter)

The community has a bit more at: https://www.shapeoko.com/wiki/index.php/Calibration_and_Squaring_the_Machine#Diamond_Circle_Square_Test

If Will’s info doesn’t solve your problem, feel free to post your code, as well as a sketch of your setup (which includes your home (X0Y0), and I’ll see if I can help.

Is your machine an older Nomad with a belt or a newer one with threaded rods?

2 Likes

It is the threaded rod version ~1 month old. The fact that the x and y vary by the same amount suggests to me it is software rather than hardware

1 Like

Yes it does sound like a PEBKAC problem. Please post you code, model and setup (sketch) info.

1 Like

Here is the code (for just the large pockets) and the sketch

acrylicBase_largeHoles.nc (26.9 KB)

the supplied mdf wasteboard is the red border with the origin in the bottom left

My only other thought on the problem is that we are using the machine at 240V so I guess the output of the power supply could differ from 110V

Has any one else in the UK / Europe ever run into similar issues?

Thanks for everybody’s help

It’s a switchable power supply and the output is exactly the same sir.

I don’t see where you are setting your X0Y0 in the setup sketch (compared where you are actually setting the X0Y0.

Meaning computer (Model) and actual must be exactly the same

I also see from your code that the part is not a square, it’s a trapezoid, which would explain the difference from the top holes to the bottom holes.

So before I look any further, is it suppose to be a Square OR a Trapezoid?

EDIT: I case I confused you: It looks like the holes were placed in from the right and left (side) edge, but since the part is not square, the distance BETWEEN centers are not equal (Top holes to bottom holes). I hope this helps.

EDIT 2: From your photo of your part, it looks square, so perhaps you didn’t click on the hole center. Meaning it is very easy to click the hole edge, I should know I have done it several times. This is a problem with F360 (Notice from my attached photo that there is a small black space showing a difference from the top to the bottom: Look at the yellow square)

2 Likes

Hi rich

Thanks for your time on this. The red bounded square represents the threaded table (or waste board) this was created from an svg posted on the forum by will (dimensions should be square). X0Y0 is bottom left corner of the red square and set on the bottom left of the waste board on the machine. The external (non red) trapezoid represents the dimensions of my stock acrylic I created this from the centre of the square in fusion and the centre of the stock was aligned with the waste board centre…

The measurements to check the distance were made in the sketch view of fusion 360 from the hole centres.

I hope this answers your questions

Thanks again

But do you see what he is telling you there, Paul? That you made your selection the circle rather than the center of the circle, and that likely accounts for the error you’re seeing?

Sorry, not sure what you mean.
When you say selection do you mean the contour of the pocket or for measuring the distances?

Distances were measured from hole centres.

To cut the 2D pocket I selected the circumference of the circle. Is this incorrect?

Let me try to say it another more direct way because you didn’t understand my previous post:

What I am telling you is the program is correct. It mills/drills you exactly where you told it.

Unfortunately, they are NOT where you want them.

Importing an SVG may need scaling in F360, and or it is not correct (or maybe both)

So it’s NOT the machine error, it is an operator (programming) error.

Thanks Rich and Phil I thought it maybe something stupid.

Just so I understand and can learn from this (sorry that you have had to explain multiple times). Do you mean that if you select the edge of a circle in fusion 360 for a pocket it is not keeping the tool inside this boundary?

Ps I scaled the svg so the dimensions matched the wasteboard/baseplate correctly. When I measure the sketch in fusion it displays 7" between the hole centres.

Some SVG and DXF files are what I call dirty. Rather than a polyline creating a circle, it is created out of 100’s (if not thousands) of points, and to F360 a point is a point. So either:

  1. the file is wrong (either Scale or drawn incorrect) (sorry Will))

  2. you didn’t zoom into a hole enough and might have clicked on an edge rather than the center.

That about covers it.

OK I’m confused again

I drew the part from scratch in fusion 360 (without using the SVG). The large holes are 7" apart; yet, when I tried to cut them, the same thing happened (they cut further apart).

Here is the zipped fusion file
nomad threaded wasteboard v1.zip (258.0 KB)

Any suggestions?

How are you measuring? center to center or edge to edge?

Have you cut a slot and measured it to get effective endmill diameter?

In software I was measuring centre to centre. For the part I measured edge to edge.

I haven’t cut a slot that is the diameter of the tool (I thought this was bad practice generally). If it were a tool diameter issue, I would expect the pocket to be larger rather than just offset. Also the corner holes are offset by the same amount in either x or y (or both x and y for the diagonal), suggesting it is a scaling problem.