Repetier Color Mixing

From RepRap
Revision as of 12:37, 11 January 2016 by RepRap.me (talk | contribs) (Initial content)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Using a single nozzle with multiple filament feeds like the Diamond Hotend it is possible to create a rainbow of colors.

For reference this guide uses the Diamond Hotend on a bq Prusa i3 Hepestos 3D-printer setup as described on the Diamond Hotend page.

Prerequisites

  • A PC running Repetier-Host V1.6 or later (some earlier versions may work but these are not tested)
  • 3D-printer running Repetier-firmware v0.92 or later
  • Mixing extruder (one nozzle for all colors)
  • Filaments loaded:
    • Extruder 0: Cyan PLA
    • Extruder 1: Magenta PLA
    • Extruder 2: Yellow PLA

Preparation

Opposite to what is mentioned on the Diamond Hotend page section "Multi material printing with Repetier Host" you need to load your desired multi-material object (primary object) first and then the primetower (which corresponds to the number of color gradients used in the primary object), in order to set the sequence of colors according to the first object loaded.

Resize the primetower so that is has the same height as the primary object.

As usual the primetower has to be located behind the primary object in order to be printed first.

Slice

  • In Repetier Host, slice the setup using Slic3r version 1.1.7 (other versions may work but has not yet been tested)
  • It seems there are a bug in the setup so when the slicing process is finished you must manually edit the gcode.
    • Scroll down to the line that begins with M109 S200,200,200 (your actual setup probably specifies another temperature than 200, that is not important here).
    • Remove the last part of that line so that it reads just M109 S200 (200, or whatever temperature you filament needs)
  • You may now save your gcode file or print directly.