Jump to content

The Mighty UM2go


Labern

Recommended Posts

  • 2 weeks later...
Posted · The Mighty UM2go

Just a quick note to say that when using Cura it advised to change the flavor to Marlin.   Then you can change the heated bed settings for materials.      I found how to do this on another thread but thought I would add it here for completeness

 

in Cura: "Settings -> Printer -> Manage Printers... -> Machine Settings"

 

TN

  • Link to post
    Share on other sites

    • 5 months later...
    Posted · The Mighty UM2go

    I am planning to take my U2Go onto my boat.  As the boat has both 12v and 24v DC available I wondered to avoid using the power supply unit that requires AC.  Has anyone powered straight from DC supply?  

    THanks

     

    MedicalModeller

     

  • Link to post
    Share on other sites

    Posted · The Mighty UM2go

    If you know the current draw/power usage you should be able to find an inverter that will work.  That would avoid having to do anything but plug it in.  A quick search turned up a 1250 watt inverter for $70 US.  My Ender 3 Pro is only 270 watts.

  • Link to post
    Share on other sites

    Posted · The Mighty UM2go

    I have an inverter on board that supplies AC voltage.  But the inverter uses power as does the PSU.   So I would like to go straight from boat's 24v DC.  The power brick for the U2G is 24v so I guess I just need a 4 pin DIN connected correctly!

    MM

  • Link to post
    Share on other sites

    Posted · The Mighty UM2go

    I bought my heated bed from Gr5 on this forum.   It works fine.   You'd have to ask him directly for its specification

     

    TM

  • Link to post
    Share on other sites

    Posted · The Mighty UM2go

    So to resurrect this thread..........

    I would like to be able to print flexible material on my UM2Go+ and having had real problems on my UM3 I think I need a direct drive feeder and can put one onto the UM2GO+.    I have been in discussion with the guy at Ultimaker – Flex3Drive   One thing I'd need to do is also the firmware for the  pin settings.  Is it correct that this means editing the HEX file itself?  How easy is this to do???

    THanks

    TM

  • Link to post
    Share on other sites

    Posted · The Mighty UM2go

    Easy for some.  Hard for others.  For me it would take several hours because I've only done it a few times.  The "hex file" is the firmware.  It's a version of Marlin.  Probably 80% of all 3d printers use marlin and a few years ago it was probably 99%.  There are many forks of Marlin.

     

    It sounds like you have to edit the source code.  I don't know what edits you need to do.  That might be the easy part or the hardest part.  But then you have to compile Marlin.  That's the part that would take me a few hours to install everything and figure it all out.  Instructions are here:

     

     

  • Link to post
    Share on other sites

    Posted · The Mighty UM2go

    By the way, I've printed ninjaflex (extremely flexible) on a UM2 series.  It involves some tricks.  One of which is to put a drop of oil on the filament before inserting into the bowden and adding an additional drop every meter or so (about once per hour).  I have more explicit instructions on this forum.  90% of people hate the idea of oil going through the nozzle and think it will do something bad like add holes in the print or something but it works perfectly.  Perfectly! Trust me. Other things I had to do to get zero underextrusion was to slow down to 10mm/sec (only if you need it absolutely perfect print) and print on the high-side of the recommended temp range.  And lots of fan.  Also I had to up the flow rate.

  • Link to post
    Share on other sites

    Posted (edited) · The Mighty UM2go

    Thanks gr5.   I have seen that some people made a little sponge holder and wet the sponge with lubricant.  Then the filament runs over the sponge to get a film of lubricant.   I am going to make my own.   Can I ask which oil you use?  

    Edit:   I have found the post where you give details  

     

    Thanks

     

    Edited by medicalmodeller
    Not needed
  • Link to post
    Share on other sites

    Posted (edited) · The Mighty UM2go

    Referencing the fitment of the Flex3Drive Ultimaker version to the UM2GO. I have downloaded and looked at the TinkerGnome code and its pretty much the same as for any UM2 machine in terms of just swapping the pin numbers between the Z and E0 axis to take advantage of the x8 microstepping on the Z axis (through setting of J5 jumper).

    Code changes for this are very straight forward and simple/minimal to swap axis pins in pins.h, but having not looked at TinkerGnome before (although it was on the list a while back) I can see there are #ifdef's for UM2GO for setting bed size and bowden tube lengths, which hints to me compile will be as simple as selecting the UM2GO #define however, I cannot find this "#define"  so it suggests to me (being completely new to TinkerGnome) there is a compiler switch or setting outside of the code base itself that determines compile option for UM2GO. Is this correct?

    I will look at the instructions for compiling as my initial compile attempt with Arduino IDE threw an operator error, as well still being in the dark about setting for UM2GO option. What is the best or easiest way to compile TinkerGnome? My initial skim over the instructions suggests a different compiler is required, but a skim on the forum also indicated Arduino IDE will do it too. Or alternatively could anyone compile it for us given the simplicity of the changes in pins.h if they can compile it easily?

     

    TIA for any tips suggestions on this as I would like to set TinkerGnome on my own machines too.

     

    (BTW cheeky note 🙂 Ive just launched a new 4into1 multi filament solution compatible with almost any OS 3d prnter - see website flex3drive.com) - it could potentially fit a UM2 machine aswell with some modification and addition of 2 extra driver boards.

    Edited by mutley3d
    Add cheeky note :)
  • Link to post
    Share on other sites

    Posted · The Mighty UM2go
    1 hour ago, mutley3d said:

    Ive just launched a new 4into1 multi filament solution compatible

    That is an interesting animal. I have all sorts of quesitons. Where should I ask them? 

  • Link to post
    Share on other sites

    Posted · The Mighty UM2go
    8 hours ago, jaysenodell said:

    That is an interesting animal. I have all sorts of quesitons. Where should I ask them? 

    If it is Ultimaker related, and no one objects I could create a new post/thread about it on this forum.

     

    Note that I am aware to some sensitivies and the potential accusation of "spamvertising", since expressing or detailing features and the reasons for them may well sound "salesy" but then it is a product development that interests people, since it meets and solves particular challenges and functionality and does so quite well. So for those that may feel that way, it might be best to look away 🙂 (joke of course).

    If not Ultimaker related, but for another OS machine, feel free to email or send contact through the website and I will be sure to reply. there is also a Discord server.

  • Link to post
    Share on other sites

    Posted · The Mighty UM2go

    tinker has some kind of make or build script that builds every version.  I completely forget what to do as it has been years.  I'm 90% sure you can't use the arduino IDE.  Just read the instructions I link to above.

     

    You can contact tinkerGnome directly but wait until you get stuck.  I can also contact him for you if needed. I talk to him on slack almost every day.

    • Like 1
    Link to post
    Share on other sites

    Posted (edited) · The Mighty UM2go

    Thanks gr5 that makes complete sense about the build script. I will get to a more detailed read of things and download the required elements of the build environment. I did see some say they built it with Arduino IDE with no issues but think there might be different cases where it does and does not build that way, or something else going on. If you could contact on my behalf that would be most appreciated, or I could even join the slack if its not a private channel, or do a compile with basic changes provided.

    Edited by mutley3d
  • Link to post
    Share on other sites

    Posted · The Mighty UM2go

    Again, let me know when you get stuck.

  • Link to post
    Share on other sites

    Posted · The Mighty UM2go
    On 2/23/2024 at 1:30 PM, gr5 said:

    By the way, I've printed ninjaflex (extremely flexible) on a UM2 series.  It involves some tricks.  One of which is to put a drop of oil on the filament before inserting into the bowden and adding an additional drop every meter or so (about once per hour).  I have more explicit instructions on this forum.  90% of people hate the idea of oil going through the nozzle and think it will do something bad like add holes in the print or something but it works perfectly.  Perfectly! Trust me. Other things I had to do to get zero underextrusion was to slow down to 10mm/sec (only if you need it absolutely perfect print) and print on the high-side of the recommended temp range.  And lots of fan.  Also I had to up the flow rate.

    So I printed  using the settings that you suggested and by adding a little oil to the filament by having it pass through a box with a sponge inside that I oiled.

    The print completed eventually.

    My new problem is that the print stuck so well to my PEI sheet that it pulled off a section when I levered the print off.  I had used some Magigoo but maybe not enough.  Or is it that flexible filament can bind to PEI?

    Never ending!

    TM

     

  • Link to post
    Share on other sites

    Posted · The Mighty UM2go

    Hey you tried the oil!  yay!  Most people don't.

     

    I've never printed on PEI so I can't really help you.  You'll have to google around I guess.  Or experiment.  To get it to stick less, squish less.  And maybe remove all the magigoo?  Using isopropyl alcohol maybe?  I really don't know.  Or add some "mold release" which is typically some kind of oil to the bed?

  • Link to post
    Share on other sites

    Posted · The Mighty UM2go

    In the end I made a little 2 part box, with slots at each end.  I put sponge inside onto which I put some 3 in 1 oil.   Seemed easier than dripping oil onto the filament

    Lubricator box.png

    • Like 1
    Link to post
    Share on other sites

    Posted · The Mighty UM2go

    Just watched a Youtube about printing on PEI.   He clearly says that with TPU one should set the bed to 30C.   So I had it too hot and thus destroyed my sheet of PEI

    Live and learn

    TM

  • Link to post
    Share on other sites

    Posted · The Mighty UM2go

    This is an interesting way to create a direct drive extruder.............

    Ultimaker 2+ direct drive extruder conversion, Nantgaredig by dpletsas - Thingiverse

    TM

  • 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. 
         
        • 26 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.
        • 0 replies
    ×
    ×
    • Create New...