Jump to content

Ultimaker 3 display broken after firmware upgrade


c64_beep

Recommended Posts

Posted · Ultimaker 3 display broken after firmware upgrade

It seems the logs get blown out when the machine is power cycled? I tried to transfer them over to USB but it was just a bunch of json, no text log files.

 

I can run a few more prints until it happens again and then post them.

  • Link to post
    Share on other sites

    Posted · Ultimaker 3 display broken after firmware upgrade
    11 hours ago, chase_c said:

    It seems the logs get blown out when the machine is power cycled? I tried to transfer them over to USB but it was just a bunch of json, no text log files.

     

     

    Unless you do a factory reset, the logs should still be available after a power cycle as far as I know. 

  • Link to post
    Share on other sites

    Posted · Ultimaker 3 display broken after firmware upgrade
    4 hours ago, SandervG said:

     

    Unless you do a factory reset, the logs should still be available after a power cycle as far as I know. 

     

    I have not done a factory reset since the last time I saw the error. I am currently waiting for the issue to present itself again so that I can attempt to gather the logs again.

     

    A few questions off the top of my head:

    • Are there different levels of verbosity that would be more appropriate to effectively debug the issue? 
    • Am I correct in my understanding that a portion of the functionality of the machine is written in Python and is visible to end users?
    • Is the wifi codepath visible to users for inspection?
    • Being this has been looked at for over a year, is there an known section of the codebase where this issue is believed to be?
  • Link to post
    Share on other sites

    Posted · Ultimaker 3 display broken after firmware upgrade

    @chase_c - first know that this is rare.  My UM3 doesn't do this but that means nothing as I don't use wifi.  There are lots of people out there that don't have this problem.  Including all the UM3s at Ultimaker I'm sure.

     

    All related code is in python and is visible.  Or it is part of the linux operating system.  Put your UM3 in "developer mode" and you can ssh to the printer.  Username "root"  password "ultimaker".  Are you familiar with ssh?  Are you familiar with linux?

     

    You can google about wifi settings.  You can update the wifi driver (but that will get lost the next time you update UM3 firmware).  The problem may however be in the python code somewhere.

     

    Python code is not compiled.  It's all visible.  Comments and code and everything is all visible.

     

     

    Unfortunately the firmware is not published on github so you can't see recent and proposed changes.  That's too bad.  Cura is completely open source and you can see what features are coming out and developer's thoughts on various bugs but this doesn't exist for UM3/S3/S5.  There is this one sub part of the UM3 firmware though which might be related?

    https://github.com/Ultimaker/connman/issues   (conman is related to network settings and wifi)

     

     

     

  • Link to post
    Share on other sites

    Posted · Ultimaker 3 display broken after firmware upgrade
    4 hours ago, gr5 said:

    @chase_c - first know that this is rare.  My UM3 doesn't do this but that means nothing as I don't use wifi.  There are lots of people out there that don't have this problem.  Including all the UM3s at Ultimaker I'm sure.

     

    All related code is in python and is visible.  Or it is part of the linux operating system.  Put your UM3 in "developer mode" and you can ssh to the printer.  Username "root"  password "ultimaker".  Are you familiar with ssh?  Are you familiar with linux?

     

    You can google about wifi settings.  You can update the wifi driver (but that will get lost the next time you update UM3 firmware).  The problem may however be in the python code somewhere.

     

    Python code is not compiled.  It's all visible.  Comments and code and everything is all visible.

     

     

    Unfortunately the firmware is not published on github so you can't see recent and proposed changes.  That's too bad.  Cura is completely open source and you can see what features are coming out and developer's thoughts on various bugs but this doesn't exist for UM3/S3/S5.  There is this one sub part of the UM3 firmware though which might be related?

    https://github.com/Ultimaker/connman/issues   (conman is related to network settings and wifi)

     

     

     

    Thanks for the info. I’m familiar with Linux and can revert to 4.3.3 and cp the source directories to the SD, then diff them against the latest source. If they are putting the WiFi card in a different opmode this may get really black box.

     

    I understand I’m experiencing an edge case that most don’t, but I didn’t get to pay less than everyone else for my printer. Bummer.

     

    If UM refuse to fix it the least I can do is take a look.

  • Link to post
    Share on other sites

    Posted · Ultimaker 3 display broken after firmware upgrade

    No need to copy to USB flash drive.  You can use scp to copy the whole directory structure directly to your primary computer.  I guess copying to USB should be easy enough.  Use "df" command to list all "disks".  One of those should be the USB flash drive.  I never tried this but it should work.  Use google to find linux commands to copy entire directory trees.

     

    scp on your main pc can copy a whole directory tree to your current computer.  Syntax is like this:

     

    scp root@192.168.1.47:/some/folder/paths/ .

     

    It will prompt for root password.

  • 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 Stable released 🎉
        In the Cura 5.8 stable release, everyone can now tune their Z seams to look better than ever. Method series users get access to new material profiles, and the base Method model now has a printer profile, meaning the whole Method series is now supported in Cura!
        • 5 replies
      • 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...