Is it possible to get the home command to home X first then Y

Is it possible to get the home command to home X first then Y then Z? Normally I have all move at the same time but I am changing the location of my end stops. Wanted to make sure I could do this.

sure take a look at the homing_order parameter on the wiki

I’m not sure if you can configure it so but you could put to your g-code it like this:
G28 X0
G28 Y0
G28 Z0

Took me a minute to find it …

homing_order XYZ [Optional order in which axis will home, default is they all home at the same time, if this is set it will force each axis to home one at a time in the specified order. For example XZY means : X axis followed by Z, then Y last. NOTE This MUST be 3 characters containing only X,Y,Z or it will be ignored]

http://smoothieware.org/endstops