Hi,
Where the extruder ends up depends on the code executed.
The command to move to the end stop leaves that axis, say X, at the location of the end stop, which is typically at or near the min or max limit of the X axis.
On my machine the range of the X axis is -150 to +150, the Y axis from -100 to + 100, the Z axis from 0 to +350.
The X end stop sensor is at the -150 end, the Y end stop sensor is at the +100 end and the Z end stop sensor is at the 0 end.
So if I did nothing but execute the commands to move to the end stops the extruder would end up at -150,+100,0.
However I like to have it end up at 0,0,0 so I have additional "normal" move commands to achieve this.
Frederick