Thanks for the reply. Switching motor connections doesn't help, it just moves the problem to the X axis.
The currently selected drive system is "1"; “z axis + H-gantry/core-XY (x_motor = x+y, y_motor = x-y)” which is the one that supposedly is correct for my C-Bot.
I also tried "2"; "z axis + H-gantry/core-XY (x_motor = x+y, y_motor = y-x)", but that one appears to be wrong also.
Origin location question... Does the X/Y origin (0,0) have to be at the front left corner of the printer as shown in the Config/Printer Settings/Printer Shape tab?
My Y home switch is in the rear, which is why I'm trying to put my Y min origin (0) there.
I suppose I could connect up my Y home switch as a Y max switch and then set Y_HOME_DIR 1 (max) and then set;
MAX_HARDWARE_ENDSTOP_Y true
and;
min_software_endstop_y true
Is that the way I need to do it to conform with the front left origin location?
I believe this is basically the same problem that was asked about in - https://forum.repetier.com/discussion/1842/setting-origin-position, except that on a CoreXY machine, it prevents 0,0 homing on one axis or the other if any home switch location is not in either the front or left.