Beacon leadscrew safe_home_x

Hi, I'm trying to figure out how to set my safe_home_x position to a couple mm off center so my beacon probe doesn't hit my z leadscrew. I'm using the beacon recommended code but that doesn't seem to change where the default bounce back position is. [safe_z_home] home_xy_position: 107.5, 90 # update for your machine z_hop: 3 I'm going to chop a couple mm off the top of my screw next week but until then is there something obvious I'm missing?
9 Replies
blacksmithforlife
Upload your printer.cfg
loganluckless
loganluckless13mo ago
I will as soon as I get back home
miklschmidt
miklschmidt13mo ago
That is not a safe way to do it, you should limit your max y instead. You can do that by extending the Y endstop and changing position_max and position_endstop under [stepper_y].
loganluckless
loganluckless13mo ago
I have done that but even with the maximum adjustment of the y end stop the beacon still hits the leadscrew. The default behavior has the x axis home then go to center of the bed. When the y axis then homes it hits the screw. Is there a way to change that bounce back behavior?
miklschmidt
miklschmidt13mo ago
There's an extended endstop on printables
miklschmidt
miklschmidt13mo ago
Please only do this temporarily, because you will damage your beacon eventually if you don't fix it properly. https://os.ratrig.com/docs/configuration/macros#homing
Configuring RatOS Macros | RatOS
RatOS comes with a bunch of flexible predefined macro's that can be customized via variables and macro hooks.
miklschmidt
miklschmidt13mo ago
Also delete [safe_z_home]. It's not a thing in RatOS v2. Alternatively you can use sensorless homing on Y, then you only need to change position_max since it homes at the front
loganluckless
loganluckless13mo ago
Thanks, that should fix it until I can trim down that leadscrew. I haven't hit the beacon yet and hopefully that'll never happen. Unfortunately I'm running 5160s and I hear sensorless is not great if it works at all on them.
miklschmidt
miklschmidt13mo ago
It works fine on 5160's, it's just a different setup process