Basic Information:
A3d Takoto
BTT Octopus Pro
pi 3b
I’m trying to calibrate my new Beacon Probe. I home x and y but it won’t let me move the head to the center x,y coordinates without homing z
klippy.log (3.8 MB)
A3d Takoto
BTT Octopus Pro
pi 3b
I’m trying to calibrate my new Beacon Probe. I home x and y but it won’t let me move the head to the center x,y coordinates without homing z
klippy.log (3.8 MB)
I’m not sure, what you are reporting:
Thanks, its an official H. I’ll reach out to them. I followed all of their instruction. I just found another post stating that you have to disable bed mesh to move x and y. Strange it’s not showing up because its reading past measurements when I do a Beacon query
From the log you provided it does not seem that the sensor is installed properly.
Ah LOL. The beacon guys “hide” the unofficial modification:
# exclude beacon.py from klipper git tracking
if ! grep -q "klippy/extras/beacon.py" "${KDIR}/.git/info/exclude"; then
echo "klippy/extras/beacon.py" >> "${KDIR}/.git/info/exclude"
fi
echo "beacon: installation successful."
Now this seems quite desperate.
Thanks Sineos, It turned out that I had to turn my bed mesh leveling off. Once I did that everything worked. It’s one of those simple things that’s probably obvious to others but I had a hard time finding it in searches. Thats strange about the logs but everything is working. Thanks again
Holy Hell they shoved everything into that python file. That could be a masterclass case study in how to spot a need to refactor.
https://github.com/beacon3d/beacon_klipper/blob/master/beacon.py
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.