Beacon offset incorrect

Hey everyone, I have just done a fresh install of RC3 on my rebuild 3 hybrid The issue I am running into is thst when the beacon does z tilt, it seems to be using the offset of a blTouch or induction probe instead of the nozzle for the beacon probe. I have done the configuration and set it to beacon. Is there anything else I need to do to fix this? I have not touched any printer.cfg setting other than what was automatically done via the wizard πŸ§™β€β™‚οΈ
Solution:
---- Alright! Adding: ```cfg [z_tilt] points:...
Jump to solution
43 Replies
TheTik
TheTikβ€’4mo ago
drop your debug.zip in here. That does look like a non-beacon offset, very interesting
jLynx
jLynxOPβ€’4mo ago
Here you go @TheTik
jLynx
jLynxOPβ€’4mo ago
Found anything interesting in there @TheTik ?
TheTik
TheTikβ€’4mo ago
sorry, got pulled away. I'll take a look when I can
jLynx
jLynxOPβ€’4mo ago
Appreciate it!
TheTik
TheTikβ€’4mo ago
serial = /dev/beacon
x_offset = 0
y_offset = 22.5
serial = /dev/beacon
x_offset = 0
y_offset = 22.5
looks like the offset is correct there at least wonder if I could figure out how to use the console command debug_echo but my machine is unresponsive right now and I need to reboot it just ratos will spit out some variables, but not the ones we're interested in Going through the code, trying to figure out how the beacon offsets are gathered
jLynx
jLynxOPβ€’4mo ago
@TheTik if it helps. I originally set it up as a VC4 and then re did it as a VC3 If not sure if that info will give you any leads
TheTik
TheTikβ€’4mo ago
That should have reset everything afaik
jLynx
jLynxOPβ€’4mo ago
I would have assumed too. just incase you cant work it out, maybe there was some bug there that didnt fully reset it or something. Im just grasping at straws here
TheTik
TheTikβ€’4mo ago
Try reflashing the sd card and start over?
jLynx
jLynxOPβ€’4mo ago
Would rather not if I dont have to πŸ₯² @miklschmidt any ideas why it would be doing this? Seems like it could potentially be a RatOS thing
someaction
someactionβ€’4mo ago
@jLynx πŸ‡³πŸ‡Ώ - VC3-400 any luck? i got the exact same issue
jLynx
jLynxOPβ€’4mo ago
Oh good to know I'm not going crazy. No luck here sadly 😦 Are you on a fresh install and on RC3? If so, I'll open a GitHub issue
jLynx
jLynxOPβ€’4mo ago
GitHub
Beacon probe using incorrect offset during Z-tilt (appears to use B...
What happened After performing a fresh install of RatOS RC3 on a V-Core 3 hybrid with Beacon probe, the Z-tilt operation is using an incorrect offset. Instead of using the nozzle offset (0mm) for t...
someaction
someactionβ€’4mo ago
im using ratos 2.1
jLynx
jLynxOPβ€’4mo ago
Yeah 2.1 but is that RC2 or RC3?
No description
someaction
someactionβ€’4mo ago
No description
someaction
someactionβ€’4mo ago
@jLynx im also getting this while doing the bed mesh
No description
jLynx
jLynxOPβ€’4mo ago
I'm not getting that issue. This one seems like a config issue. If you open a new issue and tag me. Upload your debug zip file and I'll take a look for you
someaction
someactionβ€’4mo ago
done
jLynx
jLynxOPβ€’4mo ago
Maybe related to this comment? https://discord.com/channels/582187371529764864/1254429925268787311/1254718041972019240 But it doesn't sound correct
miklschmidt
miklschmidtβ€’4mo ago
Yes, probe offsets aren't dynamic (for a multitude of reasons, one being the toolhead dimensions and hardware locations are completely unknown to RatOS), so if your probe hardware or toolhead isn't stock for the printer you're using, you have to set the probe offsets, z_tilt positions and bed_mesh min/max yourself. I would say "it's intended", but it's not, it's just a consequence of not having enough time to solve that issue as it's unfortunately quite a big task because of the way klipper does offsets.
jLynx
jLynxOPβ€’4mo ago
My probe is dead center for the nozzle. You can see in the video above So in that case, how do I update it to use 0 for the y?
miklschmidt
miklschmidtβ€’4mo ago
yeah the stock vc3 isn't
jLynx
jLynxOPβ€’4mo ago
For the beacon or just for a generic probe? I know generic probes are off the side(like blTouch) , but I thought because i selected the beacon, it would have changed it to be the center
miklschmidt
miklschmidtβ€’4mo ago
There's no difference. The bed_mesh and z_tilt coordinates don't change because you change the probe. bed_mesh and z_tilt config is static, you have to manually handhold those.
jLynx
jLynxOPβ€’4mo ago
So in that case, what is the lines I need to add in my printer.cfg to center it?
miklschmidt
miklschmidtβ€’4mo ago
The klipper docs explain how to set bed_mesh min/max and z_tilt positions
jLynx
jLynxOPβ€’4mo ago
Thanks, I assume it's here somewhere? https://www.klipper3d.org/Config_Reference.html I'm not really too sure what I am looking for here. Are you able to point out the specific part?
miklschmidt
miklschmidtβ€’4mo ago
yessir under [bed_mesh] and [z_tilt], there's a longer guide on bed mesh configuration as well. Like i mentioned, points under z_tilt and mesh_min and mesh_max under bed_mesh
jLynx
jLynxOPβ€’4mo ago
I guess I could also just take the one from the vc4 config as that would be the same? Or no as the vc4 is wider?
jLynx
jLynxOPβ€’4mo ago
And can I just add this to my printer.cfg to change these, or do I need to do it somewhere else?
No description
jLynx
jLynxOPβ€’4mo ago
Also @miklschmidt where would I find the current default ones? Oh found it under /RatOS/printers/v-core3/400.cfg
[bed_mesh]
horizontal_move_z: 5
mesh_min: 20,20
mesh_max:365,360
probe_count: 7,7
fade_start: 1.0
fade_end: 10.0
mesh_pps: 2,2
algorithm: bicubic
bicubic_tension: .2

[z_tilt]
z_positions:
0,0
200,400
400,0

points:
60,60
235,370
360,60
[bed_mesh]
horizontal_move_z: 5
mesh_min: 20,20
mesh_max:365,360
probe_count: 7,7
fade_start: 1.0
fade_end: 10.0
mesh_pps: 2,2
algorithm: bicubic
bicubic_tension: .2

[z_tilt]
z_positions:
0,0
200,400
400,0

points:
60,60
235,370
360,60
And here is the v-core4 config file
[bed_mesh]
horizontal_move_z: 2
mesh_min: 30,30
mesh_max:370,350
probe_count: 30,30
fade_start: 1.0
fade_end: 10.0
mesh_pps: 2,2
algorithm: bicubic
bicubic_tension: .2

[z_tilt]
z_positions:
0,0
200,400
400,0

points:
30,30
200,360
370,30
[bed_mesh]
horizontal_move_z: 2
mesh_min: 30,30
mesh_max:370,350
probe_count: 30,30
fade_start: 1.0
fade_end: 10.0
mesh_pps: 2,2
algorithm: bicubic
bicubic_tension: .2

[z_tilt]
z_positions:
0,0
200,400
400,0

points:
30,30
200,360
370,30
Solution
jLynx
jLynxβ€’4mo ago
---- Alright! Adding:
[z_tilt]
points:
30,30
200,360
370,30
[z_tilt]
points:
30,30
200,360
370,30
To my printer.cfg solves the issue of the incorrect offset for the beacon probe. This one I just took from the vc4 config file
jLynx
jLynxOPβ€’4mo ago
@miklschmidt Shouldent we be able to apply that in the RatOS/z-probe/beacon.cfg file automatically though and have it based on the printer size? @someaction Above I have posted the solution
miklschmidt
miklschmidtβ€’4mo ago
Should work Nope, there’s nothing dynamic about cfgs. Jinja only works in gcode macros.
jLynx
jLynxOPβ€’4mo ago
Oh yeah I know the files themselves are not dynamic. I was talking about with the configurator
someaction
someactionβ€’4mo ago
so this should help? or do i have to copy paste the whole [bed_mesh] u posted?
jLynx
jLynxOPβ€’4mo ago
Just adding that should be all that's needed
someaction
someactionβ€’2mo ago
long time no see. havnt had any time to dig in to it since now for a few minutes. got it working with the z-tilt. calibrating bed mesh is still reading more to the left side and is not scaning as much in the right side as the left
jLynx
jLynxOPβ€’2mo ago
That's all I needed to do. But since then I have gone and set it up as a VC4 since I have a hybrid vc 3.1 and that also fixed it
NightLink42
NightLink42β€’2mo ago
For anyone that comes across this in the future, for the 500 it's
points:
30,30
250,460
470,30
points:
30,30
250,460
470,30

Did you find this page helpful?