Probe Assisted Tramming. How's that work? #1083
Replies: 4 comments 18 replies
-
Interesting... Ill be keeping an eye on this!
Z offset is a concrete number that will never change unless you change
either your probe mounting or nozzle. So it doesn't matter when its set.
Mine is defined in the firmware with my other probe offset figures. One
less thing to have to worry about!
…On Mon, Jun 28, 2021 at 4:36 PM grilparto ***@***.***> wrote:
Was trying out one of the new commits that added Probe Assisted Tramming.
On the surface, I guess it's working. Goes to each screw corner (or as
close as possible) and probes each corner. Then you can manually probe each
corner and have it relay how many mm high or low it is and adjust/re-probe.
Curious how this is working though. Is this like doing a G35 command? Or
something different?
When it gives you a result that shows x-mm high or low, what is that in
relation to? The height it probed for the center? I thought G35 produced
results for each of the other 3 corners in relation to the bottom left. If
it's the former, is it best to do the probe assisted tramming after
building a mesh with ABL or UBL? Before or after setting the z-offset? Just
curious if I'm using it properly.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1083>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIPE4Q5A3OEZZNCYE737QBTTVDTPDANCNFSM47OZ2CQA>
.
|
Beta Was this translation helpful? Give feedback.
-
I've used it and it was relatively straightforward. I'm going by my small sample set of using it one time with my e3v2 already setup with a decent 5x5 ABL mesh and no adhesion issues, along with Z offset being well adjusted. I found that it was really easy to get decent numbers, I think I got down to around 0.005mm for all 4 points, which also translated well when I did a 5x5 mesh afterwards, probably the best mesh I've had and the deviation between high and low points is very much reduced, I hadn't expected that bonus outcome from it. As I understand things, it creates a simple 4 point mesh of the 4 bed adjustment points, I had a quick look at the code, it seems to average the corner heights and do everything from that as a reference point, like G35 but I don't think it's got a preferred corner. I'm hoping @Jyers will clarify this for us... Personally, the way I thought it should be used is before you've set anything else up, this is supposed to replace manual levelling, so on a stock setup machine with JyersUI self compiled firmware installed and that would be before Z offset and any Manual/ABL/UBL meshes have been done. I think probe assisted levelling is the feature that everyone expects their BLTouch to do, even if you do have to adjust the knobs yourself. However, as you can see from my experience, if you have already setup your machine, the routine doesn't seem to care and the outcome is better than I've managed un-assisted. I think no matter when you do the probe assisted levelling, the key is to do a mesh once you've done the probe assist routine and you will always be in the best place to start a print. I also envisage it being used if you're a beginner/tinkerer/modder, any time you teardown the Y carriage or adjust eccentric nuts, you're going to have to re-tram the bed, anytime you add new springs, lock nuts, silicone inserts or adjustment knobs, again, you're going to be re-tramming. Probe assisted levelling will streamline the process of getting up and running. Jyers goes paperless :-D |
Beta Was this translation helpful? Give feedback.
-
@Reggi3 yup, that's about it! The code is my own, no gcode involved. It probes as close as it can to all the bed screws and takes the average of those values. It then uses that average as your reference point when probing the points manually. This should result in the minimal change in overall bed height and the least adjustment needed in order to level the bed. |
Beta Was this translation helpful? Give feedback.
-
Hi. |
Beta Was this translation helpful? Give feedback.
-
Was trying out one of the new commits that added Probe Assisted Tramming. On the surface, I guess it's working. Goes to each screw corner (or as close as possible) and probes each corner. Then you can manually probe each corner and have it relay how many mm high or low it is and adjust/re-probe.
Curious how this is working though. Is this like doing a G35 command? Or something different?
When it gives you a result that shows x-mm high or low, what is that in relation to? The height it probed for the center? I thought G35 produced results for each of the other 3 corners in relation to the bottom left. If it's the former, is it best to do the probe assisted tramming after building a mesh with ABL or UBL? Before or after setting the z-offset? Just curious if I'm using it properly.
Beta Was this translation helpful? Give feedback.
All reactions