Jump to content

UM2s: UM2 Dual Extrusion Switching hack


Recommended Posts

Posted (edited) · UM2s: UM2 Dual Extrusion Switching hack

New file location: 

https://github.com/KoosWelling/UM2_switch

 

I got this switching mechanism idea already a year ago, but never took time to realize. Since I'm printing now a couple of months w/o any switching issue's, it's time to share this upgrade here on the forum.

It's working with a simple cam-plate, which is moving both nozzles at the same time. The cam-plate is bi-stable, by using the existing (UM2) springs which also hold the teflon isolator in place.

http://www.khwelling.nl/3d/pic/um2s_part_modifications.png

Benefits of this modification, besides enabling 2 material prints:

  • Simple modification on the existing hardware
  • Switching is done above bed clips, so no loss of additional print space
  • Modification works both on UM2 and UM2+

 

Switching in action:

 

 

Some prints:

http://www.khwelling.nl/3d/pic/duplo_abc_rik.jpg

Edited by EdgE
  • Like 9
Link to post
Share on other sites

  • 2 weeks later...
Posted (edited) · UM2s: UM2 Dual Extrusion Switching hack

Hello, that's a nice solution (like UMO3). Has anyone else tried that?
Is it possible to generate the needed G-Code with Cura 3.X? Are there any scripts or something else?

Maybe, it's also a solution for UMO+.

Edited by jtronics
  • Link to post
    Share on other sites

    Posted · UM2s: UM2 Dual Extrusion Switching hack

    Surprisingly simple solution! :-)

    I'd be a bit worried that cutting the bottom and removing the screws from the bottom plate makes the head much less stiff than before. Does that have any effects on the print quality?
    The prints (dragon egg for example) don't look like it.

     

  • Link to post
    Share on other sites

    Posted (edited) · UM2s: UM2 Dual Extrusion Switching hack

     

    On 3-1-2018 at 11:50 AM, jtronics said:

    Hello, that's a nice solution (like UMO3). Has anyone else tried that?
    Is it possible to generate the needed G-Code with Cura 3.X? Are there any scripts or something else?

    Thanks, well a colleague has also one printer converted to this solution. He also created the Cura 3.x definition files. :)

    His switching solution is activated by hitting the slider blocks. That will be a little bit quicker, but you loose also some mm printing space in x-direction.

    I know also, that some other people are busy with this mod, but have not seen any pictures yet..

     

    So there is a Cura 3.x machine definition available. (I will update this on my webpage.)

    The Cura modifiction is working very simple. Within the extruder definition files (ultimaker2s_1st.def.json), I just changed the line:

    "machine_extruder_start_code": { "default_value": "G0 F9000 X219 Y17.5\nG0 F1000 X223\nG0 F9000 X219" }
    So here are the coordinates stored to do the switching action for lowering the left nozzle. A similar code is added for the right nozzle.

    So the good news is, you only have the update the marlin firmware once and then you could just tune the switching coordinates in the json files.

     

     

    21 hours ago, conny_g said:

    I'd be a bit worried that cutting the bottom and removing the screws from the bottom plate makes the head much less stiff than before. Does that have any effects on the print quality?

    Good point, I did add additional mass (extra heater block etc) and the bottom plate is indeed not bolted anymore. On the other hand, there is a big spring, which presses all play out of the switching construction in one direction. Also the screws are still connected to the upper plate, compressing the plastic parts a little. From my point of view, there is not noticeable more ringing, compared to the unmodified version.  If you know a very good test stl, send a link and I love to do some tests on this issue.

    (I'm also modifying another printer, for (5x) higher printing speeds and here I do have issue's with stiffness resulting in ringing... But that will be a different topic.)

     

    This picture shows hardly any ringing, but you do see some minimal layer shifting mainly in Y direction once in a while. I guess this will be around 0.1mm.

    IMG-20170324-WA0004.jpg

    Edited by EdgE
  • Link to post
    Share on other sites

    Posted · UM2s: UM2 Dual Extrusion Switching hack

    Just have to ask what is the full point of this?

     

    I simply added another hotend and level the nozzle and the bed with a dial indicator. Im able to print dual and prints turn out great.

  • Link to post
    Share on other sites

    Posted (edited) · UM2s: UM2 Dual Extrusion Switching hack

    Generating gcode for this solution is pretty simple, like you do this with an UM3.

     

    After a  nozzle switch (T0/T1), cura is executing the additional gcode automatically.

    This could be found in ultimaker2s_1st.def.json:

    "machine_extruder_start_code": { "default_value": "G0 F9000 X219 Y17.5\nG0 F1000 X223\nG0 F9000 X219" }.

    Here you could place the commands for doing the switching movements.

    See working example here: http://www.khwelling.nl/3d/pic/um2s_cura_definitions.zip

    (These definitions are partly copied from UM3 & UM2. Be aware to save the right files in the right folders.)

     

    So the only thing you have to figure out, where your exact switching positions are and write them in both extruder files.

    (So this should also be possible on an UMO+.)

    Edited by EdgE
  • Link to post
    Share on other sites

    Posted · UM2s: UM2 Dual Extrusion Switching hack

    Hi,
    Please, someone has the necessary files and drawings to create this super idea? The Web is turned off.

  • Link to post
    Share on other sites

    Posted · UM2s: UM2 Dual Extrusion Switching hack

    Hi @Trickle

     

    You may try to notify him like this: 

     

    Hi @EdgE

     

    Maybe he'll reply.

     

    Thanks

    Torgeir

  • Link to post
    Share on other sites

    Posted · UM2s: UM2 Dual Extrusion Switching hack

    Hi @Trickle,

    indeed, adding the @ helps, for responding 😉

     

    Anyway, my website unfortunately disappeared.

    (The old server is down and did not find a new spot to create a new version.)

     

    I'll update the files somewhere else 'soon'.

    If I'm not updating this post within another month, just ping me again.

     

    Greetz.

  • Link to post
    Share on other sites

    Posted · UM2s: UM2 Dual Extrusion Switching hack

    Ok thank you both @Torgeir and @EdgE

  • Link to post
    Share on other sites

    Posted · UM2s: UM2 Dual Extrusion Switching hack

    You can find the files here:

    https://github.com/KoosWelling/UM2_switch

     

    Have fun building.

    • Like 1
    • Thanks 1
    Link to post
    Share on other sites

    Posted · UM2s: UM2 Dual Extrusion Switching hack

    Hi @EdgE

     

    Very interesting!

     

    Thanks

    Torgeir

    • Thanks 1
    Link to post
    Share on other sites

    Posted (edited) · UM2s: UM2 Dual Extrusion Switching hack

    Hi @EdgE
    Thank you very much, I'm building my own printer. And this fits. I'll let you know when I'm done. And I will praise you everywhere. If I ever do a workflow. I will definitely publish you. Thanks a lot👍🤝

     

    Just a note. On that cooling (ribbed part). There is a cut. Just about the strength of the bottom material?

    Edited by Trickle
  • Link to post
    Share on other sites

    Posted · UM2s: UM2 Dual Extrusion Switching hack

    Looking forward for any progress 😉
     

    Actually I used 2 'cooling parts' and cutted one in half. (Need a extension of original part.)

    So for the hinge point, any piece of aluminum would work.

  • 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
        • 18 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...