Sensorless homing ignoring home Y after home X

Hi all! I setup a new V-Core 3.1 400 with RatOS 1.2.4 up to date. Once sensorless configured and individualy home axes every home es done ok but when try to home all it makes home X, go to the center and then goes to the front ignoring home Y, can you help me on this? I didn't make any change at sensorles templeate. Thanks
1 Reply
metropolitan-bronze
metropolitan-bronze17mo ago
Already solved, I need to add a pause between homing X and Y, "G4 P2000" this is how looks like after change: Home X {% if params.X is defined or params.Y is not defined and params.Z is not defined %} G28 X G0 X{printer.toolhead.axis_maximum.x / 2} F9000 {% set x_homed = True %} G4 P2000 {% endif %}