Ultimaker Diamond

From RepRap
Revision as of 08:37, 30 November 2015 by RepRap.me (talk | contribs) (Replacement electronics)
Jump to: navigation, search

Upgrading the Ultimaker Original for the Diamond Hotend

This quick guide describes how to upgrade the Ultimaker Original to having a Diamond Hotend and three extruders.

The assembly and installation steps of the Diamond hotend mounting bracket for Ultimaker only differs a little from what is described on the Diamond Hotend page so please use this as a reference.

As the Marlin firmware does not have complete support for three extruders, please be aware that certain functionality like loading and unloading of filament is not currently present.

Moving the endstops

Because of the slightly larger hotend you need to drill some new holes in the wooden frame in order to move the endstops a little towards the center of the machine:

  • Xmin: 36 mm
  • Ymin: 12 mm
  • Ymax: 15 mm

This obviously results in a slightly smaller printable area (13.5% on Y axis and 18% on X axis equals to around 29% overall area reduction)

Therefore in firmware the followning changes are necessary:

#define X_MAX_POS 174
#define X_MIN_POS 0
#define Y_MAX_POS 182
#define Y_MIN_POS 0
#define Z_MAX_POS 208
#define Z_MIN_POS 0

Parts

  • The Diamond Hotend
  • Printed Ultimaker Diamond Cooling Shield, see Downloads section below
  • 3 pcs E3D v6lite, bowden tubes, extruder parts, drive gears, motors etc.
  • Heater cartridge
  • Thermistor
  • Braided Sleeve
  • 5015S Radial Blower Fan
  • Zip ties
  • Additional electronics (see section below)
  • Etc. (this list may not be complete)

Replacement electronics

Choose an approach:

External stepstick version

The following changes are to be made on the original Ultimaker Electronics PCB.

  • Add an extra stepstick to the vacant slot, this will become the second extruder driver.
  • Cut away a piece of the black plastic air guide in order to allow for cooling of the second extruder driver.
  • Solder a male pinheader (90 deg angled) to the rear side of the PCB (on the same side as the MEGA, pointing away from the MEGA), choose one of the following possibillities:
    • In the position of EXP3, a 8 pin pinheader
    • In the position of EXP4, a 5 pin pinheader

An additional stepper driver must be mounted next to the existing Ultimaker Electronics. You will need to attach an external stepper driver to drive the third extruder motor, for instance the Stepper Expander.

  • Attach the Stepper Expander close to the newly installed Ultimaker electronics header EXP3 or EXP4 (whichever you chose in the above steps)
  • Power supply wires for the external driver can be connected to the "LEDs" pinout or spliced into the existing cooling fan's wiring
  • Arrange the external driver so that it can be properly cooled. A small fan connected to either the external driver's power supply terminals or spliced into the existing cooling fan's wiring will do.

Except for the firmware part, the remaining steps are the same as for the Rumba version below. In firmware's Pins.h you need to define the extra pin numbers chosen for the extra stepper driver (please refer to the Ultimaker documentation for these details)

A version of Marlin for Ultimaker Electronics that makes use of the Diamond's three extruders is available in the Downloads section below.

Parts

  • 1 pcs Stepper Expander
  • 1 pcs StepStick
  • Cable for Stepper Expander:
    • 1 pcs 1x5 or 1x8 pin female DuPont housing
    • 5 pcs female DuPont wires
    • 1 pcs 2*5 female DuPont housing
  • 1 pcs wire, 30 cm, 2 leads (for supplying power to the Stepper Expander)
  • 4 pcs PCB standoff
  • Etc. (this list may not be complete)

Rumba version

If you are replacing the original Control Board with RUMBA, follow the steps below:

How the RUMBA PCB is mounted How the RUMBA PCB is mounted

Note: some of the original plugs (motors and andstops) does not fit a RUMBA and needs to be cut off, then the wires should be stripped.

  • Mount the board like on the picture using 4 pcs nylon adhesive PCB spacers
  • The stripped motor wiring can be mounted directly into the RUMBA screw terminals (it is best to use ferrules on the bare wire). Alternatively mount some DuPont 2.54mm plugs, Molex KK 2.54mm plugs or similar plugs (4-pin) and plug them onto the on-board pinheaders.
  • The stripped endstop wiring needs to be mounted using DuPont 2.54mm plugs, Molex KK 2.54mm plugs or similar plugs (2-pin)
  • All the microstepping switches needs to be set at 16 x microstepping (on-on-on), except for the Z-axis which needs to be set at 8 x microstepping (on-on-off)
  • A USB-B break-out cable can be screw-mounted from the inside of the printer casing, through the hole where the USB cable would usually plug in.
  • Using thick wires, mount an external DC barrel jack receptable in one of the holes
  • Upload the Marlin for Ultimaker Diamond (RUMBA version) from the Downloads section below
  • Make a 12 volt splitter cable or join the wires from the original radial fan that cools the electronics with the wires from the Diamond Hotend cooling fan and mount them using a DuPont 2.54mm plug, Molex KK 2.54mm plug or similar plug (2-pin)

Ulticontroller adaptions for non-Ultimaker electronics

If there is a display controller on your printer:

  • Carefully pry open the EXP2 IDC plug using an X-acto knife, an awl or other sharp/pointy instrument (or just cut it off and buy a new 2x5 pin IDC connector)
  • Dismount the wire on pin 8 (when counted from the corner with the triangle symbol) from the IDC plug and reassemble the plug.
  • Make (solder) an adapter board that can convert 5 volt from the ICSP header into 3,3 volt for the SD-card reader. Then connect the output to the dismounted wire from EXP2 pin 8.

How the RUMBA PCB is mounted How the RUMBA PCB is mounted How the RUMBA PCB is mounted

BOM-list for the 3,3 volt adapter board:

  • 3x3 size or larger single sided 1-hole island PCB
  • 2x3 Dupont female PCB header for connecting with the ICSP header
  • 3,3 volt low dropout IC voltage regulator (AP7313, LT1086-3.3 or similar in functionality)
  • Short wire to connect GND of the ICSP header to GND of the regulator IC

Downloads