Creating color files for dual or mixing extruders

Post Reply
Veenoh
Posts: 54
Joined: Thu Dec 08, 2016 12:31 am

Creating color files for dual or mixing extruders

Post by Veenoh » Sat Dec 31, 2016 4:44 am

I've been struggling for a while with how to create files that contain color information for my Rostock 301. It turns out that the answer was right in front of me the whole time! So I'm sharing this information just in case others are as confused as I was. Slic3r has a function called Modifiers that is buried inside the Settings for the STL file. Even though it is one of the most powerful functions in Slic3r, the documentation for it is almost non-existent.

When you select Load Modifier, it expects an STL file. Any part of the object that this file overlaps can be assigned special settings that are different from the ones assigned to the file as a whole. The Modifier part does not have to match the main file exactly and can, for example, be a cylinder that covers the main part at a certain level. Included in those settings is the extruder assignment, allowing you to switch colors for any part of the object. Other settings include number of perimeters, infill density, etc, etc. Besides assigning colors, you could, for instance, stiffen up a weak area of the design by increasing the infill. Unfortunately Slic3r cannot assign extruder percentages for mixing colors, and the 301 does not allow external control of the percentages anyway, .at least not until we get our hands on the source code. :roll:

The parts cannot be moved in this dialog, so the geometry has to be created beforehand in a number of ways. It can be as simple as elevating a small part in Repetier, maybe one made from cutting up the main part in Slic3r. Any CAD program that retains z axis transformations could be used, probably whatever program was used to create the main part in the first place.

When you export the file as .amf, the modifier information is retained. It looks like the gcode works in Repetier-host and Octoprint and probably most other print controllers.

Hope this saves someone else the many hours I spent searching for a solution.

Happy New Year!

--Dave

bang
Posts: 402
Joined: Wed Dec 28, 2016 2:12 pm

Re: Creating color files for dual or mixing extruders

Post by bang » Mon Jan 02, 2017 5:54 pm

Thanks for sharing.

Post Reply