Jump to content

Updating Ultimaker 2+ firmware using Cura 2.5.0 on Linux / Ubuntu 16.04


xenomachina

Recommended Posts

Posted · Updating Ultimaker 2+ firmware using Cura 2.5.0 on Linux / Ubuntu 16.04

I have an Ultimaker 2+. I've updated the firmware in the past, but recently I couldn't get it to work. I was eventually able to fix it, and thought I should post the solution here for others who run into the same roadblock.

My computer is running Ubuntu 16.04, and I'm using Cura 2.5.0. I go to Settings > Printer > Manage Printers..., and click "Upgrade Firmware" and finally "Automatically upgrade Firmware". It says "Starting firmware update, this may take a while", and then about a second later fails with "Firmware update failed due to a communication error".

First, this is a terrible error message, as it does not provide enough info to actually diagnose the problem. I ended up figuring out what it was by running Cura in a terminal and looking at what it dumped there. Cura should look at errno and use that to produce a more meaningful error message.

Second, why does firmware update have to be over USB? Why can't it be via SD card? I keep my printer far away from my computer, and it's pretty annoying having to lug it over whenever Cura says there's an update, not to mention debugging the issues that frequently crop up.

Finally, the "communication error" is due to a permissions issue. Regular users on Ubuntu (and possibly other Linux distros) don't have access to serial devices unless in the

dialout

group. To fix this problem, run:

sudo usermod -a -G dialout $USER

You may need to log out and log back in for this to actually take effect.

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