From The 3D Printer Brain

DupI3: PrinterBoardInfo

Hardware / Controller Board Information.

For settings required when compiling new firmware from source click here

The Wanhao Duplicator I3 printer uses the Melzi printer board in the controller box (see Reprap Melzi Wiki). The stepper drivers are A4988 chips. The board is powered from 12VDC which is then regulated down to 5V by a 7805 linear regulator (DPAK surface mount with heatsink). The power for the SD card is robbed from the FTDI 3.3V power.

Since the SD card is powered by the chip that provides USB communications to the board. When you plug in the card, this causes a tiny power surge that resets the chip, that in turn resets the main processor and causes the firmware to reboot (the beep and fans turning on for a second and if you were paying attention, the LCD display shows the Wanhao logo- a clear sign that ONLY happens when the firmware reboots). This is normal and expected. A side effect is that the firmware checks the SD card slot on reboot so it kind of auto mounts the card upon card insertion.

Converting to the RAMPS-FD Printer Board

For instructions and information on using the RAMPS-FD 32bit Arduino DUE based printer board with the I3 printer click here


LCD Pins / EStop:

There is ONLY the 10 pin LCD connector and the ICSP port.

In the LCD standard in the Reprap community, there is LCD (SPi protocol so at least 3 pins) you go the encoder+ click, so that's 3 more pins, then you got beeper 1 pin, and Estop is a standard in he interface 1 pin. If 2 pins are power and ground, that's all 10 pins accounted for.

The only other connector is the ISCP and that's in parallel with the SD card.

NO in most Repraps, the Estop is just an input to the firmware to reset and there are options on HOW the firmware handles it. NO it is not a power kill, but on some boards it can command a power supply shutdown. Melzi doesn't have any free pins to control a PSU. . This is the low end of the Reprap open source. The Melzi is meant to be a low cost no extra options kind of board. It works, it prints well, but it is NOT every bell and whistle option. That said, it follows standards established in the Reprap community. It runs Reprap firmware. The LCD interface board follows the minimum number of user control inputs- LCD, encoder+click and Estop along with alarm or beeper.

LCD Connector
Header PinI/O PinDescription
1D17LCD CS
2A1 / 30Encoder B
3D16LCD Data
4A2 /29Encoder A
5D11LCD SCLK
6A3 / 28Enc Button
7D10ESTOP
8A4 / 27Beeper
9+5LCD Power
10GNDGround

Repetier Firmware EEPROM Settings

These are screenshots of my printers settings as I am currently running it. It seems to be printing very well. I would suggest that you copy down or take pictures of your settings before making any changes. I find it easiest to go into the EEPROM settings from the Repetier Host menu then exit without making changes, then just copy and paste the lines in the log that correspond to the settings into notepad or a text editor.

Bragging rights: Printed filament:309.86m Printing time:4 days 16 hours 24 min

Settings Dump (EPR:X N ### Description, where ### is the value) :

Retrieved from http://3dprinterbrain.info/pmwiki.php/DupI3/PrinterBoardInfo
Page last modified on August 14, 2015, at 02:33 AM