How to 3D-Print Multicolored Obejcts

by JanaMarie in Workshop > 3D Printing

4708 Views, 67 Favorites, 0 Comments

How to 3D-Print Multicolored Obejcts

687474703a2f2f7331372e706f7374696d672e6f72672f6e6d6c626a7434696e2f494d475f32303135303430335f3232333732395f456469742e6a7067.jpeg

Hi, with this Instructable I want to show you how 3D print multicolored objects with a single extruder. To do this I wrote a OpenScad script, which allows us to do so. You can see the result in the image above

How Does It Work?

Instr3.png

The script allows you to cut a print into slices, which will be layered by the 3D printer, also it adds some support marks, which supports the printer. The marks center the print and lift the layers (slices). In between the layers/slices you have time to move the printer head and change the filament color or even the filament type. After restarting with the next slice the printer will automatically layer the slices.

Requirements

3D printer with homing (usually printers do have homing)

OpenScad

Multiple filaments

The script: https://github.com/Jana-Marie/Rainbow-Space-Invader/blob/master/Rainbow.scad

A thing to print, as example we will use the Space Invader by User_4574 http://www.thingiverse.com/thing:35870

Make & Print It

Instr.png
IMG_20150403_221846.jpg
Instr1.png

1. load your object into the script (look into the script for more information, it is commented there)

2. set your print level (slice) in the header of the script (e.g. 0.5 & 0 , this will create a level from 0 to 0.5, Image 1)

3. render your object with "F6" and export it as .stl

4. load your .stl into your slicer/g-code creator of your printer. Use following settings

-- Infill: 50%
-- z-axis lift: 3 mm (this will lift the z-axis during moves, to prevent the printer from crashing. It has to be at least as high as the print is)

5. Export the G-Code and print it with your favorite color

6. when the level is finished remove the skirt and the support blocks in the corners but leave the object itself ( Image 2 )

7. repeat from step 2 with new levels (now following 1 & 0.5 , this will the printer affect to build ontop of the first level, Image 3)

Note

Instr3.png

The settings from point 4 are very important to prevent your printer from crashing into the earlier slices! The printer has to lift the z-axis during moves.

Results

687474703a2f2f7332372e706f7374696d672e6f72672f396364386266366e6e2f494d475f32303135303430335f3232333731305f456469742e6a7067.jpeg
687474703a2f2f7332372e706f7374696d672e6f72672f72326a696137396d622f494d475f32303135303430335f3232333735385f456469742e6a7067.jpeg

Awesome (nearly) rainbow colored Space Invaders \o/

Thank You for Reading

687474703a2f2f7332322e706f7374696d672e6f72672f737673386f383463682f494d475f32303135303430335f3232333734345f456469742e6a7067.jpeg

and please share your results in the comments!

you can get more information here: https://github.com/Jan--Henrik/Rainbow-Space-Invader

Ideas: Combine normal filament with flexible, conductive or in the dark glowing one!

Feel free to share and vote!

~ Jana