When is it OK to give up on calibration and use Maslow_Scale_X and Maslow_Scale_Y to "fix" scale errors

I’ve been struggling to get my maslow to draw squares - it is giving me rectangles

Rather than burn through wood I have a pen holder fitted and am drawing on cardboard with it

I have tried the automatic calibration, and a manual measurement calibration and I get the same result.

Drawing a 500x500mm square results in a 502x489mm drawing
Nice right angles, but short on the Y axis by 2.25%

This is fairly consistent between the auto and manual calibration

I have a horizontal setup approx 3700x2700mm between anchors
This is the results from @dlang’s fantastic calulator showing the dimensions and a 1mm measurement error in the manual diaganol measurements

For the automatic calibration I get numbers that look something like this

Flex measurement: TLBR: 2.514 TRBL: 2.848
...
Calibration values:
Fitness: 0.8983546724010442
Maslow_tlX: 2.8
Maslow_tlY: 2640.5
Maslow_trX: 3720.0
Maslow_trY: 2648.4
Maslow_blX: 0.0
Maslow_blY: 0.0
Maslow_brX: 3756.8
Maslow_brY: 0.0

So, not good, in that they don’t match the measured values at all well but they do give me the same X and Y scale errors when I plot my test squares.

So is it time for me to give up on getting the perfect calibration and just set Maslow_Scale_Y = 1.0225?

It feels like cheating to fix the issue this way without understanding the cause

Any advice is welcome

-Andrew

3 Likes

if it works for you it works for you, period.

keep an eye on it, the error may not be linear, so the scaling may need to
change (either due to position, say near the edge, or due to improvements in
future firmware upgrades)

the x/y scaling is a hack, but that just means it works for at least some
people, even if not the theoretical ‘right’ answer.

David Lang

4 Likes

I was wondering if anyone has found the x/y scale isn’t working with FW1.11?

I tried to route 4 of 300 x 300mm squares and adjusted the x/y scale after each time before the next route and each time no change to the error, it was exactly the same error x=296 and y=303

1 Like

Keltyinnty wrote:

I was wondering if anyone has found the x/y scale isn¢t working with FW1.11?

yes, there was a report on that I saw yesterday

I tried to route 4 of 300 x 300mm squares and adjusted the x/y scale after each time before the next route and each time no change to the error, it was exactly the same error x=296 and y=303

note that the maslow error is unlikely to be the same in different places on the
worksheet.

David Lang

1 Like

I can confirm that we did break those and I should have a fix by the end of today. I just need to test it. Great catch!

hey @bar are you still expecting to release new firmware that allows x/y scaling? Per my understanding above, scaling doesn’t work in 1.11?

I think I have my router all set up, I’ve been drawing 100mm squares and found that mine is 100.88% bigger that is should be on X axis and 95.77% of what is should be on Y.

In 3d printer land, we’d generally fix this sort of thing by applying a factor to the mm / step for the stepper on a given axis. It can also be done in post processing (slicing) by applying a factor to the generated g-code. It seems most elegant to allow a simple scaling feature as you have done.

Thanks again.. Excited to start cutting!