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.8 beta released
        Another Cura release has arrived and in this 5.8 beta release, the focus is on improving Z seams, as well as completing support for the full Method series of printers by introducing a profile for the UltiMaker Method.
          • Like
        • 1 reply
      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
    ×
    ×
    • Create New...