Page 1 of 1

Diamond Nozzle

Posted: Tue Jun 02, 2015 6:05 pm
by jesse
This thread is about using the Diamond nozzle.

https://www.kickstarter.com/projects/wr ... olor-3d-pr

Kickstarter rewards are shipping tomorrow.

Re: Diamond Nozzle

Posted: Wed Jun 03, 2015 9:39 pm
by jesse

Re: Diamond Nozzle

Posted: Thu Jul 23, 2015 11:11 am
by ZakRabbit
I can't figure out how to embed, but there's a video showing RGB printing with one of these hot ends. What slicer would be compatible with that?
https://youtu.be/saryph9t9L8

Re: Diamond Nozzle

Posted: Thu Jul 23, 2015 11:38 am
by KAS
ZakRabbit wrote:I can't figure out how to embed, but there's a video showing RGB printing with one of these hot ends. What slicer would be compatible with that?
https://youtu.be/saryph9t9L8


Use the actual youtube video link, not the short URL. https://www.youtube.com/watch?v=saryph9t9L8

Then remove the s from https://

then paste that between the "youtube" tags

Code: Select all

[youtube]http://www.youtube.com/watch?v=saryph9t9L8[/youtube]
then it will embed.

[youtube]http://www.youtube.com/watch?v=saryph9t9L8[/youtube]

Re: Diamond Nozzle

Posted: Thu Jul 23, 2015 12:11 pm
by ZakRabbit
very cool, thank you.

Re: Diamond Nozzle

Posted: Fri Jul 24, 2015 6:07 pm
by jesse
I received the Diamond Nozzle. It requires a 15mm heater cartridge which are sold on ebay for about $3. A 20mm cartridge is too long.

For the diamond nozzle, I ordered three heat sinks that are e3d v6 clones.

RAMPs 1.4 + a CNC GRBL shield are being used to drive the six stepper motors.

I need to make a custom mount since my clone heatsinks are a different size.

Re: Diamond Nozzle

Posted: Fri Jul 24, 2015 6:27 pm
by IMBoring25
ZakRabbit wrote:I can't figure out how to embed, but there's a video showing RGB printing with one of these hot ends. What slicer would be compatible with that?
https://youtu.be/saryph9t9L8
At least in RepRapFirmware, color mixing is implemented by defining a tool to use multiple extruder drives using the M563 command and then issuing your extrusion commands for each of those extruders in a colon-separated form, i.e. G1 E1:1, which would extrude 1mm of filament from each of two drives the active tool is configured to use (assuming relative extrusion distances and units in mm). Regardless of what slicer you use, it would be a pretty trivial script to write to parse the total extrusion amount for each move and divide it into a colon-separated form at a specified ratio.

Re: Diamond Nozzle

Posted: Fri Jul 24, 2015 6:44 pm
by ZakRabbit
IMBoring25 wrote:
ZakRabbit wrote:I can't figure out how to embed, but there's a video showing RGB printing with one of these hot ends. What slicer would be compatible with that?
https://youtu.be/saryph9t9L8
At least in RepRapFirmware, color mixing is implemented by defining a tool to use multiple extruder drives using the M563 command and then issuing your extrusion commands for each of those extruders in a colon-separated form, i.e. G1 E1:1, which would extrude 1mm of filament from each of two drives the active tool is configured to use (assuming relative extrusion distances and units in mm). Regardless of what slicer you use, it would be a pretty trivial script to write to parse the total extrusion amount for each move and divide it into a colon-separated form at a specified ratio.
I gotta start learning how to code... I'm good at the mechanical stuff, but I am missing out on the control side of things.

Re: Diamond Nozzle

Posted: Mon Oct 26, 2015 1:49 am
by Maddog
ZakRabbit
Did you ever get your Diamond extruder to work well?