On 17/03/2014, 8:06 AM, Jetguy wrote:
> Dan, good point on that link but just to clarify, this is a Replicator 1
> AKA Mightyboard Rev E.
> I know the directory I linked is built for a rev E and has the correct USB
> PID for Rev E
>
> In the directory you linked, the user must be carefull and select the
> *Makerbot-usbserial.hex*<
https://github.com/makerbot/MightyBoardFirmware/blob/master/dist/MightyBoard/Makerbot-usbserial.hex> when
> talking about a Rev E board right?
Correct.
> The other boards for the 2 and 2X revisions are marked pretty well.
Yes.
> Just saying, don't want to confuse conveyor in makerware, that's one of
> the ways it detects what bot is plugged in via the USB PID and that's what
> coded into the hex for the 8u2.
Actually, I'm not sure it really looks at the USB PID as opposed to pulling
the values MBI stores out of the 1280's EEPROM. I've seen the code to do the
latter. Doing the former is actually a bit of a pain as it is OS dependent.
Dan