Printing multiple colors with single extruder

Post your advice, tips, suggestions, etc...
femyers01
Posts: 7
Joined: Fri Jan 09, 2015 1:34 pm

Printing multiple colors with single extruder

Post by femyers01 » Mon Feb 09, 2015 5:53 pm

I'm pretty new at 3D printing. I have a project where I'm printing a clock dial. The base layers of the dial are white PLA while the numbers and other raised markings are black PLA. I somewhat successfully printed one of these but the swap over from white to black filament was messy. I left a blob of white plastic on the dial where the changeover took place.

Is there a good way to change filament colors during a print on an M2?

Thanks,
Forrest Myers

User avatar
insta
Posts: 2007
Joined: Tue Sep 16, 2014 3:59 am

Re: Printing multiple colors with single extruder

Post by insta » Mon Feb 09, 2015 6:03 pm

There's a command in newer Marlin versions (which I emailed Rick if he ever wants to post it -- if not I'll send you the firmware directly) that has an explicit "Change filament" command. As soon as you press it, it moves the head way off to the side, retracts, waits for you to add the new filament back in, purges some (which you'd pick off with the tweezers), then resumes. It's designed explicitly for this.
Custom 3D printing for you or your business -- quote [at] pingring.org

femyers01
Posts: 7
Joined: Fri Jan 09, 2015 1:34 pm

Re: Printing multiple colors with single extruder

Post by femyers01 » Mon Feb 09, 2015 8:38 pm

Thanks for that answer on the "change filament command". I was wondering why there wasn't such a thing. I'm controlling my M2 via pronterface and or the LCD display. I don't run windoze, just Linux. If you wouldn't mind, would you send me the code for the change filament command?

Thanks,
Forrest Myers

User avatar
insta
Posts: 2007
Joined: Tue Sep 16, 2014 3:59 am

Re: Printing multiple colors with single extruder

Post by insta » Mon Feb 09, 2015 9:08 pm

femyers01 wrote:Thanks for that answer on the "change filament command". I was wondering why there wasn't such a thing. I'm controlling my M2 via pronterface and or the LCD display. I don't run windoze, just Linux. If you wouldn't mind, would you send me the code for the change filament command?

Thanks,
Forrest Myers
It's the M600 command, your firmware may already support it. http://forums.reprap.org/read.php?146,179790,179794
Custom 3D printing for you or your business -- quote [at] pingring.org

femyers01
Posts: 7
Joined: Fri Jan 09, 2015 1:34 pm

Re: Printing multiple colors with single extruder

Post by femyers01 » Tue Feb 10, 2015 1:05 am

I tried the M600 command by sending it via pronterface. My new,last week, M2 simply ignored the command as far as I can tell.

Forrest Myes

User avatar
insta
Posts: 2007
Joined: Tue Sep 16, 2014 3:59 am

Re: Printing multiple colors with single extruder

Post by insta » Tue Feb 10, 2015 3:41 am

Are you comfortable flashing firmware? My changed firmware is attached -- be warned, it changes a lot of things (for the better, in my opinion). It's for single-extruder V3B 24v machines with Viki, ONLY!
Attachments
M2 - Single.zip
(3.71 MiB) Downloaded 562 times
Custom 3D printing for you or your business -- quote [at] pingring.org

User avatar
Matt_Sharkey
Posts: 347
Joined: Mon Oct 20, 2014 3:10 pm

Re: Printing multiple colors with single extruder

Post by Matt_Sharkey » Tue Feb 10, 2015 3:03 pm

what is Viki and how can i quickly tell if im using 24v?

User avatar
jimc
Posts: 2888
Joined: Wed Apr 09, 2014 11:30 pm
Location: mullica, nj
Contact:

Re: Printing multiple colors with single extruder

Post by jimc » Tue Feb 10, 2015 3:19 pm

viki is the lcd screen and the 24v machines have the single large power supply. the 12/19v machines have 2 power bricks.

femyers01
Posts: 7
Joined: Fri Jan 09, 2015 1:34 pm

Re: Printing multiple colors with single extruder

Post by femyers01 » Tue Feb 10, 2015 4:00 pm

I downloaded M2-single.zip. When I tried to compile Marlin.ino, I got the following error;" 'LiquidTWI2' does not name a type". I had previously downloaded the firmware for the Viki and it compiles and installed OK. I also tried Marlin.pde and got the same error. My machine is a MakerGear M2 24V single V3B extruder and Viki.

I must be missing something.

Forrest Myers

User avatar
insta
Posts: 2007
Joined: Tue Sep 16, 2014 3:59 am

Re: Printing multiple colors with single extruder

Post by insta » Tue Feb 10, 2015 4:34 pm

Download LiquidTWI2 from here: https://github.com/lincomatic/LiquidTWI2 and put it in your ~/Documents/arduino/libraries/ folder. Reference: http://arduino.cc/en/Guide/Libraries
Custom 3D printing for you or your business -- quote [at] pingring.org

Post Reply