Parking extruders offsets issue

Good day to all of you. 

I have a problem with my extruder setup and even after a week i cant solve it.

i have a parking dual extruder basically the same as this:
https://www.thingiverse.com/thing:2201859

ive put in X offset for 
E0=-27
E1=27

Probe x=0 y=-20

I have set xmin is -27 in general settings

i have these switch scripts in firmware:
E0 select: G1 X-27.000 F3000 \n M42 P4 S255
E0 deselect: G1 X-27.00 F3000 \n M42 P4 S0
E1 select : G1 X262.000 F3000 \n M42 P5 S255
E1 deselect: G1 X262.000 F3000 \n M42 P5 S0

But no matter what combination of offsets or positions on the script i put there i cant seem to find a working solution. 

When i switch the extruders, the E0 is either left 27mm from endstop, then pushed to 0 when the E1 arrives, but then when E1 is selected the select head stops at 27mm frrom endstop and doesnt reach the extruder, or it breaks completely.

Iam pretty inexperienced in this, could i please have your advice what the correct configuration would be? Iam 100% sure the problem is on my side. 

Basically my problem is that i think the offset applies before the select code happens and it prevents the correct positions. Without the offsets, all was working good (except for the nozzle position ofc) the extruders were parked on the correct spots)
Sign In or Register to comment.