2 Color Keychains with 1 Extruder
Allows printing two (or more) color keychains with a single extruder.
This model and method allows you to print a multi color, but still flat, keychain with a single extruder.
The trick here is breaking the model into multiple prints that are printed one at a time. This first set up steps we'll call “beginner mode” using my pre-existing model and just two colors.








That's it! It's pretty easy once you get the hang of it. Below are some more advanced steps.
Advanced Option 1: Change the first sketch to be something other than round. In the pictures, you can see an example of one that I made that wasn't just a circle.
Advanced Option 2: Add another sketch on the opposite side of the keychain as the original design. Extrude it up .6-.8mm. When you slice the second part, add a color change before the top 3-4 layers to add a design on both sides (see picture 3).
Advanced Option 3: Instead of just two prints, divide the design on your keychain into two or more parts in the slicer and make each color its own print. Make sure to remove the skirt after each print before starting the next print, and make sure that all but the very first print have Z-Hop enabled.
Advanced Option 3: Instead of using two completely separate prints, use Notepad++ or another text editor to combine gcodes. I copied the second gcode after my “start_print” macro (or starting gcode for Marlin) until (and including) my “end_print” macro. Then I opened up the first gcode file, found where the “end_print” macro was, replaced it with the M600 command, and pasted in the entire second gcode. Just make sure you only have one start_print (or starting gcode in Marlin) and one end_print (or ending gcode in Marlin) and that in the middle, all you have is the M600 command. Additional information in the file before start_print and after end_print can be left as is and not copied. Only try this method if you are comfortable with editing gcode files and keep your hand on the stop button the first time just in case.
A brief summation of the steps for creating the model:
Have fun and Happy Printing!!!
The author marked this model as their own original creation.