Jump to content

Ultimaker 2 Dual extrusion


Recommended Posts

Posted · Ultimaker 2 Dual extrusion

Nozzle lift will remove most of the need for a valve as far as I know. The nozzle lift also has the added benefit of the nozzle no longer being able to knock your print over (allowing reliable single nozzle printing).

But yeah, nozzle lifting would mean that you need to be able to move the nozzles reliably. I do not see any software constraints that would cause more problems. The software could (and needs to be) improved, but it's not the bottle neck.

 

  • Link to post
    Share on other sites

    • Replies 315
    • Created
    • Last Reply

    Top Posters In This Topic

    Posted · Ultimaker 2 Dual extrusion

    You shouldn't expect anything ;) If there is anything to learn from all this, its probably that. We do really see the point of having it, but that doesn't mean that it will be possible.

     

  • Link to post
    Share on other sites

    Posted · Ultimaker 2 Dual extrusion

    You shouldn't expect anything ;) If there is anything to learn from all this, its probably that. We do really see the point of having it, but that doesn't mean that it will be possible.

     

    Well nallath, at least we might expect ...

    ... :p

    By the way nallath, which output pin is used for switching the leds?

    Cheers,

    Peter

     

  • Link to post
    Share on other sites

    Posted · Ultimaker 2 Dual extrusion

    nallath,

    thank you for your open words. Is it possible to condense what you wrote to the answer of a simple question:

    Is a dual extrusion add on/upgrade kit for the UM2 still planned and coming from Ultimaker or not?

    I think the community appreciates all the R&D work but it is time for clear yes or no, so everybody knows what up and that's it.

    Thank you!

     

  • Link to post
    Share on other sites

    Posted · Ultimaker 2 Dual extrusion

    nallath,

    thank you for your open words. Is it possible to condense what you wrote to the answer of a simple question:

    Is a dual extrusion add on/upgrade kit for the UM2 still planned and coming from Ultimaker or not?

     

    I think I will also be able to give you an official answer on this one:

    No.

     

  • Link to post
    Share on other sites

    Posted · Ultimaker 2 Dual extrusion

    Sander,

    thank you very much. Now we have clearness. Keep up your good work. Still love the printer!

     

  • Link to post
    Share on other sites

    Posted · Ultimaker 2 Dual extrusion

    @nallath

     

    is this the way to go??

     

    Yeah, but you don't see the rest of the head so i'm kinda afraid that it's really heavy. But it does look awesome. If martin wants to work on this more, he should contact us :)

     

  • Link to post
    Share on other sites

    Posted · Ultimaker 2 Dual extrusion

    I came across this "Ultimaker 2 UM2 dual extrusion kit" today, but it appears to simply be the current design with an extruder nozzle/hot end mounted into the factory prepped space.

    Here's the link: http://www.dhgate.com/store/product/3-d-printer-parts-ultimaker-2-um2-dual-extrusion/216552327.html

    It doesn't appear to address the nozzle-lifting issue, nor perhaps any of the other issues that Team Ultimaker have run into during their R&D. Does anyone out there know anything about this unit, and if it works?? If it does "work", does Cura even support dual extrusion??

    Thanks for any info regarding this...

     

  • Link to post
    Share on other sites

    Posted · Ultimaker 2 Dual extrusion

    That just looks like China clones slapped together. Looks like they cloned an older design as well judging by the gap between the collets and the head. This is how Ultimaker wanted to be able to do it (just add another identical nozzle to the one it came with originally), but it failed. In short, don't buy.

     

  • Link to post
    Share on other sites

    Posted · Ultimaker 2 Dual extrusion

    crappy bullshit... doesn't work. I would also bother to buy for spares as I am not sure if quality is r8

     

  • Link to post
    Share on other sites

    Posted · Ultimaker 2 Dual extrusion

    It very much apears not to do it, which is the entire problem. If you don't do it, you knock prints over or ooze into your print.

     

  • Link to post
    Share on other sites

    Posted · Ultimaker 2 Dual extrusion

    Hey,

    Ive been on the phone with um support for an unrelated issue (damn TC's!) and asked about the dual extrusion kit. The very kind lady confirmed to that there will be no dual extrusion kit for the um2. But she gave me a great idea!

    How about UM share their R&D findings with us; maybe we can come up with a good concept?

     

  • Link to post
    Share on other sites

    Posted · Ultimaker 2 Dual extrusion

    I don't think this will happen. Mainly out of the reason the key elements of the troubles are well known in the meantime:

     

    • thermal troubles at the hotend when both nozzles are fully heated (e.g. for ABS)
    • print quality not good enough to stick the label 'Ultimaker' on it
    • second nozzle hits already printed regions

    There are good concepts for a properly working dual extrusion. See e.g. Foehnsturm's recent work on the dual extrusion and his earlier work on mechanically rectracting hotends.

    http://reprap.me/front-page-show/diamond-hotend.html seems to be a promising approach to me as well, at least for materials printed at about the same temperature.

    I expect a working dual extrusion for the UM2 within a year. But it wont come from Ultimaker but from the community as e.g. the Olsson heater block for the UM2.

     

  • Link to post
    Share on other sites

    Posted (edited) · Ultimaker 2 Dual extrusion

    Hey guys, could you help me out?

    I try to compile a 2 extruder firmware, using Arduino 1.6.0 ide and the vanilla source tree Ultimaker2Marlin-master.

    Then I set #define EXTRUDERS 2 in the configuration.h

    Verify button says:

     

    Wire\utility\twi.c.o: In function `__vector_39':C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\Wire\utility/twi.c:364: multiple definition of `__vector_39'UltiLCD2_low_lib.cpp.o:C:\Users\jeroen\AppData\Local\Temp\build7017903479252515816.tmp/UltiLCD2_low_lib.cpp:184: first defined here/Arduino/hardware/tools/avr/bin/../lib/gcc/avr/4.8.1/../../../../avr/bin/ld: Disabling relaxation: it will not work with multiple definitionscollect2: error: ld returned 1 exit statusError compiling.

     

    Edited by chin
  • Link to post
    Share on other sites

    Posted · Ultimaker 2 Dual extrusion

    first off all use arduino 1.03 or 1.06, here's an explanation on the modifications you have to make, delete some lines from the twi.c file and some other stuff. I'm not expert but I followed Tinkergnome's info and was able to compile UM2 firmware.

    http://umforum.ultimaker.com/index.php?/topic/6436-more-information-during-print/?p=96906

    Maybe I'm totally wrong here but is the UM2 firmware not already default ok for dual extruders? what do you want to change?

     

  • Link to post
    Share on other sites

    Posted · Ultimaker 2 Dual extrusion

    and @ fnorkn; it can be helpfull if you update your profile with the type of printer(s) you have and your location ...

     

  • Link to post
    Share on other sites

    Posted · Ultimaker 2 Dual extrusion

    Cheers thanks.

    Its an UM2, and I am 75% done building a custom watercooled dual printhead.

    I thought the code was ready for a second extruder.

     

  • Link to post
    Share on other sites

    Posted (edited) · Ultimaker 2 Dual extrusion

    I used the 1.0.6 version, and is seems that you need to delete some code from

    C:\Program Files (x86)\Arduino\libraries\Wire\utility\twi.c

    to make it all work.

    However, the function SIGNAL(TWI_vect) seems to be renamed to  ISR(TWI_vect). TinkerGnome found that out already.

    After deleting the function (Administrator mode in Windows) I end up with a hex file:

    Marlin.cpp.hex

    I will report back if there are any interesting developments... (could take weeks ;-)

    Edited by Guest
    removed HTML tags which made comment unreadable
  • Link to post
    Share on other sites

    Posted · Ultimaker 2 Dual extrusion

    At the risk of getting flamed I thought I'd add my oar.

    I have read most of the previous 14 pages and it has been stated that the larger population of users print PLA, and want support material or a second colour. Most of the problems around this seem to be with the energy you pump in to each hot end and can effectively suck away from the support material, so keeping cooler is preferable - PLA and PVA both print cool? PLA and PLA both run at the same temperature. So it seems that a fair portion of the user base could be appeased quite easily?

    I can understand people wanting a blindingly fast machine, that prints the finest detail in every material with no need for support and in multiple colours, oh and all for under £100 but that is never going to happen. The UM2 printer is awesomely awesome at what it does, so it come as no surprise that there will be a compromise if you want to push one of the boundaries something else will have to give a little.

    As I mentioned, the UM2 is awesomely printing with one print head pretty much across the board.

    Why couldn't you adjust the mount and put 2 print heads on separated by a heat guard?

     

    • Immediately you loose print volume, but the UM2 has oodles of volume. Knocking off 40mm in any/all directions is not ideal, but there is still loads, and I don't recall ever really taxing the volume - I know some do - compromise though.
    • Oooooze - printing cooler addresses this to a great extent, yes this will probably mean slower as well. I don't know much about PVA but I seem to be able to keep PLA in the nozzle for a good 30 minutes at 190C when retracted. (found out by accident)
    • Quality? I've seen this mentioned but no pics. I get lumps on a print because the combing didn't kick in and the printhead chose to run over my print, but I don't understand how much worse this would be since PLA on PLA is what happens now, PLA on PVA is irrelevant and PVA on PLA will dissolve off.

    Instead of using a generic adjustable wrench, why not use the spanner that fits specifically. Yeah, it'll be expensive to have all the options or the limited option choice may not suit, but people are crying out for something.

    Is there truly no scenario that you can put something together for, stick your name on it, and have Cura support it out of the box?

    Anyway it seems like PVA is a pain to use so why bother :)

     

  • Link to post
    Share on other sites

    Posted · Ultimaker 2 Dual extrusion

    I do understand the frustration, but as i've said many times before; Show me a printer that can do the dual material well. I've not seen one. There is a reason for this. People have unrealistic expectations of dual extrusion. This is maybe caused by what Ultimaker has been saying about it and maybe by a lot of other people trying to sell more printers. But none of this changes the fact that it just doesn't work.

     

    Hi,

    thank you for your reply and insight.

    Have you seen/tested Stratasys Mojo and Wanhao's Duplicator 4S printers? I can only judge by few youtube videos that show them in action, but from those videos these two 3D printers look like can handle dual extruder prints.

     

  • Link to post
    Share on other sites

    Posted · Ultimaker 2 Dual extrusion

    I havent seen them in action, but in those cases, their solutions are probably patented. They also have the option of spending much more on precision components (due to the overal higher cost of the machine).

     

  • Link to post
    Share on other sites

    Posted · Ultimaker 2 Dual extrusion

    For what its worth The Mojo is a £7,000 pound printer and you have to use there Filaments its expensive.

    I have seen the wanhao duplicator 4 in action on a bench front of me at the London 3d Print Show in 2014, and it Works??? BUT not sure if it is Chinese if it is how long will it work for and whats the support like???

    I also heard the PVA is a pain and Leapfrog Creator HS had been using HIPS (I think thats the term) but not seen any results.

     

  • Link to post
    Share on other sites

    Posted · Ultimaker 2 Dual extrusion

    hi everyone.

    i want to buy this:

     

    i think i can print my own mounting bracket so it will fit to the my um2

    i am allredy printed one so my stepper motor can be placed above the nozze and i print with it a lot !!!

    i prints all kind of materials.

    i think that i can print with that nozzle 2 materials, the um2 are ready for that, right ??!!!

    and, do you think i can print even with 3 ???? if not...

    maybe i can buy the rumba motherboard and place it on the um2?

    thanks, want to hear what you have to say :)

     

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 16 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...