Octoprint Multicolor 3d Prints including Ender 3 V2
35,604 views
0

 Published On Aug 12, 2020

The ability to print multi-color prints on any FDM 3d printer is well within everyone's reach. While some 3d printers support the Marlin M600 command which automates changing filament many do not. This video walks the viewer step by step through the process of producing a multi-color 3d print on any 3d printer by using a standard slicer feature and Octoprint.

If you have wanted to produce multi-color 3d prints on the Creality Ender, Monoprice 3d Printers, Anet ET4, or ET5 or most standard FDM 3d printers this video is a must-watch.

Cura 4.6 is used to demonstrate this technique but it will work equally well on PrusaSlicer, Simplify 3d, or other slicers.

This video covers the following content:

05:05 Octoprint Templates
06:14 Multi-color Print Steps
07:02 Octoprint Setup
08:56 Gcode CMD Trapping
10:00 Custom Gcode
13:49 Cura Setup
15:37 Demo

To discuss this video with other viewers and to post pictures of your own multi-color prints head over to https://forum.drvax.com

A link to the Cura plugin for multi-color prints which is an alternative approach to solving this problem if you are printing from an SD card:

https://www.thingiverse.com/thing:207...

The following g-code was demonstrated in this video (this g-code is a slightly modified version of the g-code example on the Octoprint web site).

; **** g-code entered into the Octoprint pause section ****
{% if pause_position.x is not none %}
; play some tone to remind us something is happening
M300 S440 P200
M300 S660 P250
M300 S880 P300
; relative XYZ
G91
; relative E
M83
; retract filament, move Z slightly upwards
G1 Z+10 E-5 F4500
; absolute E
M82
; absolute XYZ
G90
; move to a safe rest position, adjust as necessary
G1 X0 Y0
; make sure position steppers stay powered on to lock position
M17 Z X Y
; unlock the extruder stepper so we can use the dial
M84 E
{% endif %}

; **** G-code entered into the Octoprint resume section ****
{% if pause_position.x is not none %}
; relative extruder
M83
; prime nozzle
; retract filament just a bit
G1 E-5 F4500
; now extrude it the same amount
G1 E5 F4500
; absolute E
M82
; absolute XYZ
G90
; reset E
G92 E{{ pause_position.e }}
; move back to pause position XYZ
G1 X{{ pause_position.x }} Y{{ pause_position.y }} Z{{ pause_position.z }} F4500
; reset to feed rate before pause if available
{% if pause_position.f is not none %}G1 F{{ pause_position.f }}{% endif %}
{% endif %}

Link to the Octoprint web site:

https://octoprint.org/

If you use Octoprint please support the project with a donation.

Let's continue to learn together. Irv

---
The following links are to products I have used, reviewed, or evaluated for the MakeWithTech community. Some of the links below are affiliate links that provide commissions, at no cost to you, and help support the MakeWithTech video production, purchase of products for reviews, lab, forum, and web site.

I have reviewed the following printers or similar printers:

➡︎ https://kit.co/makewithtech/3d-printe...

These are some of the tools I use for 3d printing day-to-day:

➡︎ https://kit.co/makewithtech/basic-3d-...

I have reviewed or used the following 3d printer upgrades:

➡︎ https://kit.co/makewithtech/3d-printe...

Here are the 3d printer filaments I use to evaluate prints, software, and techniques:

➡︎ https://kit.co/makewithtech/3d-printi...

I will be covering basic electronics and software in future MakeWithTech segments and here are the products I am using:

➡︎ https://kit.co/makewithtech/software-...

Some of the Woodworking products I use:

➡︎ https://kit.co/makewithtech/drvax-woo...

---
** Affiliate disclaimer: some of the above links in my videos may be affiliate links, which generate a sales commission for me. Your price is the same or less than if you go to the site directly. These sales commissions help to support the MakeWithTech channel. (https://makewithtech.com)

** MakeWithTech and the MakeWithTech videos are Copyright Cogitations, LLC. (https://cogitations.com)
** Equipment used in the MakeWithTech videos has the potential to cause injury if misused. Use all equipment and tools at your own risk and follow all manufacturer's safety recommendations.

** Cogitations, LLC licenses all music used in the MakeWithTech videos from Epidemic Sound. Cogitations, LLC uses only authorized or open source clip art and third party images. Images and videos used in product reviews and tutorials are from the original product (software or hardware) manufacturers site.

** We are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites.
Replace me with the text you want to insert... .

show more

Share/Embed