I will work on getting the carriages preloaded. I must have something weird going on in my configuration/pins because I have motherboard 33 defined in configuration.h, but the only way I could get my endstops to work was by modifying the first set of pins under where it says:
#if MOTHERBOARD == 0
#define KNOWN_BOARD 1
#ifndef __AVR_ATmega168__
#error Oops! Make sure you have 'Arduino Diecimila' selected from the boards menu.
#endif
Is there another place where I'm missing to define motherboard 33?
#if MOTHERBOARD == 0
#define KNOWN_BOARD 1
#ifndef __AVR_ATmega168__
#error Oops! Make sure you have 'Arduino Diecimila' selected from the boards menu.
#endif
Is there another place where I'm missing to define motherboard 33?