Bed not square?
-
Maybe try getting "real" H values by using a paper test to measure real height above the bed at each probe point? That might tell you something about where the problem arises.
-
I'll run it that way and compare in a day or two… and then I'm going to reprint the vertexes and reassemble. About the only thing left I haven't tried. I stuck one of those tiny spirit bullseye levels on the effector, and while it's not perfect side to side, it's really close (bubble stays in the center circle, moves a tiiiiny bit). I don't think effector tilt accounts for all of the weirdness.
-
As peridot says, to see whether you need H corrections and what they should be, you should measure the probe trigger height at each probe point. This applies whether you are using the IR sensor, FSRs or some other probe technology. It's tedious but effective. The way I do it is:
1. Put the nozzle over a probe point.
2. Jog the head down until it just grips a sheet of paper.
3. Send G92 Z0.
4. Send G1 Z5 then G30 S-1. Read off the Z height at that point from the web interface or PanelDue.
5. Repeat step 4 a couple of times to make sure you have a consistent result. Take the average Z height as the trigger height. Subtract the trigger height at bed centre to get the H correction for that point.
You can set up macros to speed this up somewhat.
-
I still haven't really been able to get to the bottom of this. There is almost no effector tilt (I checked using a 66mm bullseye level after I removed the nozzle).
I have the exact same height reading at the point nearest each tower (all three towers read the same).
I have the exact same height reading at the points furthest along the perimeter equally distant from the tower (all three read the same).
The difference between the three points underneath the towers and the three points midway along the perimeter between each tower is almost 1.5mm.
-
Can you share your height readings? How does the reading at the centre compare with the others?
-
Ok, I probed every point exactly as described above. Center was 2.07, the rest are below:
G30 P0 X0.00 Y150.00 Z-99999 H0 ;Trigger height 2.1
G30 P1 X129.90 Y75.00 Z-99999 H0 ; trigger height 2.18
G30 P2 X129.90 Y-75.00 Z-99999 H0 ; trigger height 2.16
G30 P3 X0.00 Y-150.00 Z-99999 H0 ; trigger height 2.05
G30 P4 X-129.90 Y-75.00 Z-99999 H0 ; trigger height 2.16
G30 P5 X-129.90 Y75.00 Z-99999 H0 ; trigger height 2.12
G30 P6 X0.00 Y75.00 Z-99999 H0 ; th 2.14
G30 P7 X64.95 Y37.50 Z-99999 H0 ; th 2.06
G30 P8 X64.95 Y-37.50 Z-99999 H0 ; th 2.18
G30 P9 X0.00 Y-75.00 Z-99999 H0 ; th 2.10
G30 P10 X-64.95 Y-37.50 Z-99999 H0 ; th 2.12
G30 P11 X-64.95 Y37.50 Z-99999 H0 ; th 2.08
G30 P15 X0 Y0 Z-99999 S-1 ; th 2.07 in centerI updated bed.g with H to be the read off value minus the 0,0 trigger height (2.07). So my file looks like this:
G30 P0 X0.00 Y150.00 Z-99999 H.03
G30 P1 X129.90 Y75.00 Z-99999 H.11
G30 P2 X129.90 Y-75.00 Z-99999 H.09
G30 P3 X0.00 Y-150.00 Z-99999 H-.02
G30 P4 X-129.90 Y-75.00 Z-99999 H.09
G30 P5 X-129.90 Y75.00 Z-99999 H.05
G30 P6 X0.00 Y75.00 Z-99999 H.07
G30 P7 X64.95 Y37.50 Z-99999 H-.01
G30 P8 X64.95 Y-37.50 Z-99999 H.11
G30 P9 X0.00 Y-75.00 Z-99999 H.03
G30 P10 X-64.95 Y-37.50 Z-99999 H.05
G30 P11 X-64.95 Y37.50 Z-99999 H.01
G30 P12 X0 Y0 Z-99999 S6Then I ran autocal again, updated config.g, etc. Now when I run my bed test file with S-1, I get this:
Bed probe heights: 0.699 -0.671 0.703 -0.643 0.694 -0.700 0.104 -0.015 0.052 -0.082 0.124 -0.039, mean 0.019, deviation from mean 0.487
It's almost the same as before.
-
What I don't understand is the huge difference between P0,2,4 and P1,3,5. I'm using 1.8 degree steppers, is there some chance that it's causing the problem by not having fine enough control?
-
I fixed it!
Wow. I feel dumb. But the root cause was the wrong steps/mm in the config.g file - I had it set to 80 vice 100. Don't know why I didn't think of that earlier. Now it converges to .019 with NO h offsets. I knew my mechanics weren't that bad
-
@firebug : this is very interesting to me, your issue then apparent solution from above. I am a little unclear and a lot curious about :
-
the results of your probing via bed.g after adding in the determined H could values you entered being similar in the range of about.4 (since as I understand it ought to converge at a value in the low hundredths of a mm. I, too, continue to have results that seem out of range despite the confidence that my mechanics are spot on due to attention to detail whilst assembling my delta –,not as far off as your numbers, but still in the low tenths of mm as opposed to hundredths of a mm.
-
your adjustment of the steps per mm from 80 to 100.
The question these bring up is, what lead you to adjusting the steps per mm as a possible solution, how you came up with the number differential, and ultimately why it made the difference it did? I'm hoping you could she some light on these points if you've got the spare time to help out a fellow board member.
Edit : almost forgot to clarify, when you say figured it out!, do you mean to say that using all the H calculations in conjunction with your revelation to assist the steps per mm restored in such small variances in leveling, or that simply the step adjustment alone resolved all of your issues?
Thanks.
--Jonathan
-
-
Just changing to the correct steps/mm fixed it. I didn't have to do anything with H values as my machine was pretty structurally accurate, and I didn't have any noticible effector tilt. It's printing pretty well without me doing any additional tweaking.
When I thought about it some more it made sense - if the carriages aren't where they're supposed to be due to the wrong steps/mm, there will be more or less travel for each carriage required to lower the probe down to the point where it triggers. I stumbled onto it because I was checking everything to do with how I set up the stepper drivers - 80 steps/mm was the default and I just never changed it. I used the stepper calculator here: http://prusaprinters.org/calculator/ and put in my belt (GT2) and 16 tooth pulley, it said 100, I swapped that into my config file, and it now probes correctly. Double check your pulley and belt info with that calculator - it might be your issue too.