[solved] Unexplainable behavior after RatOS 2.0 update
Homing: After homing X, toolhead moves to middle before homing Y.
Z-tilt: too much Z movement, I set Z movement distance to 5mm, but it is clearly moving more than 5mm.
13 Replies
Screenshot of part of your config is not an acceptable alternative to uploading your printer.cfg or klipper log
You are putting custom stuff outside the USER OVERRIDES section, because the order matters this is why your changes aren't having the desired effect
you mean he should put custom stuff in there
the horizontal_move_z part gets overwritten by includes later in the config, since you're including the custom speed-limit's config quite early.
Move the z_tilt and bed_mesh changes to USER OVERRIDES and you should be good 🙂
He currently is putting stuff all over instead of the designated section. Hopefully that is more clear?
Thank you, I'll move them. Also, is the toolhead moving to middle after homing X expected?
Yeah i just realized i read your message wrong, it was actually pretty clear already 😂
yes, it's part of the unified homing routine, it ensures sensorless homing works reliably.
Lol, it's ok, English is hard
And since the homing routine is the same, it doesn't change that behavior if you use physical endstops.
I could make it configurable, if that's a desired feature
My bad. I thought my customisation is beyond RatOS compatibility so that's why I decided to put them there, since user overrides can override existing configs, but cannot get rid of configs inside RatOS unless I comment out the related config file
that is true, but horizontal_move_z is a parameter to z_tilt and bed_mesh which are already existing sections. You don't need to remove any sections, you need to override parameters.
you can also add new sections/parameters in user overrides
Yes, I understand. Thank you for all the hardwork for making RatOS 2.0 possible
🙏